Home
last modified time | relevance | path

Searched refs:retrieveFrameForCurrentContext (Results 1 – 16 of 16) sorted by relevance

/external/webkit/WebCore/bindings/v8/custom/
DV8DatabaseCustom.cpp57 Frame* frame = V8Proxy::retrieveFrameForCurrentContext(); in changeVersionCallback()
100 Frame* frame = V8Proxy::retrieveFrameForCurrentContext(); in createTransaction()
DV8GeolocationCustom.cpp59 Frame* frame = V8Proxy::retrieveFrameForCurrentContext(); in createPositionCallback()
78 Frame* frame = V8Proxy::retrieveFrameForCurrentContext(); in createPositionErrorCallback()
DV8NavigatorCustom.cpp72 Frame* frame = V8Proxy::retrieveFrameForCurrentContext(); in createApplicationInstalledCallback()
DV8HTMLAudioElementConstructor.cpp54 Frame* frame = V8Proxy::retrieveFrameForCurrentContext(); in v8HTMLAudioElementConstructorCallback()
DV8HTMLImageElementConstructor.cpp54 Frame* frame = V8Proxy::retrieveFrameForCurrentContext(); in v8HTMLImageElementConstructorCallback()
DV8HTMLOptionElementConstructor.cpp54 Frame* frame = V8Proxy::retrieveFrameForCurrentContext(); in v8HTMLOptionElementConstructorCallback()
DV8SQLTransactionCustom.cpp100 Frame* frame = V8Proxy::retrieveFrameForCurrentContext(); in executeSqlCallback()
DV8NotificationCenterCustom.cpp125 callback = V8CustomVoidCallback::create(args[0], V8Proxy::retrieveFrameForCurrentContext()); in requestPermissionCallback()
/external/webkit/WebCore/bindings/v8/
DScriptController.cpp84 Frame* ScriptController::retrieveFrameForCurrentContext() in retrieveFrameForCurrentContext() function in WebCore::ScriptController
86 return V8Proxy::retrieveFrameForCurrentContext(); in retrieveFrameForCurrentContext()
DScriptController.h130 static Frame* retrieveFrameForCurrentContext();
DV8Utilities.cpp141 frame = V8Proxy::retrieveFrameForCurrentContext(); in getScriptExecutionContext()
DV8Proxy.h273 static Frame* retrieveFrameForCurrentContext();
DV8Proxy.cpp570 Frame* V8Proxy::retrieveFrameForCurrentContext() in retrieveFrameForCurrentContext() function in WebCore::V8Proxy
/external/webkit/WebKit/chromium/src/
DWebBindings.cpp240 V8Proxy* current = V8Proxy::retrieve(V8Proxy::retrieveFrameForCurrentContext()); in getDragDataImpl()
DWebFrameImpl.cpp351 ScriptController::retrieveFrameForCurrentContext(); in frameForCurrentContext()
/external/webkit/WebCore/
DChangeLog-2010-01-2980142 (WebCore::CALLBACK_FUNC_DECL): Changed to use V8Proxy::retrieveFrameForCurrentContext().