Home
last modified time | relevance | path

Searched refs:assertDocumentLoader (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorApplicationCacheAgent.cpp129 return InspectorPageAgent::assertDocumentLoader(errorString, frame); in assertFrameWithDocumentLoader()
DInspectorPageAgent.h165 static DocumentLoader* assertDocumentLoader(ErrorString*, LocalFrame*);
DInspectorPageAgent.cpp254 DocumentLoader* loader = assertDocumentLoader(errorString, frame); in resourceContent()
991 DocumentLoader* InspectorPageAgent::assertDocumentLoader(ErrorString* errorString, LocalFrame* fram… in assertDocumentLoader() function in WebCore::InspectorPageAgent