Searched refs:didClearWindowObject (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebDevToolsAgentPrivate.h45 virtual void didClearWindowObject(WebFrameImpl*) = 0;
H A DWebDevToolsAgentImpl.h69 virtual void didClearWindowObject(WebFrameImpl* frame);
H A DWebDevToolsAgentImpl.cpp214 void WebDevToolsAgentImpl::didClearWindowObject(WebFrameImpl* webframe) function in class:WebKit::WebDevToolsAgentImpl
H A DFrameLoaderClientImpl.cpp122 m_webFrame->client()->didClearWindowObject(m_webFrame);
126 webview->devToolsAgentPrivate()->didClearWindowObject(m_webFrame);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrameLoadDelegate.h172 @method webView:didClearWindowObject:forFrame:
179 @discussion If a delegate implements both webView:didClearWindowObject:forFrame:
180 and webView:windowScriptObjectAvailable:, only webView:didClearWindowObject:forFrame:
184 - (void)webView:(WebView *)webView didClearWindowObject:(WebScriptObject *)windowObject forFrame:(WebFrame *)frame;
192 @discussion This method is deprecated. Consider using webView:didClearWindowObject:forFrame:
H A DWebView.mm1617 cache->didClearWindowObjectForFrameFunc = getMethod(delegate, @selector(webView:didClearWindowObject:forFrame:));
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFrameLoadDelegate.idl204 [local] HRESULT didClearWindowObject([in] IWebView* webView, [in] JSContextRef context, [in] JSObjectRef windowScriptObject, [in] IWebFrame* frame);
/external/webkit/Tools/WinLauncher/
H A DWinLauncher.h106 virtual /* [local] */ HRESULT STDMETHODCALLTYPE didClearWindowObject( function in class:WinLauncherWebHost
/external/webkit/Tools/DumpRenderTree/win/
H A DFrameLoadDelegate.h119 virtual /* [local] */ HRESULT STDMETHODCALLTYPE didClearWindowObject(
H A DFrameLoadDelegate.cpp307 HRESULT FrameLoadDelegate::didClearWindowObject(IWebView*, JSContextRef, JSObjectRef, IWebFrame*) function in class:FrameLoadDelegate
/external/webkit/Source/WebKit/chromium/public/
H A DWebFrameClient.h204 virtual void didClearWindowObject(WebFrame*) { } function in class:WebKit::WebFrameClient
308 // This is similar to didClearWindowObject but only called once per
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.h194 virtual void didClearWindowObject(WebKit::WebFrame*);
H A DWebViewHost.cpp930 void WebViewHost::didClearWindowObject(WebFrame* frame) function in class:WebViewHost
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp1936 if (FAILED(frameLoadDelegate->didClearWindowObject(d->webView, context, windowObject, this)))
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm1979 CallFrameLoadDelegate(implementations->didClearWindowObjectForFrameFunc, webView, @selector(webView:didClearWindowObject:forFrame:),

Completed in 219 milliseconds