Home
last modified time | relevance | path

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

/external/webkit/WebCore/bindings/v8/
DV8ConsoleMessage.cpp93 Frame* frame = V8Proxy::retrieveFrameForEnteredContext(); in processDelayed()
110 Frame* frame = V8Proxy::retrieveFrameForEnteredContext(); in handler()
DV8Utilities.cpp99 Frame* frame = V8Proxy::retrieveFrameForEnteredContext(); in processingUserGesture()
112 Frame* frame = V8Proxy::retrieveFrameForEnteredContext(); in completeURL()
DScriptController.cpp79 Frame* ScriptController::retrieveFrameForEnteredContext() in retrieveFrameForEnteredContext() function in WebCore::ScriptController
81 return V8Proxy::retrieveFrameForEnteredContext(); in retrieveFrameForEnteredContext()
155 Frame* activeFrame = V8Proxy::retrieveFrameForEnteredContext(); in processingUserGesture()
DScriptController.h126 static Frame* retrieveFrameForEnteredContext();
DV8Proxy.cpp187 Frame* source = V8Proxy::retrieveFrameForEnteredContext(); in reportUnsafeAccessTo()
562 Frame* V8Proxy::retrieveFrameForEnteredContext() in retrieveFrameForEnteredContext() function in WebCore::V8Proxy
DV8Proxy.h272 static Frame* retrieveFrameForEnteredContext();
/external/webkit/WebCore/bindings/v8/custom/
DV8HTMLFormElementCustom.cpp88 Frame* frame = V8Proxy::retrieveFrameForEnteredContext(); in submitCallback()
DV8DOMWindowCustom.cpp440 Frame* frame = V8Proxy::retrieveFrameForEnteredContext(); in allowPopUp()
498 Frame* enteredFrame = V8Proxy::retrieveFrameForEnteredContext(); in showModalDialogCallback()
582 Frame* enteredFrame = V8Proxy::retrieveFrameForEnteredContext(); in openCallback()
/external/webkit/WebKit/chromium/src/
DDebuggerAgentManager.cpp293 WebCore::Frame* frame = WebCore::V8Proxy::retrieveFrameForEnteredContext(); in findAgentForCurrentV8Context()
DWebDevToolsFrontendImpl.cpp244 Page* page = V8Proxy::retrieveFrameForEnteredContext()->page(); in jsLoaded()
DWebFrameImpl.cpp344 ScriptController::retrieveFrameForEnteredContext(); in frameForEnteredContext()
/external/webkit/WebCore/
DChangeLog-2009-06-1610630 … (WebCore::ACCESSOR_SETTER): Change retrieveActiveFrame() to retrieveFrameForEnteredContext().
10876 … Change V8Proxy::retrieveActiveFrame() call sites to V8Proxy::retrieveFrameForEnteredContext().
10879 V8::retrieveFrameForEnteredContext() for consistency.