Home
last modified time | relevance | path

Searched refs:sendPing (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DPingLoader.h65 static void sendPing(Frame*, const KURL& pingURL, const KURL& destinationURL);
DPingLoader.cpp74 void PingLoader::sendPing(Frame* frame, const KURL& pingURL, const KURL& destinationURL) in sendPing() function in WebCore::PingLoader
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLAnchorElement.cpp403 … PingLoader::sendPing(document().frame(), document().completeURL(pingURLs[i]), destinationURL); in sendPings()