Searched defs:destinationURL (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKNavigationData.h41 @property (readonly) NSURL *destinationURL; variable
/macosx-10.10/WebCore-7600.1.25/Modules/encryptedmedia/
H A DMediaKeyMessageEvent.h41 String destinationURL; member in struct:WebCore::MediaKeyMessageEventInit
61 String destinationURL() const { return m_destinationURL; } function in class:WebCore::MediaKeyMessageEvent
H A DMediaKeySession.cpp105 String destinationURL; local
200 void MediaKeySession::sendMessage(Uint8Array* message, String destinationURL) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/loader/
H A DPingLoader.cpp71 void PingLoader::sendPing(Frame& frame, const URL& pingURL, const URL& destinationURL) argument
H A DFrameLoader.cpp2023 bool FrameLoader::shouldReload(const URL& currentURL, const URL& destinationURL) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DCDMSessionAVFoundationCF.cpp54 PassRefPtr<Uint8Array> CDMSessionAVFoundationCF::generateKeyRequest(const String& mimeType, Uint8Array* initData, String& destinationURL, unsigned short& errorCode, unsigned long& systemCode) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DContextHistoryClientEfl.cpp59 void ContextHistoryClientEfl::didPerformClientRedirect(WKContextRef, WKPageRef page, WKURLRef sourceURL, WKURLRef destinationURL, WKFrameRef, const void* clientInfo) argument
72 void ContextHistoryClientEfl::didPerformServerRedirect(WKContextRef, WKPageRef page, WKURLRef sourceURL, WKURLRef destinationURL, WKFrameRef, const void* clientInfo) argument
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLAnchorElement.cpp511 void HTMLAnchorElement::sendPings(const URL& destinationURL) argument
518 PingLoader::sendPing(*document().frame(), document().completeURL(pingURLs[i]), destinationURL); local

Completed in 141 milliseconds