Searched refs:HTMLParserOptions (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLParserOptions.h33 class HTMLParserOptions { class in namespace:blink
39 explicit HTMLParserOptions(Document* = 0);
H A DHTMLParserOptions.cpp27 #include "core/html/parser/HTMLParserOptions.h"
37 HTMLParserOptions::HTMLParserOptions(Document* document) function in class:blink::HTMLParserOptions
H A DHTMLTreeBuilderSimulator.h29 #include "core/html/parser/HTMLParserOptions.h"
50 explicit HTMLTreeBuilderSimulator(const HTMLParserOptions&);
64 HTMLParserOptions m_options;
H A DBackgroundHTMLParser.h32 #include "core/html/parser/HTMLParserOptions.h"
51 HTMLParserOptions options;
98 HTMLParserOptions m_options;
H A DHTMLTreeBuilder.h32 #include "core/html/parser/HTMLParserOptions.h"
57 static PassOwnPtrWillBeRawPtr<HTMLTreeBuilder> create(HTMLDocumentParser* parser, HTMLDocument* document, ParserContentPolicy parserContentPolicy, bool reportErrors, const HTMLParserOptions& options)
61 static PassOwnPtrWillBeRawPtr<HTMLTreeBuilder> create(HTMLDocumentParser* parser, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy, const HTMLParserOptions& options)
121 HTMLTreeBuilder(HTMLDocumentParser*, HTMLDocument*, ParserContentPolicy, bool reportErrors, const HTMLParserOptions&);
122 HTMLTreeBuilder(HTMLDocumentParser*, DocumentFragment*, Element* contextElement, ParserContentPolicy, const HTMLParserOptions&);
244 HTMLParserOptions m_options;
H A DHTMLTokenizer.h30 #include "core/html/parser/HTMLParserOptions.h"
41 static PassOwnPtr<HTMLTokenizer> create(const HTMLParserOptions& options) { return adoptPtr(new HTMLTokenizer(options)); }
125 HTMLParserOptions options;
197 explicit HTMLTokenizer(const HTMLParserOptions&);
286 HTMLParserOptions m_options;
H A DHTMLPreloadScanner.h40 class HTMLParserOptions;
104 HTMLPreloadScanner(const HTMLParserOptions&, const KURL& documentURL, PassRefPtr<MediaValues>);
H A DHTMLViewSourceParser.cpp31 #include "core/html/parser/HTMLParserOptions.h"
39 , m_tokenizer(HTMLTokenizer::create(HTMLParserOptions(&document)))
H A DHTMLMetaCharsetParser.cpp31 #include "core/html/parser/HTMLParserOptions.h"
43 : m_tokenizer(HTMLTokenizer::create(HTMLParserOptions(0)))
H A DHTMLDocumentParser.h36 #include "core/html/parser/HTMLParserOptions.h"
181 HTMLParserOptions m_options;
H A DHTMLTreeBuilderSimulator.cpp108 HTMLTreeBuilderSimulator::HTMLTreeBuilderSimulator(const HTMLParserOptions& options)
H A DHTMLPreloadScanner.cpp489 HTMLPreloadScanner::HTMLPreloadScanner(const HTMLParserOptions& options, const KURL& documentURL, PassRefPtr<MediaValues> mediaValues)
H A DHTMLDocumentParser.cpp55 static HTMLTokenizer::State tokenizerStateForContextElement(Element* contextElement, bool reportErrors, const HTMLParserOptions& options)
H A DHTMLTokenizer.cpp107 HTMLTokenizer::HTMLTokenizer(const HTMLParserOptions& options)
H A DHTMLTreeBuilder.cpp266 HTMLTreeBuilder::HTMLTreeBuilder(HTMLDocumentParser* parser, HTMLDocument* document, ParserContentPolicy parserContentPolicy, bool, const HTMLParserOptions& options)
283 HTMLTreeBuilder::HTMLTreeBuilder(HTMLDocumentParser* parser, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy, const HTMLParserOptions& options)
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_html.target.darwin-arm.mk258 third_party/WebKit/Source/core/html/parser/HTMLParserOptions.cpp \
H A Dwebcore_html.target.darwin-arm64.mk258 third_party/WebKit/Source/core/html/parser/HTMLParserOptions.cpp \
H A Dwebcore_html.target.darwin-mips.mk258 third_party/WebKit/Source/core/html/parser/HTMLParserOptions.cpp \
H A Dwebcore_html.target.darwin-mips64.mk258 third_party/WebKit/Source/core/html/parser/HTMLParserOptions.cpp \
H A Dwebcore_html.target.darwin-x86.mk258 third_party/WebKit/Source/core/html/parser/HTMLParserOptions.cpp \
H A Dwebcore_html.target.darwin-x86_64.mk258 third_party/WebKit/Source/core/html/parser/HTMLParserOptions.cpp \
H A Dwebcore_html.target.linux-arm.mk258 third_party/WebKit/Source/core/html/parser/HTMLParserOptions.cpp \
H A Dwebcore_html.target.linux-arm64.mk258 third_party/WebKit/Source/core/html/parser/HTMLParserOptions.cpp \
H A Dwebcore_html.target.linux-mips.mk258 third_party/WebKit/Source/core/html/parser/HTMLParserOptions.cpp \
H A Dwebcore_html.target.linux-mips64.mk258 third_party/WebKit/Source/core/html/parser/HTMLParserOptions.cpp \

Completed in 291 milliseconds

12