Init Tizen 2.2.1
[framework/osp/web.git] / inc / FWebCtrlWebStorageManager.h
index 5c81095..f0cb286 100755 (executable)
@@ -17,7 +17,7 @@
 \r
 /**\r
 * @file            FWebCtrlWebStorageManager.h\r
-* @brief                     This is the header file for the %WebStorageManager class.\r
+* @brief           This is the header file for the %WebStorageManager class.\r
 *\r
 * This header file contains the declarations of the %WebStorageManager class for a %Web control.\r
 */\r
@@ -79,9 +79,9 @@ public:
         * @privlevel   public\r
         * @privilege   %http://tizen.org/privilege/web.privacy\r
         *\r
-        * @return              A pointer to IList containing origin(Tizen::Base::String) list, @n\r
-        *                                      else @c null if no web storage data exists\r
-        * @param[in]   storageType             The web storage type\r
+        * @return              A pointer to Tizen::Base::Collection::IList that contains the origin(Tizen::Base::String) list, @n\r
+        *                              else @c null if no web storage data exists\r
+        * @param[in]   storageType                     The web storage type\r
         * @exception   E_SUCCESS                       The method is successful.\r
         * @exception   E_UNSUPPORTED_TYPE      The specified @c storageType is not supported.\r
         * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.\r
@@ -90,17 +90,17 @@ public:
        Tizen::Base::Collection::IList* GetOriginListN(WebStorageType storageType) const;\r
 \r
        /**\r
-        * Sets the default quota for a given origin for a given storage type. @n\r
-        * Only the @c WEB_STORAGE_TYPE_WEB_SQL_DATABASE and the @c WEB_STORAGE_TYPE_APPLICATION_CACHE are supported.\r
+        * Sets the default quota for a given origin of a given storage type. @n\r
+        * Only @c WEB_STORAGE_TYPE_WEB_SQL_DATABASE and @c WEB_STORAGE_TYPE_APPLICATION_CACHE are supported.\r
         *\r
         * @since               2.1\r
         * @privlevel   public\r
         * @privilege   %http://tizen.org/privilege/web.privacy\r
         *\r
         * @return              An error code\r
-        * @param[in]   storageType             The web storage type\r
-        * @param[in]   origin                  The origin\r
-        * @param[in]   quota                   The quota of the web storage to set in bytes\r
+        * @param[in]   storageType                     The web storage type\r
+        * @param[in]   origin                          The origin\r
+        * @param[in]   quota                           The quota of the web storage to set in bytes\r
         * @exception   E_SUCCESS                       The method is successful.\r
         * @exception   E_INVALID_ARG           The specified @c origin is invalid.\r
         * @exception   E_UNSUPPORTED_TYPE      The specified @c storageType is not supported.\r
@@ -110,16 +110,16 @@ public:
 \r
 \r
        /**\r
-        * Gets the quota for a given origin for a given storage type. @n\r
-        * Only the @c WEB_STORAGE_TYPE_WEB_SQL_DATABASE is supported.\r
+        * Gets the quota for a given origin of a given storage type. @n\r
+        * Only @c WEB_STORAGE_TYPE_WEB_SQL_DATABASE is supported.\r
         *\r
         * @since               2.1\r
         * @privlevel   public\r
         * @privilege   %http://tizen.org/privilege/web.privacy\r
         *\r
         * @return              The usage of the web storage in bytes\r
-        * @param[in]   storageType             The web storage type\r
-        * @param[in]   origin                  The origin\r
+        * @param[in]   storageType                     The web storage type\r
+        * @param[in]   origin                          The origin\r
         * @exception   E_SUCCESS                       The method is successful.\r
         * @exception   E_INVALID_ARG           The specified @c origin is invalid.\r
         * @exception   E_UNSUPPORTED_TYPE      The specified @c storageType is not supported.\r
@@ -128,16 +128,16 @@ public:
        long GetQuotaForOrigin(WebStorageType storageType, const Tizen::Base::String& origin);\r
 \r
        /**\r
-        * Gets the usage for a given origin for a given storage type. @n\r
-        * The @c WEB_STORAGE_TYPE_INDEXED_DATABASE and the @c WEB_STORAGE_TYPE_FILE_SYSTEM are not supported.\r
+        * Gets the usage for a given origin of a given storage type. @n\r
+        * @c WEB_STORAGE_TYPE_INDEXED_DATABASE and @c WEB_STORAGE_TYPE_FILE_SYSTEM are not supported.\r
         *\r
         * @since               2.1\r
         * @privlevel   public\r
         * @privilege   %http://tizen.org/privilege/web.privacy\r
         *\r
         * @return              The usage of the web storage in bytes\r
-        * @param[in]   storageType             The web storage type\r
-        * @param[in]   origin                  The origin\r
+        * @param[in]   storageType                     The web storage type\r
+        * @param[in]   origin                          The origin\r
         * @exception   E_SUCCESS                       The method is successful.\r
         * @exception   E_INVALID_ARG           The specified @c origin is invalid.\r
         * @exception   E_UNSUPPORTED_TYPE      The specified @c storageType is not supported.\r
@@ -147,16 +147,16 @@ public:
        long GetUsageForOrigin(WebStorageType storageType, const Tizen::Base::String& origin) const;\r
 \r
        /**\r
-        * Removes the data for a given origin for a given storage type. @n\r
-        * The @c WEB_STORAGE_TYPE_INDEXED_DATABASE is not supported.\r
+        * Removes the data for a given origin of a given storage type. @n\r
+        * @c WEB_STORAGE_TYPE_INDEXED_DATABASE is not supported.\r
         *\r
         * @since               2.1\r
         * @privlevel   public\r
         * @privilege   %http://tizen.org/privilege/web.privacy\r
         *\r
         * @return              An error code\r
-        * @param[in]   storageType             The web storage type\r
-        * @param[in]   origin                  The origin\r
+        * @param[in]   storageType                     The web storage type\r
+        * @param[in]   origin                          The origin\r
         * @exception   E_SUCCESS                       The method is successful.\r
         * @exception   E_INVALID_ARG           The specified @c origin is invalid.\r
         * @exception   E_UNSUPPORTED_TYPE      The specified @c storageType is not supported.\r
@@ -166,14 +166,14 @@ public:
        result Remove(WebStorageType storageType, const Tizen::Base::String& origin);\r
 \r
        /**\r
-        * Removes all data for a given storage type.\r
+        * Removes all the data of a given storage type.\r
         *\r
         * @since               2.1\r
         * @privlevel   public\r
         * @privilege   %http://tizen.org/privilege/web.privacy\r
         *\r
         * @return              An error code\r
-        * @param[in]   storageType             The web storage type\r
+        * @param[in]   storageType                     The web storage type\r
         * @exception   E_SUCCESS                       The method is successful.\r
         * @exception   E_UNSUPPORTED_TYPE      The specified @c storageType is not supported.\r
         * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.\r
@@ -182,12 +182,12 @@ public:
        result RemoveAll(WebStorageType storageType);\r
 \r
        /**\r
-        * Gets the web storage manager instance.\r
+        * Gets a web storage manager instance.\r
         *\r
         * @since               2.1\r
         *\r
         * @return              A pointer to the %WebStorageManager instance, @n\r
-        *                                      else @c null if it fails\r
+        *                              else @c null if it fails\r
         * @exception   E_SUCCESS                       The method is successful.\r
         * @exception   E_OUT_OF_MEMORY         The memory is insufficient.\r
         * @remarks             The specific error code can be accessed using the GetLastResult() method.\r