Home | History | Annotate | Download | only in loader

Lines Matching refs:DocumentLoader

33 #include "DocumentLoader.h"
186 virtual void makeRepresentation(DocumentLoader*) { }
197 virtual void assignIdentifierToInitialRequest(unsigned long, DocumentLoader*, const ResourceRequest&) { }
198 virtual bool shouldUseCredentialStorage(DocumentLoader*, unsigned long) { return false; }
199 virtual void dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest&, const ResourceResponse&) { }
200 virtual void dispatchDidReceiveAuthenticationChallenge(DocumentLoader*, unsigned long, const AuthenticationChallenge&) { }
201 virtual void dispatchDidCancelAuthenticationChallenge(DocumentLoader*, unsigned long, const AuthenticationChallenge&) { }
202 virtual void dispatchDidReceiveResponse(DocumentLoader*, unsigned long, const ResourceResponse&) { }
203 virtual void dispatchDidReceiveContentLength(DocumentLoader*, unsigned long, int) { }
204 virtual void dispatchDidFinishLoading(DocumentLoader*, unsigned long) { }
205 virtual void dispatchDidFailLoading(DocumentLoader*, unsigned long, const ResourceError&) { }
206 virtual bool dispatchDidLoadResourceFromMemoryCache(DocumentLoader*, const ResourceRequest&, const ResourceResponse&, int) { return false; }
241 virtual void dispatchDidLoadMainResource(DocumentLoader*) { }
242 virtual void revertToProvisionalState(DocumentLoader*) { }
243 virtual void setMainDocumentError(DocumentLoader*, const ResourceError&) { }
255 virtual void willChangeTitle(DocumentLoader*) { }
256 virtual void didChangeTitle(DocumentLoader*) { }
258 virtual void committedLoad(DocumentLoader*, const char*, int) { }
259 virtual void finishedLoading(DocumentLoader*) { }
284 virtual PassRefPtr<DocumentLoader> createDocumentLoader(const ResourceRequest& request, const SubstituteData& substituteData) { return DocumentLoader::create(request, substituteData); }
324 virtual NSCachedURLResponse* willCacheResponse(DocumentLoader*, unsigned long, NSCachedURLResponse* response) const { return response; }
327 virtual bool shouldCacheResponse(DocumentLoader*, unsigned long, const ResourceResponse&, const unsigned char*, unsigned long long) { return true; }