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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DOMWrapperWorld.cpp 63 DOMWrapperWorld& DOMWrapperWorld::mainWorld()
92 worlds.append(&mainWorld());
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...]

Completed in 196 milliseconds