Searched refs:sendPings (Results 1 - 6 of 6) sorted by path

/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc1124 frame_->sendPings(
/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);
H A DHTMLAnchorElement.h86 void sendPings(const KURL& destinationURL) const;
/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);
H A DWebLocalFrameImpl.h225 virtual void sendPings(const WebNode& linkNode, const WebURL& destinationURL) OVERRIDE;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebLocalFrame.h37 virtual void sendPings(const WebNode& linkNode, const WebURL& destinationURL) = 0;

Completed in 340 milliseconds