Home | History | Annotate | Download | only in fetch

Lines Matching refs:FetchContext

32 #include "core/fetch/FetchContext.h"
37 FetchContext& FetchContext::nullInstance()
39 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<FetchContext>, instance, (adoptPtrWillBeNoop(new FetchContext())));
43 void FetchContext::dispatchDidChangeResourcePriority(unsigned long, ResourceLoadPriority, int)
47 void FetchContext::reportLocalLoadFailed(const KURL&)
51 void FetchContext::addAdditionalRequestHeaders(Document*, ResourceRequest&, FetchResourceType)
55 void FetchContext::setFirstPartyForCookies(ResourceRequest&)
59 CachePolicy FetchContext::cachePolicy(Document*) const
64 void FetchContext::dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest&, const ResourceResponse&, const FetchInitiatorInfo&)
68 void FetchContext::dispatchDidLoadResourceFromMemoryCache(const ResourceRequest&, const ResourceResponse&)
72 void FetchContext::dispatchDidReceiveResponse(DocumentLoader*, unsigned long, const ResourceResponse&, ResourceLoader*)
76 void FetchContext::dispatchDidReceiveData(DocumentLoader*, unsigned long, const char*, int, int)
80 void FetchContext::dispatchDidDownloadData(DocumentLoader*, unsigned long, int, int)
84 void FetchContext::dispatchDidFinishLoading(DocumentLoader*, unsigned long, double, int64_t)
88 void FetchContext::dispatchDidFail(DocumentLoader*, unsigned long, const ResourceError&)
92 void FetchContext::sendRemainingDelegateMessages(DocumentLoader*, unsigned long, const ResourceResponse&, int)