Searched refs:assertDocumentLoader (Results 1 – 3 of 3) sorted by relevance
129 return InspectorPageAgent::assertDocumentLoader(errorString, frame); in assertFrameWithDocumentLoader()
165 static DocumentLoader* assertDocumentLoader(ErrorString*, LocalFrame*);
254 DocumentLoader* loader = assertDocumentLoader(errorString, frame); in resourceContent()991 DocumentLoader* InspectorPageAgent::assertDocumentLoader(ErrorString* errorString, LocalFrame* fram… in assertDocumentLoader() function in WebCore::InspectorPageAgent