Home
last modified time | relevance | path

Searched refs:resourceContent (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.h169 …static void resourceContent(ErrorString*, LocalFrame*, const KURL&, String* result, bool* base64En…
DInspectorPageAgent.cpp252 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()