Home
last modified time | relevance | path

Searched refs:haveWindowShell (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/bindings/js/
DScriptCachedFrameData.cpp51 if (scriptController->haveWindowShell()) { in ScriptCachedFrameData()
73 if (scriptController->haveWindowShell()) { in restore()
DScriptController.h70 bool haveWindowShell() const { return m_windowShell; } in haveWindowShell() function
/external/webkit/WebCore/bindings/v8/
DScriptController.h82 bool haveWindowShell() const { return true; } in haveWindowShell() function
/external/webkit/WebKit/mac/WebView/
DWebFrame.mm274 if (!scriptController->haveWindowShell())
/external/webkit/WebCore/loader/
DFrameLoader.cpp5144 if (!m_frame->script()->isEnabled() || !m_frame->script()->haveWindowShell()) in dispatchWindowObjectAvailable()