/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
D | PageLoadBasic.cpp | 41 , didCommitLoadForFrame(false) in State() 47 bool didCommitLoadForFrame; member 54 TEST_ASSERT(!state->didCommitLoadForFrame); in didStartProvisionalLoadForFrame() 65 static void didCommitLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void*… in didCommitLoadForFrame() function 74 state->didCommitLoadForFrame = true; in didCommitLoadForFrame() 82 TEST_ASSERT(state->didCommitLoadForFrame); in didFinishLoadForFrame() 94 TEST_ASSERT(!state->didCommitLoadForFrame); in decidePolicyForNavigationAction() 124 loaderClient.didCommitLoadForFrame = didCommitLoadForFrame; in TEST()
|
D | FrameMIMETypeHTML.cpp | 43 static void didCommitLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void*… in didCommitLoadForFrame() function 68 loaderClient.didCommitLoadForFrame = didCommitLoadForFrame; in TEST()
|
D | FrameMIMETypePNG.cpp | 43 static void didCommitLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void*… in didCommitLoadForFrame() function 68 loaderClient.didCommitLoadForFrame = didCommitLoadForFrame; in TEST()
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundlePageLoaderClient.cpp | 69 void InjectedBundlePageLoaderClient::didCommitLoadForFrame(WebPage* page, WebFrame* frame, RefPtr<A… in didCommitLoadForFrame() function in WebKit::InjectedBundlePageLoaderClient 71 if (!m_client.didCommitLoadForFrame) in didCommitLoadForFrame() 75 m_client.didCommitLoadForFrame(toAPI(page), toAPI(frame), &userDataToPass, m_client.clientInfo); in didCommitLoadForFrame()
|
D | InjectedBundlePageLoaderClient.h | 53 void didCommitLoadForFrame(WebPage*, WebFrame*, RefPtr<APIObject>& userData);
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebLoaderClient.cpp | 62 void WebLoaderClient::didCommitLoadForFrame(WebPageProxy* page, WebFrameProxy* frame, APIObject* us… in didCommitLoadForFrame() function in WebKit::WebLoaderClient 64 if (!m_client.didCommitLoadForFrame) in didCommitLoadForFrame() 67 m_client.didCommitLoadForFrame(toAPI(page), toAPI(frame), toAPI(userData), m_client.clientInfo); in didCommitLoadForFrame()
|
D | WebLoaderClient.h | 55 void didCommitLoadForFrame(WebPageProxy*, WebFrameProxy*, APIObject*);
|
D | WebPageProxy.h | 516 …void didCommitLoadForFrame(uint64_t frameID, const String& mimeType, bool frameHasCustomRepresenta…
|
D | WebPageProxy.cpp | 1533 void WebPageProxy::didCommitLoadForFrame(uint64_t frameID, const String& mimeType, bool frameHasCus… in didCommitLoadForFrame() function in WebKit::WebPageProxy 1557 m_loaderClient.didCommitLoadForFrame(this, frame, userData.get()); in didCommitLoadForFrame()
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | InjectedBundlePage.h | 54 static void didCommitLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const void*); 76 void didCommitLoadForFrame(WKBundleFrameRef);
|
D | InjectedBundlePage.cpp | 175 didCommitLoadForFrame, in InjectedBundlePage() 301 void InjectedBundlePage::didCommitLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKType… in didCommitLoadForFrame() function in WTR::InjectedBundlePage 303 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didCommitLoadForFrame(frame); in didCommitLoadForFrame() 420 void InjectedBundlePage::didCommitLoadForFrame(WKBundleFrameRef frame) in didCommitLoadForFrame() function in WTR::InjectedBundlePage
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFrameLoadDelegate.h | 88 - (void)webView:(WebView *)sender didCommitLoadForFrame:(WebFrame *)frame;
|
/external/webkit/Tools/MiniBrowser/mac/ |
D | BrowserWindowController.m | 37 - (void)didCommitLoadForFrame:(WKFrameRef)frame; 267 static void didCommitLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void … 269 [(BrowserWindowController *)clientInfo didCommitLoadForFrame:frame]; 581 didCommitLoadForFrame, 731 - (void)didCommitLoadForFrame:(WKFrameRef)frame
|
/external/webkit/Tools/WinLauncher/ |
D | WinLauncher.h | 55 virtual HRESULT STDMETHODCALLTYPE didCommitLoadForFrame( in didCommitLoadForFrame() function
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | FrameLoadDelegate.h | 68 virtual HRESULT STDMETHODCALLTYPE didCommitLoadForFrame(
|
D | FrameLoadDelegate.cpp | 154 HRESULT STDMETHODCALLTYPE FrameLoadDelegate::didCommitLoadForFrame( in didCommitLoadForFrame() function in FrameLoadDelegate
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebFrameLoadDelegate.idl | 90 @method webView:didCommitLoadForFrame: 101 - (void)webView:(WebView *)sender didCommitLoadForFrame:(WebFrame *)frame; 103 HRESULT didCommitLoadForFrame([in] IWebView* webView, [in] IWebFrame* frame);
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | FrameLoadDelegate.mm | 175 - (void)webView:(WebView *)sender didCommitLoadForFrame:(WebFrame *)frame 178 …NSString *string = [NSString stringWithFormat:@"%@ - didCommitLoadForFrame", [frame _drt_descripti…
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundlePage.h | 103 WKBundlePageDidCommitLoadForFrameCallback didCommitLoadForFrame; member
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKPage.h | 78 WKPageDidCommitLoadForFrameCallback didCommitLoadForFrame; member
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebFrameLoaderClient.cpp | 395 frameLoadDelegate->didCommitLoadForFrame(webView, m_webFrame); in dispatchDidCommitLoad()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebFrameLoaderClient.cpp | 436 webPage->injectedBundleLoaderClient().didCommitLoadForFrame(webPage, m_frame, userData); in dispatchDidCommitLoad()
|
/external/webkit/Tools/ |
D | ChangeLog-2009-06-16 | 284 (-[FrameLoadDelegate webView:didCommitLoadForFrame:]): 1068 (FrameLoadDelegate::didCommitLoadForFrame): Ditto. 5323 (-[FrameLoadDelegate webView:didCommitLoadForFrame:]): 8317 (WinLauncherWebHost::didCommitLoadForFrame): 9037 (-[FrameLoadDelegate webView:didCommitLoadForFrame:]): 9044 (FrameLoadDelegate::didCommitLoadForFrame): 10665 (FrameLoadDelegate::didCommitLoadForFrame): 11884 (-[FrameLoadDelegate webView:didCommitLoadForFrame:]): 14342 (FrameLoadDelegate::didCommitLoadForFrame): 14510 (-[FrameLoadDelegate webView:didCommitLoadForFrame:]): [all …]
|
D | ChangeLog-2011-02-16 | 13098 (TestWebKitAPI::didCommitLoadForFrame): 14138 (-[FrameLoadDelegate webView:didCommitLoadForFrame:]): 17435 (TestWebKitAPI::didCommitLoadForFrame): 17440 (TestWebKitAPI::didCommitLoadForFrame): 20243 (didCommitLoadForFrame): 20255 (WTR::InjectedBundlePage::didCommitLoadForFrame): 24744 (WTR::InjectedBundlePage::didCommitLoadForFrame): 25896 (didCommitLoadForFrame): 27435 (-[BrowserWindowController didCommitLoadForFrame:]): 30257 (WTR::InjectedBundlePage::didCommitLoadForFrame): [all …]
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebFrameLoaderClient.mm | 651 …mentations->didCommitLoadForFrameFunc, webView, @selector(webView:didCommitLoadForFrame:), m_webFr…
|