Home | History | Annotate | Download | only in appcache

Lines Matching refs:documentLoader

41 #include "core/loader/DocumentLoader.h"
63 ApplicationCacheHost::ApplicationCacheHost(DocumentLoader* documentLoader)
65 , m_documentLoader(documentLoader)
96 if (DocumentLoader* spawningDocLoader = toLocalFrame(spawningFrame)->loader().documentLoader())
169 // FIXME: Oilpan: remove the dispose step when the owning DocumentLoader
171 // DocumentLoader dispose and disable this ApplicationCacheHost when
174 // invalid DocumentLoader.
219 RefPtr<DocumentLoader> protect(documentLoader());