Searched refs:resourceContent (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorPageAgent.h | 169 …static void resourceContent(ErrorString*, LocalFrame*, const KURL&, String* result, bool* base64En…
|
D | InspectorPageAgent.cpp | 252 void InspectorPageAgent::resourceContent(ErrorString* errorString, LocalFrame* frame, const KURL& u… in resourceContent() function in WebCore::InspectorPageAgent 629 resourceContent(errorString, frame, KURL(ParsedURLString, url), content, base64Encoded); in getResourceContent()
|