Searched refs:didFinishDocumentLoadForFrame (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFrameLoadDelegatePrivate.idl44 //- (void)webView:(WebView *)sender didFinishDocumentLoadForFrame:(WebFrame *)frame;
45 HRESULT didFinishDocumentLoadForFrame([in] IWebView* sender, [in] IWebFrame* frame);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebLoaderClient.h56 void didFinishDocumentLoadForFrame(WebPageProxy*, WebFrameProxy*, APIObject*);
H A DWebLoaderClient.cpp70 void WebLoaderClient::didFinishDocumentLoadForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* userData) function in class:WebKit::WebLoaderClient
72 if (!m_client.didFinishDocumentLoadForFrame)
75 m_client.didFinishDocumentLoadForFrame(toAPI(page), toAPI(frame), toAPI(userData), m_client.clientInfo);
H A DWebPageProxy.h517 void didFinishDocumentLoadForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder*);
H A DWebPageProxy.cpp1560 void WebPageProxy::didFinishDocumentLoadForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder* arguments) function in class:WebKit::WebPageProxy
1570 m_loaderClient.didFinishDocumentLoadForFrame(this, frame, userData.get());
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageLoaderClient.h54 void didFinishDocumentLoadForFrame(WebPage*, WebFrame*, RefPtr<APIObject>& userData);
H A DInjectedBundlePageLoaderClient.cpp79 void InjectedBundlePageLoaderClient::didFinishDocumentLoadForFrame(WebPage* page, WebFrame* frame, RefPtr<APIObject>& userData) function in class:WebKit::InjectedBundlePageLoaderClient
81 if (!m_client.didFinishDocumentLoadForFrame)
85 m_client.didFinishDocumentLoadForFrame(toAPI(page), toAPI(frame), &userDataToPass, m_client.clientInfo);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.h56 static void didFinishDocumentLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const void*);
84 void didFinishDocumentLoadForFrame(WKBundleFrameRef);
H A DInjectedBundlePage.cpp176 didFinishDocumentLoadForFrame,
311 void InjectedBundlePage::didFinishDocumentLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void* clientInfo) function in class:WTR::InjectedBundlePage
313 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didFinishDocumentLoadForFrame(frame);
628 void InjectedBundlePage::didFinishDocumentLoadForFrame(WKBundleFrameRef frame) function in class:WTR::InjectedBundlePage
/external/webkit/Tools/DumpRenderTree/win/
H A DFrameLoadDelegate.h126 virtual HRESULT STDMETHODCALLTYPE didFinishDocumentLoadForFrame(
H A DFrameLoadDelegate.cpp374 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didFinishDocumentLoadForFrame( function in class:FrameLoadDelegate
379 printf("%s - didFinishDocumentLoadForFrame\n",
/external/webkit/Tools/MiniBrowser/mac/
H A DBrowserWindowController.m272 static void didFinishDocumentLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo)
274 LOG(@"didFinishDocumentLoadForFrame");
582 didFinishDocumentLoadForFrame,
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h104 WKBundlePageDidFinishDocumentLoadForFrameCallback didFinishDocumentLoadForFrame; member in struct:WKBundlePageLoaderClient
/external/webkit/Tools/DumpRenderTree/mac/
H A DFrameLoadDelegate.mm366 - (void)webView:(WebView *)sender didFinishDocumentLoadForFrame:(WebFrame *)frame
369 NSString *string = [NSString stringWithFormat:@"%@ - didFinishDocumentLoadForFrame", [frame _drt_descriptionSuitableForTestResult]];
/external/webkit/Source/WebKit/mac/WebView/
H A DWebViewPrivate.h711 // didFinishDocumentLoadForFrame is sent when the document has finished loading, though not necessarily all
714 - (void)webView:(WebView *)sender didFinishDocumentLoadForFrame:(WebFrame *)frame;
H A DWebView.mm1623 cache->didFinishDocumentLoadForFrameFunc = getMethod(delegate, @selector(webView:didFinishDocumentLoadForFrame:));
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.h79 WKPageDidFinishDocumentLoadForFrameCallback didFinishDocumentLoadForFrame; member in struct:WKPageLoaderClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp403 frameLoadDelegatePriv->didFinishDocumentLoadForFrame(webView, m_webFrame);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp500 webPage->injectedBundleLoaderClient().didFinishDocumentLoadForFrame(webPage, m_frame, userData);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm683 CallFrameLoadDelegate(implementations->didFinishDocumentLoadForFrameFunc, webView, @selector(webView:didFinishDocumentLoadForFrame:), m_webFrame.get());

Completed in 288 milliseconds