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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptController.cpp 93 , m_windowShell(V8WindowShell::create(frame, mainThreadNormalWorld(), m_isolate))
130 m_windowShell->clearForClose(destroyGlobal);
145 m_windowShell->updateSecurityOrigin();
221 if (m_windowShell->isContextInitialized())
231 return m_windowShell->isContextInitialized() ? m_windowShell.get() : 0;
235 return m_windowShell.get();
249 shell = m_windowShell.get();
341 if (!m_windowShell->isContextInitialized())
344 m_windowShell->context()->AllowCodeGenerationFromStrings(true)
    [all...]
ScriptController.h 173 OwnPtr<V8WindowShell> m_windowShell;

Completed in 25 milliseconds