Searched refs:optionalOutgoingReferrer (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/loader/ |
D | DocumentThreadableLoader.h | 54 …ResourceRequest&, const ThreadableLoaderOptions&, const String& optionalOutgoingReferrer = String(… 73 …r, const ResourceRequest&, const ThreadableLoaderOptions&, const String& optionalOutgoingReferrer);
|
D | SubresourceLoader.cpp | 63 …ndResourceLoadCallbacks, bool shouldContentSniff, const String& optionalOutgoingReferrer, bool sho… in create() argument 81 if (optionalOutgoingReferrer.isNull()) { in create() 85 outgoingReferrer = optionalOutgoingReferrer; in create()
|
D | DocumentThreadableLoader.cpp | 58 …ceRequest& request, const ThreadableLoaderOptions& options, const String& optionalOutgoingReferrer) in create() argument 60 …hreadableLoader(document, client, LoadAsynchronously, request, options, optionalOutgoingReferrer)); in create() 66 …ceRequest& request, const ThreadableLoaderOptions& options, const String& optionalOutgoingReferrer) in DocumentThreadableLoader() argument 70 , m_optionalOutgoingReferrer(optionalOutgoingReferrer) in DocumentThreadableLoader()
|
D | SubresourceLoader.h | 44 …Callbacks = true, bool shouldContentSniff = true, const String& optionalOutgoingReferrer = String(…
|
D | ResourceLoadScheduler.cpp | 87 …ndResourceLoadCallbacks, bool shouldContentSniff, const String& optionalOutgoingReferrer, bool sho… in scheduleSubresourceLoad() argument 89 …, securityCheck, sendResourceLoadCallbacks, shouldContentSniff, optionalOutgoingReferrer, shouldBu… in scheduleSubresourceLoad()
|
D | ResourceLoadScheduler.h | 53 …Callbacks = true, bool shouldContentSniff = true, const String& optionalOutgoingReferrer = String(…
|