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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DOMDataStore.cpp 32 #include "bindings/core/v8/DOMDataStore.h"
40 DOMDataStore::DOMDataStore(bool isMainWorld)
46 DOMDataStore::~DOMDataStore()
48 ASSERT(!m_isMainWorld); // We never actually destruct the main world's DOMDataStore.
52 DOMDataStore& DOMDataStore::current(v8::Isolate* isolate)
54 return DOMWrapperWorld::current(isolate).domDataStore();
DOMWrapperWorld.h 45 class DOMDataStore;
121 DOMDataStore& domDataStore() const { return *m_domDataStore; }
190 OwnPtr<DOMDataStore> m_domDataStore;
DOMDataStore.h 46 class DOMDataStore {
47 WTF_MAKE_NONCOPYABLE(DOMDataStore);
49 explicit DOMDataStore(bool isMainWorld);
50 ~DOMDataStore();
52 static DOMDataStore& current(v8::Isolate*);
88 return DOMWrapperWorld::mainWorld().domDataStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toScriptWrappableBase(object));
108 return DOMWrapperWorld::mainWorld().domDataStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toScriptWrappableBase(object));
V8CustomElementLifecycleCallbacks.cpp 35 #include "bindings/core/v8/DOMDataStore.h"
166 v8::Handle<v8::Object> receiver = m_scriptState->world().domDataStore().get<V8Element>(element, isolate);
SerializedScriptValue.cpp     [all...]

Completed in 179 milliseconds