Searched defs:sendPings (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAnchorElement.cpp315 void HTMLAnchorElement::sendPings(const KURL& destinationURL) const function in class:blink::HTMLAnchorElement
343 sendPings(completedURL);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.cpp1812 void WebLocalFrameImpl::sendPings(const WebNode& linkNode, const WebURL& destinationURL) function in class:WebLocalFrameImpl
1817 toHTMLAnchorElement(node)->sendPings(destinationURL);

Completed in 89 milliseconds