Home
last modified time | relevance | path

Searched refs:optionalOutgoingReferrer (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/loader/
DDocumentThreadableLoader.h54 …ResourceRequest&, const ThreadableLoaderOptions&, const String& optionalOutgoingReferrer = String(…
73 …r, const ResourceRequest&, const ThreadableLoaderOptions&, const String& optionalOutgoingReferrer);
DSubresourceLoader.cpp63 …ndResourceLoadCallbacks, bool shouldContentSniff, const String& optionalOutgoingReferrer, bool sho… in create() argument
81 if (optionalOutgoingReferrer.isNull()) { in create()
85 outgoingReferrer = optionalOutgoingReferrer; in create()
DDocumentThreadableLoader.cpp58 …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()
DSubresourceLoader.h44 …Callbacks = true, bool shouldContentSniff = true, const String& optionalOutgoingReferrer = String(…
DResourceLoadScheduler.cpp87 …ndResourceLoadCallbacks, bool shouldContentSniff, const String& optionalOutgoingReferrer, bool sho… in scheduleSubresourceLoad() argument
89 …, securityCheck, sendResourceLoadCallbacks, shouldContentSniff, optionalOutgoingReferrer, shouldBu… in scheduleSubresourceLoad()
DResourceLoadScheduler.h53 …Callbacks = true, bool shouldContentSniff = true, const String& optionalOutgoingReferrer = String(…