HomeSort by relevance Sort by last modified time
    Searched refs:StorageType (Results 1 - 25 of 25) sorted by null

  /external/chromium/base/
bind_internal.h 365 // 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, typename R,typename X1
    [all...]
callback_internal.h 100 typedef T StorageType;
111 typedef T StorageType;
122 typedef const T* StorageType;
129 typedef const T* StorageType;
  /external/webkit/Source/WebCore/storage/
StorageEventDispatcher.h 43 static void dispatch(const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin*, Frame* sourceFrame);
StorageNamespaceImpl.h 69 StorageNamespaceImpl(StorageType, const String& path, unsigned quota);
74 StorageType m_storageType;
StorageAreaImpl.h 44 static PassRefPtr<StorageAreaImpl> create(StorageType, PassRefPtr<SecurityOrigin>, PassRefPtr<StorageSyncManager>, unsigned quota);
68 StorageAreaImpl(StorageType, PassRefPtr<SecurityOrigin>, PassRefPtr<StorageSyncManager>, unsigned quota);
73 StorageType m_storageType;
StorageArea.h 42 enum StorageType { LocalStorage, SessionStorage };
StorageEventDispatcher.cpp 41 void StorageEventDispatcher::dispatch(const String& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin* securityOrigin, Frame* sourceFrame)
54 if (storageType == SessionStorage) {
StorageAreaImpl.cpp 47 inline StorageAreaImpl::StorageAreaImpl(StorageType storageType, PassRefPtr<SecurityOrigin> origin, PassRefPtr<StorageSyncManager> syncManager, unsigned quota)
48 : m_storageType(storageType)
61 PassRefPtr<StorageAreaImpl> StorageAreaImpl::create(StorageType storageType, PassRefPtr<SecurityOrigin> origin, PassRefPtr<StorageSyncManager> syncManager, unsigned quota)
63 RefPtr<StorageAreaImpl> area = adoptRef(new StorageAreaImpl(storageType, origin, syncManager, quota));
StorageNamespaceImpl.cpp 71 StorageNamespaceImpl::StorageNamespaceImpl(StorageType storageType, const String& path, unsigned quota)
72 : m_storageType(storageType)
  /external/webkit/Source/WebKit/chromium/src/
StorageNamespaceProxy.h 40 StorageNamespaceProxy(WebKit::WebStorageNamespace*, StorageType);
54 StorageType m_storageType;
StorageAreaProxy.h 42 StorageAreaProxy(WebKit::WebStorageArea*, StorageType);
55 void storageEvent(const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin*, Frame* sourceFrame);
58 StorageType m_storageType;
StorageEventDispatcherChromium.cpp 47 const String& newValue, StorageType storageType,
51 WebKit::webKitClient()->dispatchStorageEvent(key, oldValue, newValue, origin->toString(), WebKit::WebURL(), storageType == LocalStorage);
StorageEventDispatcherImpl.h 51 const KURL&, StorageType);
WebStorageEventDispatcherImpl.cpp 65 WebCore::StorageType storageType = isLocalStorage ? WebCore::LocalStorage : WebCore::SessionStorage;
67 m_eventDispatcher->dispatchStorageEvent(key, oldValue, newValue, securityOrigin.get(), url, storageType);
StorageEventDispatcherImpl.cpp 55 const KURL& url, StorageType storageType)
58 if (storageType == SessionStorage)
StorageNamespaceProxy.cpp 56 StorageNamespaceProxy::StorageNamespaceProxy(WebKit::WebStorageNamespace* storageNamespace, StorageType storageType)
58 , m_storageType(storageType)
StorageAreaProxy.cpp 50 StorageAreaProxy::StorageAreaProxy(WebKit::WebStorageArea* storageArea, StorageType storageType)
52 , m_storageType(storageType)
112 void StorageAreaProxy::storageEvent(const String& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin* securityOrigin, Frame* sourceFrame)
121 if (storageType == SessionStorage) {
  /external/v8/src/
lazy-instance.h 120 typedef char StorageType[sizeof(T)] LAZY_ALIGN(T);
122 static T* MutableInstance(StorageType* storage) {
127 static void InitStorageUsingTrait(StorageType* storage) {
137 typedef T* StorageType;
139 static T* MutableInstance(StorageType* storage) {
144 static void InitStorageUsingTrait(StorageType* storage) {
192 typedef typename AllocationTrait::StorageType StorageType;
195 static void InitInstance(StorageType* storage) {
223 mutable StorageType storage_
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 178 DependentTemplateName *> StorageType;
180 StorageType Storage;
183 Storage = StorageType::getFromOpaqueValue(Ptr);
  /external/libmtp/src/
libmtp.h 708 uint16_t StorageType; /**< Storage type */
    [all...]
libmtp.h.in 707 uint16_t StorageType; /**< Storage type */
libmtp.c     [all...]
ptp-pack.c 421 si->StorageType=dtoh16a(&data[PTP_si_StorageType]);
    [all...]
ptp.h 708 uint16_t StorageType;
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]

Completed in 502 milliseconds