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.cpp127 return InspectorPageAgent::assertDocumentLoader(errorString, frame); in assertFrameWithDocumentLoader()
DInspectorPageAgent.h177 static DocumentLoader* assertDocumentLoader(ErrorString*, Frame*);
DInspectorPageAgent.cpp253 DocumentLoader* loader = assertDocumentLoader(errorString, frame); in resourceContent()
929 DocumentLoader* InspectorPageAgent::assertDocumentLoader(ErrorString* errorString, Frame* frame) in assertDocumentLoader() function in WebCore::InspectorPageAgent