Searched defs:destinationURL (Results 1 – 6 of 6) sorted by relevance
39 String destinationURL; member59 String destinationURL() const { return m_destinationURL; } in destinationURL() function
181 …Session::keyMessage(const unsigned char* message, size_t messageLength, const KURL& destinationURL) in keyMessage()
83 …keyMessage(const unsigned char* message, size_t messageLength, const blink::WebURL& destinationURL) in keyMessage()
74 void PingLoader::sendPing(Frame* frame, const KURL& pingURL, const KURL& destinationURL) in sendPing()
396 void HTMLAnchorElement::sendPings(const KURL& destinationURL) in sendPings()
4995 WebURL destinationURL(toKURL(m_baseURL + "history.html")); in TEST_F() local