Searched refs:StorageType (Results 1 - 25 of 101) sorted by relevance

12345

/external/chromium_org/content/common/
H A Dquota_messages.h14 IPC_ENUM_TRAITS(quota::StorageType)
37 quota::StorageType /* type */)
43 quota::StorageType /* type */,
/external/chromium_org/webkit/browser/quota/
H A Dmock_storage_client.h25 StorageType type;
40 const GURL& origin_url, StorageType type, int64 size);
42 const GURL& origin_url, StorageType type, int64 delta);
45 void AddOriginToErrorSet(const GURL& origin_url, StorageType type);
53 StorageType type,
55 virtual void GetOriginsForType(StorageType type,
57 virtual void GetOriginsForHost(StorageType type, const std::string& host,
60 StorageType type,
65 StorageType type,
67 void RunGetOriginsForType(StorageType typ
[all...]
H A Dquota_client.h51 StorageType type,
57 virtual void GetOriginsForType(StorageType type,
63 virtual void GetOriginsForHost(StorageType type,
70 StorageType type,
H A Dmock_quota_manager.h45 quota::StorageType type,
52 StorageType type,
63 StorageType type,
68 void SetQuota(const GURL& origin, StorageType type, int64 quota);
76 StorageType type,
83 // canned list with the proper StorageType and client, returns true.
85 StorageType type,
96 // the origin itself, the StorageType and its modification time.
99 StorageType type,
105 StorageType typ
[all...]
H A Dquota_database.h46 bool GetHostQuota(const std::string& host, StorageType type, int64* quota);
47 bool SetHostQuota(const std::string& host, StorageType type, int64 quota);
48 bool DeleteHostQuota(const std::string& host, StorageType type);
51 StorageType type,
55 StorageType type,
62 const std::set<GURL>& origins, StorageType type);
64 bool DeleteOriginInfo(const GURL& origin, StorageType type);
73 bool GetLRUOrigin(StorageType type,
80 bool GetOriginsModifiedSince(StorageType type,
95 StorageType typ
[all...]
/external/chromium_org/ppapi/cpp/
H A Doutput_traits.h77 typedef T StorageType; typedef in struct:pp::internal::GenericCallbackOutputTraits
82 static inline APIArgType StorageToAPIArg(StorageType& t) { return &t; }
87 static inline T& StorageToPluginArg(StorageType& t) { return t; }
91 static inline void Initialize(StorageType* /* t */) {}
106 typedef PP_Resource StorageType; typedef in struct:pp::internal::ResourceCallbackOutputTraits
108 static inline APIArgType StorageToAPIArg(StorageType& t) {
117 static inline T StorageToPluginArg(StorageType& t) {
121 static inline void Initialize(StorageType* t) {
146 typedef PP_Var StorageType; typedef in struct:pp::internal::CallbackOutputTraits
148 static inline APIArgType StorageToAPIArg(StorageType
178 typedef ArrayOutputAdapterWithStorage<T> StorageType; typedef in struct:pp::internal::GenericVectorCallbackOutputTraits
205 typedef ResourceArrayOutputAdapterWithStorage<T> StorageType; typedef in struct:pp::internal::ResourceVectorCallbackOutputTraits
240 typedef VarArrayOutputAdapterWithStorage StorageType; typedef in struct:pp::internal::CallbackOutputTraits
[all...]
H A Ddirectory_entry.h112 typedef DirectoryEntryArrayOutputAdapterWithStorage StorageType; typedef in struct:pp::internal::CallbackOutputTraits
114 static inline APIArgType StorageToAPIArg(StorageType& t) {
119 StorageType& t) {
123 static inline void Initialize(StorageType* /* t */) {}
/external/chromium_org/webkit/common/quota/
H A Dquota_types.h12 enum StorageType { enum in namespace:quota
/external/chromium/base/
H A Dbind_internal.h365 // of StorageType; its first argument is a pointer to the non-templated common
366 // baseclass of StorageType. This lets us store pointer to DoInvoke() in a
367 // function pointer that has knowledge of the specific StorageType, and thus
371 // upcasted from the correct StorageType, we can be sure that execution is
379 template <typename StorageType, typename NormalizedSig>
383 template <typename StorageType, typename R>
384 struct Invoker0<StorageType, R(*)()> {
386 StorageType* invoker = static_cast<StorageType*>(base);
392 template <typename StorageType, typenam
1015 typedef InvokerStorage0 StorageType; typedef in class:base::internal::InvokerStorage0
1034 typedef InvokerStorage1 StorageType; typedef in class:base::internal::InvokerStorage1
1074 typedef InvokerStorage2 StorageType; typedef in class:base::internal::InvokerStorage2
1119 typedef InvokerStorage3 StorageType; typedef in class:base::internal::InvokerStorage3
1169 typedef InvokerStorage4 StorageType; typedef in class:base::internal::InvokerStorage4
1225 typedef InvokerStorage5 StorageType; typedef in class:base::internal::InvokerStorage5
1287 typedef InvokerStorage6 StorageType; typedef in class:base::internal::InvokerStorage6
[all...]
H A Dcallback_internal.h100 typedef T StorageType; typedef in struct:base::internal::ParamTraits
111 typedef T StorageType; typedef in struct:base::internal::ParamTraits
122 typedef const T* StorageType; typedef in struct:base::internal::ParamTraits
129 typedef const T* StorageType; typedef in struct:base::internal::ParamTraits
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_quota_client.h36 quota::StorageType type,
38 virtual void GetOriginsForType(quota::StorageType type,
40 virtual void GetOriginsForHost(quota::StorageType type,
44 quota::StorageType type,
/external/chromium_org/ppapi/cpp/private/
H A Dpass_file_handle.h63 typedef PP_FileHandle StorageType; typedef in struct:pp::internal::CallbackOutputTraits
65 static inline APIArgType StorageToAPIArg(StorageType& t) {
69 static inline PassFileHandle StorageToPluginArg(StorageType& t) {
73 static inline void Initialize(StorageType* t) {
H A Dvideo_frame_private.h83 typedef PP_VideoFrame_Private StorageType; typedef in struct:pp::internal::CallbackOutputTraits
85 static inline APIArgType StorageToAPIArg(StorageType& t) {
89 static inline pp::VideoFrame_Private StorageToPluginArg(StorageType& t) {
93 static inline void Initialize(StorageType* t) {
/external/chromium_org/webkit/browser/database/
H A Ddatabase_quota_client.h36 quota::StorageType type,
38 virtual void GetOriginsForType(quota::StorageType type,
40 virtual void GetOriginsForHost(quota::StorageType type,
44 quota::StorageType type,
/external/chromium_org/base/
H A Dbind.h86 void(typename internal::CallbackParamTraits<P1>::StorageType)>
120 void(typename internal::CallbackParamTraits<P1>::StorageType)> BindState;
132 void(typename internal::CallbackParamTraits<P1>::StorageType,
133 typename internal::CallbackParamTraits<P2>::StorageType)>
170 void(typename internal::CallbackParamTraits<P1>::StorageType,
171 typename internal::CallbackParamTraits<P2>::StorageType)> BindState;
183 void(typename internal::CallbackParamTraits<P1>::StorageType,
184 typename internal::CallbackParamTraits<P2>::StorageType,
185 typename internal::CallbackParamTraits<P3>::StorageType)>
225 void(typename internal::CallbackParamTraits<P1>::StorageType,
[all...]
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_quota_client.h43 quota::StorageType type,
45 virtual void GetOriginsForType(quota::StorageType type,
47 virtual void GetOriginsForHost(quota::StorageType type,
51 quota::StorageType type,
63 void GetOriginsHelper(quota::StorageType type,
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
H A Dquota_internals_types.h24 explicit GlobalStorageInfo(quota::StorageType type);
43 quota::StorageType type_;
53 PerHostStorageInfo(const std::string& host, quota::StorageType type);
69 quota::StorageType type_;
78 PerOriginStorageInfo(const GURL& origin, quota::StorageType type);
102 quota::StorageType type_;
/external/chromium_org/ppapi/cpp/extensions/
H A Dext_output_traits.h60 typedef VarOutputAdapterWithStorage<T> StorageType; typedef in struct:pp::ext::internal::ExtCallbackOutputTraits
62 static inline APIArgType StorageToAPIArg(StorageType& t) {
68 static inline T& StorageToPluginArg(StorageType& t) {
72 static inline void Initialize(StorageType* /* t */) {}
123 typedef ArrayVarOutputAdapterWithStorage<T> StorageType; typedef in struct:pp::ext::internal::ExtCallbackOutputTraits
125 static inline APIArgType StorageToAPIArg(StorageType& t) {
131 static inline std::vector<T>& StorageToPluginArg(StorageType& t) {
135 static inline void Initialize(StorageType* /* t */) {}
/external/chromium_org/android_webview/browser/
H A Daw_quota_permission_context.cc21 quota::StorageType type,
H A Daw_quota_permission_context.h19 quota::StorageType type,
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_quota_helper_impl.h42 void GotOrigins(const std::set<GURL>& origins, quota::StorageType type);
45 void GetHostUsage(const std::string& host, quota::StorageType type);
49 quota::StorageType type,
58 typedef std::set<std::pair<std::string, quota::StorageType> > PendingHosts;
/external/chromium_org/chrome/browser/
H A Dchrome_quota_permission_context.h18 quota::StorageType type,
/external/chromium_org/content/shell/
H A Dshell_quota_permission_context.cc15 quota::StorageType type,
H A Dshell_quota_permission_context.h20 quota::StorageType type,
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_quota_client.h46 quota::StorageType type,
49 quota::StorageType type,
52 quota::StorageType type,
57 quota::StorageType type,

Completed in 324 milliseconds

12345