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

  /external/webkit/Source/WebCore/storage/
StorageArea.h 42 enum StorageType { LocalStorage, SessionStorage };
  /external/chromium/base/
callback_internal.h 100 typedef T StorageType;
111 typedef T StorageType;
122 typedef const T* StorageType;
129 typedef const T* StorageType;
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...]
  /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/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/libmtp/src/
libmtp.h 708 uint16_t StorageType; /**< Storage type */
    [all...]
ptp.h 708 uint16_t StorageType;
    [all...]

Completed in 525 milliseconds