Searched refs:retrieveFrameForCurrentContext (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLAudioElementConstructor.cpp56 Frame* frame = V8Proxy::retrieveFrameForCurrentContext();
H A DV8HTMLImageElementConstructor.cpp56 Frame* frame = V8Proxy::retrieveFrameForCurrentContext();
H A DV8HTMLOptionElementConstructor.cpp56 Frame* frame = V8Proxy::retrieveFrameForCurrentContext();
H A DV8NavigatorCustom.cpp84 Frame* frame = V8Proxy::retrieveFrameForCurrentContext();
H A DV8AudioContextCustom.cpp46 Frame* frame = V8Proxy::retrieveFrameForCurrentContext();
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptController.h141 static Frame* retrieveFrameForCurrentContext();
H A DV8Utilities.cpp124 if (Frame* frame = V8Proxy::retrieveFrameForCurrentContext())
H A DScriptController.cpp93 Frame* ScriptController::retrieveFrameForCurrentContext() function in class:WebCore::ScriptController
95 return V8Proxy::retrieveFrameForCurrentContext();
H A DV8Proxy.h226 static Frame* retrieveFrameForCurrentContext();
H A DV8Proxy.cpp554 Frame* V8Proxy::retrieveFrameForCurrentContext() function in class:WebCore::V8Proxy
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp480 ScriptController::retrieveFrameForCurrentContext();

Completed in 244 milliseconds