Home
last modified time | relevance | path

Searched refs:mainThreadNormalWorld (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DDOMWrapperWorld.h126 friend DOMWrapperWorld* mainThreadNormalWorld();
130 DOMWrapperWorld* mainThreadNormalWorld();
DScriptController.cpp93 , m_windowShell(V8WindowShell::create(frame, mainThreadNormalWorld(), m_isolate)) in ScriptController()
223 return windowShell(mainThreadNormalWorld())->isContextInitialized(); in initializeMainWorld()
294 return contextForWorld(*this, mainThreadNormalWorld()); in currentWorldContext()
299 return contextForWorld(*this, mainThreadNormalWorld()); in currentWorldContext()
310 return contextForWorld(*this, mainThreadNormalWorld()); in mainWorldContext()
318 return contextForWorld(frame->script(), mainThreadNormalWorld()); in mainWorldContext()
542 windowShell(mainThreadNormalWorld())->updateDocument(); in updateDocument()
547 windowShell(mainThreadNormalWorld())->namedItemAdded(doc, name); in namedItemAdded()
552 windowShell(mainThreadNormalWorld())->namedItemRemoved(doc, name); in namedItemRemoved()
DDOMWrapperWorld.cpp80 return mainThreadNormalWorld(); in current()
83 DOMWrapperWorld* mainThreadNormalWorld() in mainThreadNormalWorld() function
120 worlds.append(mainThreadNormalWorld()); in getAllWorlds()
DV8LazyEventListener.cpp56 : V8AbstractEventListener(true, mainThreadNormalWorld(), isolate) in V8LazyEventListener()
DPageScriptDebugServer.cpp109 V8WindowShell* shell = scriptController.existingWindowShell(mainThreadNormalWorld()); in addListener()
DV8WindowShell.cpp215 V8WindowShell* mainWindow = m_frame->script().existingWindowShell(mainThreadNormalWorld()); in initializeIfNeeded()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DCustomEventTest.cpp67 v8::Local<v8::Context> v8Context = WebCore::toV8Context(context, mainThreadNormalWorld()); in handleEvent()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DPageDebuggerAgent.cpp133 if (world != mainThreadNormalWorld() || frame != m_pageAgent->mainFrame()) in didClearWindowObjectInWorld()
DInspectorAgent.cpp72 if (world != mainThreadNormalWorld()) in didClearWindowObjectInWorld()
DPageRuntimeAgent.cpp114 if (world != mainThreadNormalWorld()) in didClearWindowObjectInWorld()
DInspectorController.cpp174 if (world != mainThreadNormalWorld()) in didClearWindowObjectInWorld()
DInspectorPageAgent.cpp780 if (world != mainThreadNormalWorld()) in didClearWindowObjectInWorld()