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

12345

/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DStorageQuota.idl31 enum StorageType {
41 readonly attribute StorageType[] supportedTypes;
42 [CallWith=ScriptState] Promise queryInfo(StorageType type);
/external/deqp/framework/common/
H A DtcuFloat.hpp51 typedef StorageType_ StorageType; typedef in class:tcu::Float
62 explicit Float (StorageType value);
69 static inline Float convert (const Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>& src) { return src; }
88 static inline Float construct (int sign, int exponent, StorageType mantissa);
103 static Float constructBits (int sign, int exponent, StorageType mantissaBits);
105 StorageType bits (void) const { return m_value; }
110 inline StorageType exponentBits (void) const { return (m_value >> MantissaBits) & ((StorageType(1)<<ExponentBits)-1); }
111 inline StorageType mantissaBits (void) const { return m_value & ((StorageType(
[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
171 typedef PP_Bool StorageType; typedef in struct:pp::internal::CallbackOutputTraits
201 typedef ArrayOutputAdapterWithStorage<T> StorageType; typedef in struct:pp::internal::GenericVectorCallbackOutputTraits
228 typedef ResourceArrayOutputAdapterWithStorage<T> StorageType; typedef in struct:pp::internal::ResourceVectorCallbackOutputTraits
263 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/content/public/test/
H A Dmock_storage_client.h25 using quota::StorageType;
31 StorageType type;
46 const GURL& origin_url, StorageType type, int64 size);
48 const GURL& origin_url, StorageType type, int64 delta);
51 void AddOriginToErrorSet(const GURL& origin_url, StorageType type);
59 StorageType type,
61 virtual void GetOriginsForType(StorageType type,
63 virtual void GetOriginsForHost(StorageType type, const std::string& host,
66 StorageType type,
68 virtual bool DoesSupport(quota::StorageType typ
[all...]
/external/chromium_org/webkit/browser/quota/
H A Dquota_client.h51 StorageType type,
57 virtual void GetOriginsForType(StorageType type,
63 virtual void GetOriginsForHost(StorageType type,
70 StorageType type,
73 virtual bool DoesSupport(StorageType type) const = 0;
H A Dquota_database.h50 bool GetHostQuota(const std::string& host, StorageType type, int64* quota);
51 bool SetHostQuota(const std::string& host, StorageType type, int64 quota);
52 bool DeleteHostQuota(const std::string& host, StorageType type);
55 StorageType type,
59 StorageType type,
66 const std::set<GURL>& origins, StorageType type);
68 bool DeleteOriginInfo(const GURL& origin, StorageType type);
77 bool GetLRUOrigin(StorageType type,
84 bool GetOriginsModifiedSince(StorageType type,
99 StorageType typ
[all...]
H A Dstorage_observer.h23 StorageType storage_type;
29 Filter(StorageType storage_type, const GURL& origin);
46 MonitorParams(StorageType storage_type,
/external/chromium_org/content/browser/quota/
H A Dmock_quota_manager.h26 using quota::StorageType;
55 quota::StorageType type,
62 StorageType type,
73 StorageType type,
78 void SetQuota(const GURL& origin, StorageType type, int64 quota);
86 StorageType type,
93 // canned list with the proper StorageType and client, returns true.
95 StorageType type,
106 // the origin itself, the StorageType and its modification time.
109 StorageType typ
[all...]
H A Dmock_quota_manager_proxy.h35 StorageType type,
40 StorageType type,
49 StorageType type) OVERRIDE;
57 StorageType type,
63 StorageType last_notified_type() const { return last_notified_type_; }
77 StorageType last_notified_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/third_party/WebKit/Source/core/page/
H A DStorageClient.h20 virtual bool canAccessStorage(LocalFrame*, StorageType) const = 0;
/external/chromium_org/webkit/common/quota/
H A Dquota_types.h12 enum StorageType { enum in namespace:quota
/external/chromium_org/base/
H A Dbind.h80 void(typename internal::CallbackParamTraits<P1>::StorageType)>
114 void(typename internal::CallbackParamTraits<P1>::StorageType)> BindState;
126 void(typename internal::CallbackParamTraits<P1>::StorageType,
127 typename internal::CallbackParamTraits<P2>::StorageType)>
164 void(typename internal::CallbackParamTraits<P1>::StorageType,
165 typename internal::CallbackParamTraits<P2>::StorageType)> BindState;
177 void(typename internal::CallbackParamTraits<P1>::StorageType,
178 typename internal::CallbackParamTraits<P2>::StorageType,
179 typename internal::CallbackParamTraits<P3>::StorageType)>
219 void(typename internal::CallbackParamTraits<P1>::StorageType,
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_quota_client.h36 quota::StorageType type,
40 quota::StorageType type,
43 quota::StorageType type,
47 quota::StorageType type,
50 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE;
/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,
46 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE;
/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,
59 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE;
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Darray_internal.h25 typedef T StorageType; typedef in struct:mojo::internal::ArrayDataTraits
30 return sizeof(StorageType) * num_elements;
32 static Ref ToRef(StorageType* storage, size_t offset) {
35 static ConstRef ToConstRef(const StorageType* storage, size_t offset) {
42 typedef StructPointer<P> StorageType; typedef in struct:mojo::internal::ArrayDataTraits
47 return sizeof(StorageType) * num_elements;
49 static Ref ToRef(StorageType* storage, size_t offset) {
52 static ConstRef ToConstRef(const StorageType* storage, size_t offset) {
59 typedef ArrayPointer<T> StorageType; typedef in struct:mojo::internal::ArrayDataTraits
64 return sizeof(StorageType) * num_element
97 typedef uint8_t StorageType; typedef in struct:mojo::internal::ArrayDataTraits
219 typedef typename Traits::StorageType StorageType; typedef in class:mojo::internal::Array_Data
330 struct StorageType { struct in struct:mojo::internal::ArrayTraits
[all...]
/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/webkit/browser/appcache/
H A Dappcache_quota_client.h47 quota::StorageType type,
49 virtual void GetOriginsForType(quota::StorageType type,
51 virtual void GetOriginsForHost(quota::StorageType type,
55 quota::StorageType type,
57 virtual bool DoesSupport(quota::StorageType type) const OVERRIDE;
68 void GetOriginsHelper(quota::StorageType type,
/external/chromium_org/content/common/
H A Dquota_messages.h15 IPC_ENUM_TRAITS_MAX_VALUE(quota::StorageType, quota::kStorageTypeLast)
48 quota::StorageType /* type */)
/external/chromium_org/v8/src/base/
H A Dlazy-instance.h96 struct V8_ALIGNAS(T, 16) StorageType {
100 STATIC_ASSERT(V8_ALIGNOF(StorageType) >= V8_ALIGNOF(T));
102 static T* MutableInstance(StorageType* storage) {
107 static void InitStorageUsingTrait(StorageType* storage) {
115 typedef T* StorageType; typedef in struct:v8::base::DynamicallyAllocatedInstanceTrait
117 static T* MutableInstance(StorageType* storage) {
122 static void InitStorageUsingTrait(StorageType* storage) {
170 typedef typename AllocationTrait::StorageType StorageType; typedef in struct:v8::base::LazyInstanceImpl
173 static void InitInstance(StorageType* storag
[all...]
/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/content/public/common/
H A Dstorage_quota_params.h28 quota::StorageType storage_type;

Completed in 677 milliseconds

12345