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

  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeyMessageEvent.idl 31 [InitializedByEventConstructor] readonly attribute DOMString destinationURL;
MediaKeyMessageEvent.h 40 String destinationURL;
61 String destinationURL() const { return m_destinationURL; }
MediaKeyMessageEvent.cpp 42 , m_destinationURL(initializer.destinationURL)
MediaKeySession.h 106 virtual void message(const unsigned char* message, size_t messageLength, const WebURL& destinationURL) OVERRIDE;
MediaKeySession.cpp 521 void MediaKeySession::message(const unsigned char* message, size_t messageLength, const WebURL& destinationURL)
532 init.destinationURL = destinationURL.string();
  /external/chromium_org/third_party/WebKit/public/web/
WebLocalFrame.h 37 virtual void sendPings(const WebNode& linkNode, const WebURL& destinationURL) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
PingLoader.h 70 static void sendLinkAuditPing(LocalFrame*, const KURL& pingURL, const KURL& destinationURL);
PingLoader.cpp 78 void PingLoader::sendLinkAuditPing(LocalFrame* frame, const KURL& pingURL, const KURL& destinationURL)
95 request.setHTTPHeaderField("Ping-To", AtomicString(destinationURL.string()));
  /external/chromium_org/third_party/WebKit/public/platform/
WebContentDecryptionModuleSession.h 52 virtual void message(const unsigned char* message, size_t messageLength, const WebURL& destinationURL) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.h 86 void sendPings(const KURL& destinationURL) const;
HTMLAnchorElement.cpp 315 void HTMLAnchorElement::sendPings(const KURL& destinationURL) const
325 PingLoader::sendLinkAuditPing(document().frame(), document().completeURL(pingURLs[i]), destinationURL);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PinchViewportTest.cpp 679 WebURL destinationURL(URLTestHelpers::toKURL(m_baseURL + "200-by-300.html"));
680 item.setURLString(destinationURL.string());
703 WebURL destinationURL(URLTestHelpers::toKURL(m_baseURL + "200-by-300-viewport.html"));
704 item.setURLString(destinationURL.string());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 225 virtual void sendPings(const WebNode& linkNode, const WebURL& destinationURL) OVERRIDE;
WebLocalFrameImpl.cpp     [all...]

Completed in 1592 milliseconds