Searched refs:assertDocumentLoader (Results 1 – 3 of 3) sorted by relevance
127 return InspectorPageAgent::assertDocumentLoader(errorString, frame); in assertFrameWithDocumentLoader()
177 static DocumentLoader* assertDocumentLoader(ErrorString*, Frame*);
253 DocumentLoader* loader = assertDocumentLoader(errorString, frame); in resourceContent()929 DocumentLoader* InspectorPageAgent::assertDocumentLoader(ErrorString* errorString, Frame* frame) in assertDocumentLoader() function in WebCore::InspectorPageAgent