Searched refs:didHandleOnloadEventsForFrame (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFrameLoadDelegatePrivate.idl51 //- (void)webView:(WebView *)sender didHandleOnloadEventsForFrame:(WebFrame *)frame;
52 HRESULT didHandleOnloadEventsForFrame([in] IWebView* sender, [in] IWebFrame* frame);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageLoaderClient.h68 void didHandleOnloadEventsForFrame(WebPage*, WebFrame*);
H A DInjectedBundlePageLoaderClient.cpp203 void InjectedBundlePageLoaderClient::didHandleOnloadEventsForFrame(WebPage* page, WebFrame* frame) function in class:WebKit::InjectedBundlePageLoaderClient
205 if (!m_client.didHandleOnloadEventsForFrame)
208 m_client.didHandleOnloadEventsForFrame(toAPI(page), toAPI(frame), m_client.clientInfo);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.h63 static void didHandleOnloadEventsForFrame(WKBundlePageRef, WKBundleFrameRef, const void*);
85 void didHandleOnloadEventsForFrame(WKBundleFrameRef);
H A DInjectedBundlePage.cpp189 didHandleOnloadEventsForFrame,
346 void InjectedBundlePage::didHandleOnloadEventsForFrame(WKBundlePageRef page, WKBundleFrameRef frame, const void* clientInfo) function in class:WTR::InjectedBundlePage
348 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didHandleOnloadEventsForFrame(frame);
638 void InjectedBundlePage::didHandleOnloadEventsForFrame(WKBundleFrameRef frame) function in class:WTR::InjectedBundlePage
/external/webkit/Tools/DumpRenderTree/win/
H A DFrameLoadDelegate.h134 virtual HRESULT STDMETHODCALLTYPE didHandleOnloadEventsForFrame(
H A DFrameLoadDelegate.cpp398 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didHandleOnloadEventsForFrame( function in class:FrameLoadDelegate
403 printf("%s - didHandleOnloadEventsForFrame\n",
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h119 WKBundlePageDidHandleOnloadEventsForFrameCallback didHandleOnloadEventsForFrame; member in struct:WKBundlePageLoaderClient
/external/webkit/Tools/DumpRenderTree/mac/
H A DFrameLoadDelegate.mm380 - (void)webView:(WebView *)sender didHandleOnloadEventsForFrame:(WebFrame *)frame
383 NSString *string = [NSString stringWithFormat:@"%@ - didHandleOnloadEventsForFrame", [frame _drt_descriptionSuitableForTestResult]];
/external/webkit/Source/WebKit/mac/WebView/
H A DWebViewPrivate.h717 - (void)webView:(WebView *)sender didHandleOnloadEventsForFrame:(WebFrame *)frame;
H A DWebView.mm1627 cache->didHandleOnloadEventsForFrameFunc = getMethod(delegate, @selector(webView:didHandleOnloadEventsForFrame:));
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp270 frameLoadDelegatePriv->didHandleOnloadEventsForFrame(webView, m_webFrame);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp273 webPage->injectedBundleLoaderClient().didHandleOnloadEventsForFrame(webPage, m_frame);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm539 CallFrameLoadDelegate(implementations->didHandleOnloadEventsForFrameFunc, webView, @selector(webView:didHandleOnloadEventsForFrame:), m_webFrame.get());

Completed in 1106 milliseconds