Home
last modified time | relevance | path

Searched refs:willSendRequestForFrame (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundlePageResourceLoadClient.cpp44 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()
DInjectedBundlePageResourceLoadClient.h50 …void willSendRequestForFrame(WebPage*, WebFrame*, uint64_t identifier, WebCore::ResourceRequest&, …
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.h67 …static WKURLRequestRef willSendRequestForFrame(WKBundlePageRef, WKBundleFrameRef, uint64_t identif…
91 …WKURLRequestRef willSendRequestForFrame(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WK…
DInjectedBundlePage.cpp197 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/
DWKBundlePage.h159 WKBundlePageWillSendRequestForFrameCallback willSendRequestForFrame; member
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebFrameLoaderClient.cpp165 …webPage->injectedBundleResourceLoadClient().willSendRequestForFrame(webPage, m_frame, identifier, … in dispatchWillSendRequest()
/external/webkit/Tools/
DChangeLog4598 (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.
DChangeLog-2011-02-161133 (WTR::InjectedBundlePage::willSendRequestForFrame):
1266 (WTR::InjectedBundlePage::willSendRequestForFrame): Implement the required
1386 (WTR::InjectedBundlePage::willSendRequestForFrame):
1608 (WTR::InjectedBundlePage::willSendRequestForFrame):
/external/webkit/Source/WebKit2/
DChangeLog10192 … 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):
DChangeLog-2011-02-162172 (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):