Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/v8/specialization/
DV8BindingState.cpp72 frame = V8Proxy::retrieveFrameForEnteredContext(); in activeFrame()
79 return V8Proxy::retrieveFrameForEnteredContext(); in firstFrame()
/external/webkit/Source/WebCore/bindings/v8/
DScriptController.cpp88 Frame* ScriptController::retrieveFrameForEnteredContext() in retrieveFrameForEnteredContext() function in WebCore::ScriptController
90 return V8Proxy::retrieveFrameForEnteredContext(); in retrieveFrameForEnteredContext()
159 Frame* activeFrame = V8Proxy::retrieveFrameForEnteredContext(); in processingUserGesture()
DScriptController.h137 static Frame* retrieveFrameForEnteredContext();
DV8Proxy.h225 static Frame* retrieveFrameForEnteredContext();
DV8Proxy.cpp155 Frame* source = V8Proxy::retrieveFrameForEnteredContext(); in reportUnsafeAccessTo()
546 Frame* V8Proxy::retrieveFrameForEnteredContext() in retrieveFrameForEnteredContext() function in WebCore::V8Proxy
DV8DOMWindowShell.cpp104 Frame* frame = V8Proxy::retrieveFrameForEnteredContext(); in v8UncaughtExceptionHandler()
/external/webkit/Source/WebKit/chromium/src/
DDebuggerAgentManager.cpp292 WebCore::Frame* frame = WebCore::V8Proxy::retrieveFrameForEnteredContext(); in findAgentForCurrentV8Context()
DWebFrameImpl.cpp473 ScriptController::retrieveFrameForEnteredContext(); in frameForEnteredContext()
/external/webkit/Source/WebCore/bindings/scripts/test/V8/
DV8TestObj.cpp825 Frame* enteredFrame = V8Proxy::retrieveFrameForEnteredContext(); in withDynamicFrameCallback()
837 Frame* enteredFrame = V8Proxy::retrieveFrameForEnteredContext(); in withDynamicFrameAndArgCallback()
850 Frame* enteredFrame = V8Proxy::retrieveFrameForEnteredContext(); in withDynamicFrameAndOptionalArgCallback()
857 Frame* enteredFrame = V8Proxy::retrieveFrameForEnteredContext(); in withDynamicFrameAndOptionalArgCallback()
869 Frame* enteredFrame = V8Proxy::retrieveFrameForEnteredContext(); in withDynamicFrameAndUserGestureCallback()
882 Frame* enteredFrame = V8Proxy::retrieveFrameForEnteredContext(); in withDynamicFrameAndUserGestureASADCallback()
889 Frame* enteredFrame = V8Proxy::retrieveFrameForEnteredContext(); in withDynamicFrameAndUserGestureASADCallback()
/external/webkit/Source/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.