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

  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeyMessageEvent.idl 31 [InitializedByEventConstructor] readonly attribute DOMString destinationURL;
MediaKeyMessageEvent.h 39 String destinationURL;
59 String destinationURL() const { return m_destinationURL; }
MediaKeyMessageEvent.cpp 46 , m_destinationURL(initializer.destinationURL)
MediaKeySession.cpp 106 // 2. Let destinationURL be null.
181 void MediaKeySession::keyMessage(const unsigned char* message, size_t messageLength, const KURL& destinationURL)
187 init.destinationURL = destinationURL;
MediaKeySession.h 88 virtual void keyMessage(const unsigned char* message, size_t messageLength, const KURL& destinationURL) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/platform/drm/
ContentDecryptionModuleSession.cpp 83 void ContentDecryptionModuleSession::keyMessage(const unsigned char* message, size_t messageLength, const blink::WebURL& destinationURL)
85 m_client->keyMessage(message, messageLength, destinationURL);
ContentDecryptionModuleSession.h 57 virtual void keyMessage(const unsigned char* message, size_t messageLength, const KURL& destinationURL) = 0;
77 virtual void keyMessage(const unsigned char* message, size_t messageLength, const blink::WebURL& destinationURL) OVERRIDE;
  /external/chromium_org/third_party/WebKit/public/platform/
WebContentDecryptionModuleSession.h 52 virtual void keyMessage(const unsigned char* message, size_t messageLength, const blink::WebURL& destinationURL) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
PingLoader.h 65 static void sendPing(Frame*, const KURL& pingURL, const KURL& destinationURL);
PingLoader.cpp 74 void PingLoader::sendPing(Frame* frame, const KURL& pingURL, const KURL& destinationURL)
87 request.setHTTPHeaderField("Ping-To", destinationURL.string());
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.h 106 void sendPings(const KURL& destinationURL);
HTMLAnchorElement.cpp 396 void HTMLAnchorElement::sendPings(const KURL& destinationURL)
403 PingLoader::sendPing(document().frame(), document().completeURL(pingURLs[i]), destinationURL);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]

Completed in 250 milliseconds