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

1 2 3

  /external/chromium/chrome/browser/extensions/
extension_storage_apitest.cc 7 IN_PROC_BROWSER_TEST_F(ExtensionApiTest, Storage) {
8 ASSERT_TRUE(RunExtensionTest("storage")) << message_;
  /external/webkit/Source/WebCore/storage/
Storage.cpp 27 #include "Storage.h"
40 PassRefPtr<Storage> Storage::create(Frame* frame, PassRefPtr<StorageArea> storageArea)
42 return adoptRef(new Storage(frame, storageArea));
45 Storage::Storage(Frame* frame, PassRefPtr<StorageArea> storageArea)
53 Storage::~Storage()
57 unsigned Storage::length() const
65 String Storage::key(unsigned index) cons
    [all...]
Storage.h 41 class Storage : public RefCounted<Storage> {
43 static PassRefPtr<Storage> create(Frame*, PassRefPtr<StorageArea>);
44 ~Storage();
59 Storage(Frame*, PassRefPtr<StorageArea>);
StorageEvent.h 36 class Storage;
41 static PassRefPtr<StorageEvent> create(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea);
48 Storage* storageArea() const { return m_storageArea.get(); }
50 void initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea);
53 // void initStorageEventNS(in DOMString namespaceURI, in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString keyArg, in DOMString oldValueArg, in DOMString newValueArg, in DOMString urlArg, Storage storageAreaArg);
59 StorageEvent(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea);
65 RefPtr<Storage> m_storageArea;
StorageEvent.idl 26 module storage {
35 readonly attribute Storage storageArea;
36 void initStorageEvent(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString keyArg, in [ConvertNullToNullString] DOMString oldValueArg, in [ConvertNullToNullString] DOMString newValueArg, in DOMString urlArg, in Storage storageAreaArg);
39 // void initStorageEventNS(in DOMString namespaceURI, in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString keyArg, in DOMString oldValueArg, in DOMString newValueArg, in DOMString urlArg, in Storage storageAreaArg);
StorageEvent.cpp 31 #include "Storage.h"
48 PassRefPtr<StorageEvent> StorageEvent::create(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea)
53 StorageEvent::StorageEvent(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea)
63 void StorageEvent::initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea)
Storage.idl 26 module storage {
34 ] Storage {
  /external/webkit/Source/WebCore/inspector/
InspectorDOMStorageResource.h 45 class Storage;
51 static PassRefPtr<InspectorDOMStorageResource> create(Storage* domStorage, bool isLocalStorage, Frame* frame)
70 Storage* domStorage() const { return m_domStorage.get(); }
74 InspectorDOMStorageResource(Storage*, bool isLocalStorage, Frame*);
76 RefPtr<Storage> m_domStorage;
InspectorDOMStorageAgent.h 43 class Storage;
67 int storageId(Storage*);
InspectorDOMStorageAgent.cpp 43 #include "Storage.h"
87 Storage* domStorage = storageResource->domStorage();
118 int InspectorDOMStorageAgent::storageId(Storage* storage)
120 ASSERT(storage);
121 Frame* frame = storage->frame();
123 bool isLocalStorage = (frame->domWindow()->localStorage(ec) == storage && !ec);
148 RefPtr<Storage> domStorage = Storage::create(frame, storageArea);
InjectedScriptHost.h 56 class Storage;
108 int storageIdImpl(Storage*);
InspectorDOMStorageResource.cpp 42 #include "Storage.h"
51 InspectorDOMStorageResource::InspectorDOMStorageResource(Storage* domStorage, bool isLocalStorage, Frame* frame)
107 Storage* storage = storageEvent->storageArea(); local
109 bool isLocalStorage = (storage->frame()->domWindow()->localStorage(ec) == storage && !ec);
110 if (isSameHostAndType(storage->frame(), isLocalStorage))
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Init.c 39 pQPD_State->pDelay = pTaps->Storage;
LVPSA_QPD.h 43 LVM_INT32 Storage[1];
  /external/clang/include/clang/AST/
TemplateName.h 180 StorageType Storage;
183 Storage = StorageType::getFromOpaqueValue(Ptr);
208 TemplateName() : Storage() { }
209 explicit TemplateName(TemplateDecl *Template) : Storage(Template) { }
210 explicit TemplateName(OverloadedTemplateStorage *Storage)
211 : Storage(Storage) { }
212 explicit TemplateName(SubstTemplateTemplateParmStorage *Storage);
213 explicit TemplateName(SubstTemplateTemplateParmPackStorage *Storage)
214 : Storage(Storage) {
    [all...]
DependentDiagnostic.h 98 PartialDiagnostic::Storage *Storage)
99 : Diag(PDiag, Storage) {}
  /external/llvm/lib/VMCore/
User.cpp 59 void *Storage = ::operator new(s + sizeof(Use) * Us);
60 Use *Start = static_cast<Use*>(Storage);
75 Use *Storage = static_cast<Use*>(Usr) - Start->NumOperands;
78 ::operator delete(Storage);
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
LVM_Timer.h 47 LVM_INT32 Storage[6];
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 32 // here so that the nested Storage class below can access them.
36 struct Storage {
37 Storage() : NumDiagArgs(0), NumDiagRanges(0) { }
77 /// \brief An allocator for Storage objects, which uses a small cache to
81 Storage Cached[NumCached];
82 Storage *FreeList[NumCached];
89 /// \brief Allocate new storage.
90 Storage *Allocate() {
92 return new Storage;
94 Storage *Result = FreeList[--NumFreeListEntries]
    [all...]
  /external/clang/lib/AST/
TemplateName.cpp 55 if (Storage.is<TemplateDecl *>())
57 if (Storage.is<DependentTemplateName *>())
59 if (Storage.is<QualifiedTemplateName *>())
63 = Storage.get<UncommonTemplateNameStorage*>();
72 if (TemplateDecl *Template = Storage.dyn_cast<TemplateDecl *>())
130 if (TemplateDecl *Template = Storage.dyn_cast<TemplateDecl *>())
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 42 llvm::SmallVector<T, InlineCapacity> Storage;
48 bool empty() const { return Storage.empty(); }
52 unsigned Index = Storage.size();
53 Storage.push_back(V);
56 T *data = Storage.data();
69 T tmp = Storage[0];
71 unsigned NewSize = Storage.size() - 1;
75 Storage[0] = Storage[NewSize];
77 std::swap(Storage[0], Storage[NewSize])
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp     [all...]
  /external/clang/test/SemaCXX/
flexible-array-test.cpp 65 struct Storage : StorageBase {
  /external/v8/src/
lazy-instance.h 122 static T* MutableInstance(StorageType* storage) {
123 return reinterpret_cast<T*>(storage);
127 static void InitStorageUsingTrait(StorageType* storage) {
128 ConstructTrait::Construct(MutableInstance(storage));
139 static T* MutableInstance(StorageType* storage) {
140 return *storage;
144 static void InitStorageUsingTrait(StorageType* storage) {
145 *storage = CreateTrait::Create();
168 template <typename Function, typename Storage>
169 static void Init(OnceType* once, Function function, Storage storage)
    [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
SSRC.h 89 LVM_INT32 Storage [ SSRC_INSTANCE_SIZE/4 ];

Completed in 461 milliseconds

1 2 3