Searched defs:DOMDataStore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DDOMDataStore.cpp32 #include "bindings/v8/DOMDataStore.h"
40 DOMDataStore::DOMDataStore(WrapperWorldType type) function in class:WebCore::DOMDataStore
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
[all...]
H A DDOMDataStore.h46 class DOMDataStore { class in namespace:WebCore
47 WTF_MAKE_NONCOPYABLE(DOMDataStore);
49 explicit DOMDataStore(WrapperWorldType);
50 ~DOMDataStore();
52 static DOMDataStore& current(v8::Isolate*);
182 static DOMDataStore& mainWorldStore();

Completed in 83 milliseconds