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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPromisePropertyTest.cpp 141 DOMWrapperWorld& mainWorld() { return mainScriptState()->world(); }
201 ScriptPromise v = property()->promise(DOMWrapperWorld::mainWorld());
202 ScriptPromise w = property()->promise(DOMWrapperWorld::mainWorld());
207 EXPECT_EQ(v.v8Value().As<v8::Object>()->CreationContext(), toV8Context(&document(), mainWorld()));
215 ScriptPromise v = property()->promise(DOMWrapperWorld::mainWorld());
216 ScriptPromise w = property()->promise(DOMWrapperWorld::mainWorld());
218 EXPECT_NE(&mainWorld(), &otherWorld());
229 EXPECT_EQ(v.v8Value().As<v8::Object>()->CreationContext(), toV8Context(&document(), mainWorld()));
236 ScriptPromise v = promise(DOMWrapperWorld::mainWorld());
242 ScriptPromise w = promise(DOMWrapperWorld::mainWorld());
    [all...]
V8LazyEventListener.h 58 virtual DOMWrapperWorld& world() const OVERRIDE { return DOMWrapperWorld::mainWorld(); }
ScriptController.cpp 97 , m_windowProxy(WindowProxy::create(frame, DOMWrapperWorld::mainWorld(), m_isolate))
210 return windowProxy(DOMWrapperWorld::mainWorld())->isContextInitialized();
483 windowProxy(DOMWrapperWorld::mainWorld())->updateDocument();
488 windowProxy(DOMWrapperWorld::mainWorld())->namedItemAdded(doc, name);
493 windowProxy(DOMWrapperWorld::mainWorld())->namedItemRemoved(doc, name);
596 v8::Handle<v8::Context> context = toV8Context(m_frame, DOMWrapperWorld::mainWorld());
ScriptState.cpp 95 return ScriptState::from(toV8Context(frame, DOMWrapperWorld::mainWorld()));
DOMWrapperWorld.cpp 63 DOMWrapperWorld& DOMWrapperWorld::mainWorld()
92 worlds.append(&mainWorld());
DOMWrapperWorld.h 91 static DOMWrapperWorld& mainWorld();
DOMDataStore.h 88 return DOMWrapperWorld::mainWorld().domDataStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toScriptWrappableBase(object));
108 return DOMWrapperWorld::mainWorld().domDataStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toScriptWrappableBase(object));
PageScriptDebugServer.cpp 129 WindowProxy* windowProxy = scriptController.existingWindowProxy(DOMWrapperWorld::mainWorld());
NPV8Object.cpp 97 v8::Handle<v8::Context> context = toV8Context(object->rootObject->frame(), DOMWrapperWorld::mainWorld());
V8Binding.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 826 return toV8Context(frame(), DOMWrapperWorld::mainWorld());
    [all...]

Completed in 88 milliseconds