Searched defs:referrer (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/replay/
H A DReplayInputCreationMethods.cpp48 String referrer = mainFrame.loader().referrer(); local
/macosx-10.10/WebKit-7600.1.25/wince/WebCoreSupport/
H A DFrameNetworkingContextWinCE.cpp46 String FrameNetworkingContextWinCE::referrer() const function in class:WebKit::FrameNetworkingContextWinCE
H A DFrameLoaderClientWinCE.cpp171 createFrame(const URL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight) argument
/macosx-10.10/libauto-186/
H A Dauto_weak.h54 void **referrer; // clear this address member in struct:weak_referrer_t
H A Dauto_weak.cpp432 weak_unregister_no_lock(Zone *azone, const void *referent, void **referrer) argument
447 weak_register_no_lock(Zone *azone, const void *referent, void **referrer, auto_weak_callback_block_t *block) argument
477 weak_register(Zone *azone, const void *referent, void **referrer, auto_weak_callback_block_t *block) argument
610 weak_unregister(Zone *azone, const void *referent, void **referrer) argument
700 void **referrer = refs[index].referrer; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/network/win/
H A DResourceRequest.h45 ResourceRequest(const URL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy) argument
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebFrameNetworkingContext.cpp107 String WebFrameNetworkingContext::referrer() const function in class:WebFrameNetworkingContext
H A DWebFrameLoaderClient.cpp1057 PassRefPtr<Frame> WebFrameLoaderClient::createFrame(const URL& URL, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer) argument
1048 createFrame(const URL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, bool , int , int ) argument
/macosx-10.10/WebCore-7600.1.25/loader/
H A DPingLoader.cpp62 String referrer = SecurityPolicy::generateReferrerHeader(frame.document()->referrerPolicy(), request.url(), frame.loader().outgoingReferrer()); local
87 String referrer = SecurityPolicy::generateReferrerHeader(frame.document()->referrerPolicy(), pingURL, frame.loader().outgoingReferrer()); local
104 String referrer = SecurityPolicy::generateReferrerHeader(frame.document()->referrerPolicy(), reportURL, frame.loader().outgoingReferrer()); local
H A DFormSubmission.h109 const String& referrer() const { return m_referrer; } function in class:WebCore::FormSubmission
110 void setReferrer(const String& referrer) { m_referrer = referrer; } argument
H A DSubframeLoader.cpp293 Frame* SubframeLoader::loadSubframe(HTMLFrameOwnerElement& ownerElement, const URL& url, const String& name, const String& referrer) argument
H A DNavigationScheduler.cpp101 ScheduledURLNavigation(double delay, SecurityOrigin* securityOrigin, const URL& url, const String& referrer, LockHistory lockHistory, LockBackForwardList lockBackForwardList, bool duringLoad, bool isLocationChange) argument
142 String referrer() const { return m_referrer; } function in class:WebCore::ScheduledURLNavigation
174 ScheduledLocationChange(SecurityOrigin* securityOrigin, const URL& url, const String& referrer, LockHistory lockHistory, LockBackForwardList lockBackForwardList, bool duringLoad) argument
186 ScheduledRefresh(SecurityOrigin* securityOrigin, const URL& url, const String& referrer) argument
357 scheduleLocationChange(SecurityOrigin* securityOrigin, const URL& url, const String& referrer, LockHistory lockHistory, LockBackForwardList lockBackForwardList) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DSecurityPolicyViolationEvent.h41 String referrer; member in struct:WebCore::SecurityPolicyViolationEventInit
63 const String& referrer() const { return m_referrer; } function in class:WebCore::SecurityPolicyViolationEvent
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DResourceRequest.h54 ResourceRequest(const URL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy) argument
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DResourceRequest.h50 ResourceRequest(const URL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy) argument
/macosx-10.10/WebCore-7600.1.25/page/
H A DSecurityPolicy.cpp52 bool SecurityPolicy::shouldHideReferrer(const URL& url, const String& referrer) argument
68 String SecurityPolicy::generateReferrerHeader(ReferrerPolicy referrerPolicy, const URL& url, const String& referrer) argument
[all...]
H A DDOMWindow.cpp2091 String referrer = SecurityPolicy::generateReferrerHeader(firstFrame->document()->referrerPolicy(), completedURL, firstFrame->loader().outgoingReferrer()); local
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DResourceRequest.h55 ResourceRequest(const URL& url, const String& referrer, ResourceRequestCachePolicy policy = UseProtocolCachePolicy) argument
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DSessionState.cpp96 encoder << referrer; local
H A DSessionState.h86 String referrer; member in struct:WebKit::FrameState
/macosx-10.10/WebKit-7600.1.25/wince/
H A DWebView.cpp159 PassRefPtr<Frame> WebView::createFrame(const URL& url, const String& name, HTMLFrameOwnerElement* ownerElement, const String& referrer, argument
/macosx-10.10/WebCore-7600.1.25/history/
H A DHistoryItem.cpp248 const String& HistoryItem::referrer() const function in class:WebCore::HistoryItem
293 void HistoryItem::setReferrer(const String& referrer) argument
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLAnchorElement.cpp540 String referrer = SecurityPolicy::generateReferrerHeader(document().referrerPolicy(), kurl, frame->loader().outgoingReferrer()); local
/macosx-10.10/WebKit-7600.1.25/win/
H A DDOMHTMLClasses.cpp233 HRESULT STDMETHODCALLTYPE DOMHTMLDocument::referrer( function in class:DOMHTMLDocument
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DPublicDOMInterfaces.h93 @property (readonly, copy) NSString *referrer; variable

Completed in 214 milliseconds

12