HomeSort by relevance Sort by last modified time
    Searched refs:TextResourceDecoder (Results 26 - 49 of 49) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.h 36 #include "core/html/parser/TextResourceDecoder.h"
137 OwnPtr<TextResourceDecoder> m_decoder;
VTTParser.cpp 86 , m_decoder(TextResourceDecoder::create("text/plain", UTF8Encoding()))
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 52 class TextResourceDecoder;
191 PassOwnPtr<TextResourceDecoder> createDecoder() const;
258 OwnPtr<TextResourceDecoder> m_decoder;
XMLHttpRequest.cpp 44 #include "core/html/parser/TextResourceDecoder.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.h 43 #include "core/html/parser/TextResourceDecoder.h"
106 virtual void setDecoder(PassOwnPtr<TextResourceDecoder>) OVERRIDE FINAL;
BackgroundHTMLParser.cpp 30 #include "core/html/parser/TextResourceDecoder.h"
122 void BackgroundHTMLParser::setDecoder(PassOwnPtr<TextResourceDecoder> decoder)
HTMLDocumentParser.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReaderLoader.cpp 39 #include "core/html/parser/TextResourceDecoder.h"
371 m_decoder = TextResourceDecoder::create("text/plain", m_encoding.isValid() ? m_encoding : UTF8Encoding());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 59 #include "core/html/parser/TextResourceDecoder.h"
229 static PassOwnPtr<TextResourceDecoder> createXHRTextDecoder(const String& mimeType, const String& textEncodingName)
232 return TextResourceDecoder::create("text/plain", textEncodingName);
234 OwnPtr<TextResourceDecoder> decoder = TextResourceDecoder::create("application/xml");
239 return TextResourceDecoder::create("text/html", "UTF-8");
240 return TextResourceDecoder::create("text/plain", "UTF-8");
288 OwnPtr<TextResourceDecoder> decoder = createXHRTextDecoder(cachedResource->response().mimeType(), cachedResource->response().textEncodingName());
    [all...]
InspectorResourceAgent.cpp 115 m_decoder = TextResourceDecoder::create("text/plain", textEncoding, useDetector);
171 OwnPtr<TextResourceDecoder> m_decoder;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.cpp 47 #include "core/html/parser/TextResourceDecoder.h"
67 , m_decoder(TextResourceDecoder::create("text/plain", "UTF-8"))
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
InspectorFileSystemAgent.cpp 43 #include "core/html/parser/TextResourceDecoder.h"
493 OwnPtr<TextResourceDecoder> decoder = TextResourceDecoder::create(m_mimeType, m_charset, true);
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk 271 third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp \
webcore_html.target.darwin-arm64.mk 271 third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp \
webcore_html.target.darwin-mips.mk 271 third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp \
webcore_html.target.darwin-mips64.mk 271 third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp \
webcore_html.target.darwin-x86.mk 271 third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp \
webcore_html.target.darwin-x86_64.mk 271 third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp \
webcore_html.target.linux-arm.mk 271 third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp \
webcore_html.target.linux-arm64.mk 271 third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp \
webcore_html.target.linux-mips.mk 271 third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp \
webcore_html.target.linux-mips64.mk 271 third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp \
webcore_html.target.linux-x86.mk 271 third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp \
webcore_html.target.linux-x86_64.mk 271 third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp \

Completed in 894 milliseconds

12