Home | History | Annotate | Download | only in appcache

Lines Matching refs:DocumentLoader

47 class DocumentLoader;
64 static ApplicationCache* cacheForMainRequest(const ResourceRequest&, DocumentLoader*);
65 static ApplicationCache* fallbackCacheForMainRequest(const ResourceRequest&, DocumentLoader*);
92 void finishedLoadingMainResource(DocumentLoader*);
93 void failedLoadingMainResource(DocumentLoader*);
95 void disassociateDocumentLoader(DocumentLoader*);
100 static void postListenerTask(ApplicationCacheHost::EventID id, const HashSet<DocumentLoader*>& set) { postListenerTask(id, 0, 0, set); }
101 static void postListenerTask(ApplicationCacheHost::EventID id, DocumentLoader* loader) { postListenerTask(id, 0, 0, loader); }
102 static void postListenerTask(ApplicationCacheHost::EventID, int progressTotal, int progressDone, const HashSet<DocumentLoader*>&);
103 static void postListenerTask(ApplicationCacheHost::EventID, int progressTotal, int progressDone, DocumentLoader*);
134 void associateDocumentLoaderWithCache(DocumentLoader*, ApplicationCache*);
153 HashSet<DocumentLoader*> m_pendingMasterResourceLoaders;
158 HashSet<DocumentLoader*> m_associatedDocumentLoaders;