Home | History | Annotate | Download | only in inspector

Lines Matching refs:documentLoader

33 #include "core/loader/DocumentLoader.h"
82 DocumentLoader* documentLoader = frame->loader()->documentLoader();
83 if (!documentLoader)
86 ApplicationCacheHost* host = documentLoader->applicationCacheHost();
106 DocumentLoader* documentLoader = frame->loader()->documentLoader();
107 if (!documentLoader)
110 ApplicationCacheHost* host = documentLoader->applicationCacheHost();
123 DocumentLoader* InspectorApplicationCacheAgent::assertFrameWithDocumentLoader(ErrorString* errorString, String frameId)
134 DocumentLoader* documentLoader = assertFrameWithDocumentLoader(errorString, frameId);
135 if (!documentLoader)
138 ApplicationCacheHost::CacheInfo info = documentLoader->applicationCacheHost()->applicationCacheInfo();
144 DocumentLoader* documentLoader = assertFrameWithDocumentLoader(errorString, frameId);
145 if (!documentLoader)
148 ApplicationCacheHost* host = documentLoader->applicationCacheHost();