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

/external/chromium_org/third_party/WebKit/Source/core/storage/
H A DStorageArea.h46 enum StorageType { enum in namespace:blink
54 static PassOwnPtrWillBeRawPtr<StorageArea> create(PassOwnPtr<WebStorageArea>, StorageType);
79 StorageArea(PassOwnPtr<WebStorageArea>, StorageType);
84 StorageType m_storageType;
/external/chromium_org/storage/common/quota/
H A Dquota_types.h12 enum StorageType { enum in namespace:storage
/external/chromium_org/base/
H A Dcallback_internal.h98 typedef T StorageType; typedef in struct:base::internal::CallbackParamTraits
109 typedef T StorageType; typedef in struct:base::internal::CallbackParamTraits
120 typedef const T* StorageType; typedef in struct:base::internal::CallbackParamTraits
127 typedef const T* StorageType; typedef in struct:base::internal::CallbackParamTraits
146 typedef T StorageType; typedef in struct:base::internal::CallbackParamTraits
/external/chromium_org/ppapi/cpp/
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 */) {}
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...]
/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/public/platform/
H A DWebDragData.h50 enum StorageType { enum in struct:blink::WebDragData::Item
63 StorageType storageType;
/external/chromium_org/mojo/public/cpp/bindings/
H A Darray.h29 typedef typename Traits::StorageType StorageType; typedef in class:mojo::Array
92 const std::vector<StorageType>& storage() const {
95 operator const std::vector<StorageType>&() const {
103 void Swap(std::vector<StorageType>* other) {
109 typedef std::vector<StorageType> Array::*Testable;
120 std::vector<StorageType> vec_;
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_embedder_message_dispatcher.cc43 typedef T StorageType; typedef in struct:__anon3547::StorageTraits
48 typedef T StorageType; typedef in struct:__anon3547::StorageTraits
54 typedef typename StorageTraits<A>::StorageType ValueType;
/external/chromium_org/ppapi/cpp/dev/
H A Dtruetype_font_dev.h202 typedef PP_TrueTypeFontDesc_Dev StorageType; typedef in struct:pp::internal::CallbackOutputTraits
204 static inline APIArgType StorageToAPIArg(StorageType& t) {
208 static inline TrueTypeFontDesc_Dev StorageToPluginArg(StorageType& t) {
212 static inline void Initialize(StorageType* t) {
254 typedef TrueTypeFontDescArrayOutputAdapterWithStorage StorageType; typedef in struct:pp::internal::CallbackOutputTraits
256 static inline APIArgType StorageToAPIArg(StorageType& t) {
261 StorageType& t) {
265 static inline void Initialize(StorageType* /* t */) {}
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DSyncCallbackHelper.h56 typedef Member<ResultType> StorageType; typedef in struct:blink::HelperResultType
70 typedef typename ResultTypeTrait::StorageType ResultStorageType;
/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/mojo/public/cpp/bindings/lib/
H A Darray_internal.h40 typedef T StorageType; typedef in struct:mojo::internal::ArrayDataTraits
45 (kMaxUint32 - sizeof(ArrayHeader)) / sizeof(StorageType);
49 return sizeof(ArrayHeader) + sizeof(StorageType) * num_elements;
51 static Ref ToRef(StorageType* storage, size_t offset) {
54 static ConstRef ToConstRef(const StorageType* storage, size_t offset) {
61 typedef StructPointer<P> StorageType; typedef in struct:mojo::internal::ArrayDataTraits
66 (kMaxUint32 - sizeof(ArrayHeader)) / sizeof(StorageType);
70 return sizeof(ArrayHeader) + sizeof(StorageType) * num_elements;
72 static Ref ToRef(StorageType* storage, size_t offset) {
75 static ConstRef ToConstRef(const StorageType* storag
82 typedef ArrayPointer<T> StorageType; typedef in struct:mojo::internal::ArrayDataTraits
127 typedef uint8_t StorageType; typedef in struct:mojo::internal::ArrayDataTraits
330 typedef typename Traits::StorageType StorageType; typedef in class:mojo::internal::Array_Data
457 struct StorageType { struct in struct:mojo::internal::ArrayTraits
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFunctional.h345 typedef T StorageType; typedef in struct:WTF::ParamStorageTraits
347 static StorageType wrap(const T& value) { return value; }
348 static const T& unwrap(const StorageType& value) { return value; }
352 typedef RefPtr<T> StorageType; typedef in struct:WTF::ParamStorageTraits
354 static StorageType wrap(PassRefPtr<T> value) { return value; }
355 static T* unwrap(const StorageType& value) { return value.get(); }
359 typedef RefPtr<T> StorageType; typedef in struct:WTF::ParamStorageTraits
361 static StorageType wrap(RefPtr<T> value) { return value.release(); }
362 static T* unwrap(const StorageType& value) { return value.get(); }
368 typedef RetainPtr<T> StorageType; typedef in struct:WTF::ParamStorageTraits
[all...]
/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/deqp/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp118 enum StorageType enum in class:deqp::gles31::Functional::__anon20335::InterInvocationTestCase
132 InterInvocationTestCase (Context& context, const char* name, const char* desc, StorageType storage, int flags = 0);
147 const StorageType m_storage;
164 InterInvocationTestCase::InterInvocationTestCase (Context& context, const char* name, const char* desc, StorageType storage, int flags)
444 InvocationBasicCase (Context& context, const char* name, const char* desc, StorageType storage, int flags);
450 InvocationBasicCase::InvocationBasicCase (Context& context, const char* name, const char* desc, StorageType storage, int flags)
507 InvocationWriteReadCase (Context& context, const char* name, const char* desc, StorageType storage, int flags);
512 InvocationWriteReadCase::InvocationWriteReadCase (Context& context, const char* name, const char* desc, StorageType storage, int flags)
565 InvocationReadWriteCase (Context& context, const char* name, const char* desc, StorageType storage, int flags);
570 InvocationReadWriteCase::InvocationReadWriteCase (Context& context, const char* name, const char* desc, StorageType storag
[all...]
/external/chromium_org/ppapi/utility/
H A Dcompletion_callback_factory.h24 typedef T StorageType; typedef in struct:pp::internal::TypeUnwrapper
27 typedef T StorageType; typedef in struct:pp::internal::TypeUnwrapper
30 typedef T StorageType; typedef in struct:pp::internal::TypeUnwrapper
292 typename internal::TypeUnwrapper<Output>::StorageType>
295 typename internal::TypeUnwrapper<Output>::StorageType,
353 typename internal::TypeUnwrapper<Output>::StorageType>
357 typename internal::TypeUnwrapper<Output>::StorageType,
359 typename internal::TypeUnwrapper<A>::StorageType>(method, a));
426 typename internal::TypeUnwrapper<Output>::StorageType>
431 typename internal::TypeUnwrapper<Output>::StorageType,
[all...]
/external/clang/include/clang/AST/
H A DTemplateName.h179 DependentTemplateName *> StorageType; typedef in class:clang::TemplateName
181 StorageType Storage;
184 Storage = StorageType::getFromOpaqueValue(Ptr);
/external/deqp/modules/glshared/
H A DglsShaderLibraryCase.hpp70 enum StorageType enum in struct:deqp::gls::sl::ShaderCase::Value
87 StorageType storageType;
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp159 llvm::Type *StorageType);
214 const FieldDecl *FD, CharUnits StartOffset, llvm::Type *StorageType) {
219 Info.StorageSize = (unsigned)DataLayout.getTypeAllocSizeInBits(StorageType);
281 llvm::Type *StorageType = nullptr; local
303 if (!StorageType ||
304 getAlignment(FieldType) > getAlignment(StorageType) ||
305 (getAlignment(FieldType) == getAlignment(StorageType) &&
306 getSize(FieldType) > getSize(StorageType)))
307 StorageType = FieldType;
310 if (!StorageType)
213 setBitFieldInfo( const FieldDecl *FD, CharUnits StartOffset, llvm::Type *StorageType) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_rtcp_defines.h71 enum StorageType { enum in namespace:webrtc
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h1379 typedef T* StorageType; typedef in struct:WTF::PointerParamStorageTraits
1381 static StorageType wrap(T* value) { return value; }
1382 static T* unwrap(const StorageType& value) { return value; }
1387 typedef blink::CrossThreadPersistent<T> StorageType; typedef in struct:WTF::PointerParamStorageTraits
1389 static StorageType wrap(T* value) { return value; }
1390 static T* unwrap(const StorageType& value) { return value.get(); }
/external/libmtp/src/
H A Dlibmtp.h709 uint16_t StorageType; /**< Storage type */ member in struct:LIBMTP_devicestorage_struct
H A Dptp.h708 uint16_t StorageType; member in struct:_PTPStorageInfo

Completed in 724 milliseconds