Searched defs:destinationURL (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DPingLoader.cpp69 void PingLoader::sendPing(Frame* frame, const KURL& pingURL, const KURL& destinationURL) argument
82 request.setHTTPHeaderField("Ping-To", destinationURL);
H A DFrameLoader.cpp2145 bool FrameLoader::shouldReload(const KURL& currentURL, const KURL& destinationURL) argument
2156 if (!destinationURL.hasFragmentIdentifier())
2158 return !equalIgnoringFragmentIdentifier(currentURL, destinationURL);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebHistoryClient.cpp46 void WebHistoryClient::didPerformClientRedirect(WebContext* context, WebPageProxy* page, const String& sourceURL, const String& destinationURL, WebFrameProxy* frame) argument
51 m_client.didPerformClientRedirect(toAPI(context), toAPI(page), toURLRef(sourceURL.impl()), toURLRef(destinationURL.impl()), toAPI(frame), m_client.clientInfo);
54 void WebHistoryClient::didPerformServerRedirect(WebContext* context, WebPageProxy* page, const String& sourceURL, const String& destinationURL, WebFrameProxy* frame) argument
59 m_client.didPerformServerRedirect(toAPI(context), toAPI(page), toURLRef(sourceURL.impl()), toURLRef(destinationURL.impl()), toAPI(frame), m_client.clientInfo);
/external/webkit/Tools/DumpRenderTree/win/
H A DHistoryDelegate.cpp152 HRESULT HistoryDelegate::didPerformClientRedirectFromURL(IWebView*, BSTR sourceURL, BSTR destinationURL, IWebFrame*) argument
162 if (destinationURL)
163 destination = urlSuitableForTestResult(wstringFromBSTR(destinationURL));
169 HRESULT HistoryDelegate::didPerformServerRedirectFromURL(IWebView* webView, BSTR sourceURL, BSTR destinationURL, IWebFrame* webFrame) argument
179 if (destinationURL)
180 destination = urlSuitableForTestResult(wstringFromBSTR(destinationURL));
/external/webkit/Source/WebCore/html/
H A DHTMLAnchorElement.cpp488 void HTMLAnchorElement::sendPings(const KURL& destinationURL) argument
495 PingLoader::sendPing(document()->frame(), document()->completeURL(pingURLs[i]), destinationURL); local

Completed in 120 milliseconds