Home
last modified time | relevance | path

Searched defs:destinationURL (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
DMediaKeyMessageEvent.h39 String destinationURL; member
59 String destinationURL() const { return m_destinationURL; } in destinationURL() function
DMediaKeySession.cpp181 …Session::keyMessage(const unsigned char* message, size_t messageLength, const KURL& destinationURL) in keyMessage()
/external/chromium_org/third_party/WebKit/Source/platform/drm/
DContentDecryptionModuleSession.cpp83 …keyMessage(const unsigned char* message, size_t messageLength, const blink::WebURL& destinationURL) in keyMessage()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DPingLoader.cpp74 void PingLoader::sendPing(Frame* frame, const KURL& pingURL, const KURL& destinationURL) in sendPing()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLAnchorElement.cpp396 void HTMLAnchorElement::sendPings(const KURL& destinationURL) in sendPings()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp4995 WebURL destinationURL(toKURL(m_baseURL + "history.html")); in TEST_F() local