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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMDataStore.cpp 32 #include "bindings/v8/DOMDataStore.h"
40 DOMDataStore::DOMDataStore(WrapperWorldType type)
47 DOMDataStore::~DOMDataStore()
49 ASSERT(m_type != MainWorld); // We never actually destruct the main world's DOMDataStore.
54 DOMDataStore* DOMDataStore::mainWorldStore()
56 DEFINE_STATIC_LOCAL(DOMDataStore, mainWorldDOMDataStore, (MainWorld));
61 DOMDataStore* DOMDataStore::current(v8::Isolate* isolate
    [all...]
DOMDataStore.h 46 class DOMDataStore {
47 WTF_MAKE_NONCOPYABLE(DOMDataStore);
49 explicit DOMDataStore(WrapperWorldType);
50 ~DOMDataStore();
52 static DOMDataStore* current(v8::Isolate*);
130 static DOMDataStore* mainWorldStore();

Completed in 78 milliseconds