Searched refs:willSendRequestForFrame (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundlePageResourceLoadClient.cpp | 44 void InjectedBundlePageResourceLoadClient::willSendRequestForFrame(WebPage* page, WebFrame* frame, … in willSendRequestForFrame() function in WebKit::InjectedBundlePageResourceLoadClient 46 if (!m_client.willSendRequestForFrame) in willSendRequestForFrame() 49 …RefPtr<WebURLRequest> returnedRequest = adoptRef(toImpl(m_client.willSendRequestForFrame(toAPI(pag… in willSendRequestForFrame()
|
D | InjectedBundlePageResourceLoadClient.h | 50 …void willSendRequestForFrame(WebPage*, WebFrame*, uint64_t identifier, WebCore::ResourceRequest&, …
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | InjectedBundlePage.h | 67 …static WKURLRequestRef willSendRequestForFrame(WKBundlePageRef, WKBundleFrameRef, uint64_t identif… 91 …WKURLRequestRef willSendRequestForFrame(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WK…
|
D | InjectedBundlePage.cpp | 197 willSendRequestForFrame, in InjectedBundlePage() 366 WKURLRequestRef InjectedBundlePage::willSendRequestForFrame(WKBundlePageRef page, WKBundleFrameRef … in willSendRequestForFrame() function in WTR::InjectedBundlePage 368 …return static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->willSendRequestForFrame(pa… in willSendRequestForFrame() 656 WKURLRequestRef InjectedBundlePage::willSendRequestForFrame(WKBundlePageRef, WKBundleFrameRef, uint… in willSendRequestForFrame() function in WTR::InjectedBundlePage
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundlePage.h | 159 WKBundlePageWillSendRequestForFrameCallback willSendRequestForFrame; member
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebFrameLoaderClient.cpp | 165 …webPage->injectedBundleResourceLoadClient().willSendRequestForFrame(webPage, m_frame, identifier, … in dispatchWillSendRequest()
|
/external/webkit/Tools/ |
D | ChangeLog | 4598 (WTR::InjectedBundlePage::willSendRequestForFrame): 5017 (WTR::InjectedBundlePage::willSendRequestForFrame): Use new WebKit2 5894 (WTR::InjectedBundlePage::willSendRequestForFrame): Retain the WKURLRequestRef returned 5895 by willSendRequestForFrame. The API expects a retained reference to the URL request.
|
D | ChangeLog-2011-02-16 | 1133 (WTR::InjectedBundlePage::willSendRequestForFrame): 1266 (WTR::InjectedBundlePage::willSendRequestForFrame): Implement the required 1386 (WTR::InjectedBundlePage::willSendRequestForFrame): 1608 (WTR::InjectedBundlePage::willSendRequestForFrame):
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 10192 … Reference-counting for WKBundlePageResourceLoadClient::willSendRequestForFrame seems unclear/wrong 10196 Adopt the result of m_client.willSendRequestForFrame (which will be leaked by the client). 10199 (WebKit::InjectedBundlePageResourceLoadClient::willSendRequestForFrame):
|
D | ChangeLog-2011-02-16 | 2172 (WebKit::InjectedBundlePageResourceLoadClient::willSendRequestForFrame): 2806 …WebKit2: Crash when InjectedBundlePageLoaderClient::willSendRequestForFrame returns a null WKURLRe… 2809 Store the result of m_client.willSendRequestForFrame in a RefPtr, and null check it before 2813 (WebKit::InjectedBundlePageLoaderClient::willSendRequestForFrame): 3106 (WebKit::InjectedBundlePageLoaderClient::willSendRequestForFrame):
|