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 39 String destinationURL;
59 String destinationURL() const { return m_destinationURL; }
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.cpp 346 void HTMLAnchorElement::sendPings(const KURL& destinationURL)
356 PingLoader::sendLinkAuditPing(document().frame(), document().completeURL(pingURLs[i]), destinationURL);

Completed in 134 milliseconds