Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.cpp229 static PassOwnPtr<TextResourceDecoder> createXHRTextDecoder(const String& mimeType, const String& t… in createXHRTextDecoder() function
288 …OwnPtr<TextResourceDecoder> decoder = createXHRTextDecoder(cachedResource->response().mimeType(), … in cachedResourceContent()