HomeSort by relevance Sort by last modified time
    Searched defs:destinationURL (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeyMessageEvent.h 40 String destinationURL;
61 String destinationURL() const { return m_destinationURL; }
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.cpp 315 void HTMLAnchorElement::sendPings(const KURL& destinationURL) const
325 PingLoader::sendLinkAuditPing(document().frame(), document().completeURL(pingURLs[i]), destinationURL);

Completed in 5818 milliseconds