Home
last modified time | relevance | path

Searched defs:setDecoder (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDecodedDataDocumentParser.cpp45 void DecodedDataDocumentParser::setDecoder(PassOwnPtr<TextResourceDecoder> decoder) in setDecoder() function in blink::DecodedDataDocumentParser
DDocumentParser.cpp62 void DocumentParser::setDecoder(PassOwnPtr<TextResourceDecoder>) in setDecoder() function in blink::DocumentParser
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DBackgroundHTMLParser.cpp122 void BackgroundHTMLParser::setDecoder(PassOwnPtr<TextResourceDecoder> decoder) in setDecoder() function in blink::BackgroundHTMLParser
DHTMLDocumentParser.cpp1074 void HTMLDocumentParser::setDecoder(PassOwnPtr<TextResourceDecoder> decoder) in setDecoder() function in blink::HTMLDocumentParser
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DNetworkResourcesData.h117 void setDecoder(PassOwnPtr<TextResourceDecoder> decoder) { m_decoder = decoder; } in setDecoder() function