Searched refs:HTMLTreeBuilder (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTreeBuilderSimulator.h36 class HTMLTreeBuilder;
52 static State stateFor(HTMLTreeBuilder*);
60 explicit HTMLTreeBuilderSimulator(HTMLTreeBuilder*);
H A DHTMLTreeBuilder.h54 class HTMLTreeBuilder FINAL : public NoBaseWillBeGarbageCollectedFinalized<HTMLTreeBuilder> {
55 WTF_MAKE_NONCOPYABLE(HTMLTreeBuilder); WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
57 static PassOwnPtrWillBeRawPtr<HTMLTreeBuilder> create(HTMLDocumentParser* parser, HTMLDocument* document, ParserContentPolicy parserContentPolicy, bool reportErrors, const HTMLParserOptions& options)
59 return adoptPtrWillBeNoop(new HTMLTreeBuilder(parser, document, parserContentPolicy, reportErrors, options));
61 static PassOwnPtrWillBeRawPtr<HTMLTreeBuilder> create(HTMLDocumentParser* parser, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy, const HTMLParserOptions& options)
63 return adoptPtrWillBeNoop(new HTMLTreeBuilder(parser, fragment, contextElement, parserContentPolicy, options));
65 ~HTMLTreeBuilder();
121 HTMLTreeBuilder(HTMLDocumentParser*, HTMLDocument*, ParserContentPolicy, bool reportErrors, const HTMLParserOptions&);
122 HTMLTreeBuilder(HTMLDocumentParse
[all...]
H A DHTMLTreeBuilder.cpp28 #include "core/html/parser/HTMLTreeBuilder.h"
143 class HTMLTreeBuilder::CharacterTokenBuffer {
266 HTMLTreeBuilder::HTMLTreeBuilder(HTMLDocumentParser* parser, HTMLDocument* document, ParserContentPolicy parserContentPolicy, bool, const HTMLParserOptions& options) function in class:blink::HTMLTreeBuilder
283 HTMLTreeBuilder::HTMLTreeBuilder(HTMLDocumentParser* parser, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy, const HTMLParserOptions& options) function in class:blink::HTMLTreeBuilder
313 HTMLTreeBuilder::~HTMLTreeBuilder()
317 void HTMLTreeBuilder::trace(Visitor* visitor)
325 void HTMLTreeBuilder
[all...]
H A DHTMLDocumentParser.h61 class HTMLTreeBuilder;
118 HTMLTreeBuilder* treeBuilder() const { return m_treeBuilder.get(); }
187 OwnPtrWillBeMember<HTMLTreeBuilder> m_treeBuilder;
H A DHTMLTreeBuilderSimulator.cpp34 #include "core/html/parser/HTMLTreeBuilder.h"
42 // FIXME: This is copied from HTMLTreeBuilder::processTokenInForeignContent and changed to use threadSafeHTMLNamesMatch.
114 HTMLTreeBuilderSimulator::State HTMLTreeBuilderSimulator::stateFor(HTMLTreeBuilder* treeBuilder)
H A DHTMLDocumentParser.cpp40 #include "core/html/parser/HTMLTreeBuilder.h"
111 , m_treeBuilder(HTMLTreeBuilder::create(this, &document, parserContentPolicy(), reportErrors, m_options))
131 , m_treeBuilder(HTMLTreeBuilder::create(this, fragment, contextElement, this->parserContentPolicy(), m_options))
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_html.target.darwin-arm.mk267 third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp \
H A Dwebcore_html.target.darwin-arm64.mk267 third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp \
H A Dwebcore_html.target.darwin-mips.mk267 third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp \
H A Dwebcore_html.target.darwin-mips64.mk267 third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp \
H A Dwebcore_html.target.darwin-x86.mk267 third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp \
H A Dwebcore_html.target.darwin-x86_64.mk267 third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp \
H A Dwebcore_html.target.linux-arm.mk267 third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp \
H A Dwebcore_html.target.linux-arm64.mk267 third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp \
H A Dwebcore_html.target.linux-mips.mk267 third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp \
H A Dwebcore_html.target.linux-mips64.mk267 third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp \
H A Dwebcore_html.target.linux-x86.mk267 third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp \
H A Dwebcore_html.target.linux-x86_64.mk267 third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp \

Completed in 2565 milliseconds