Searched refs:HTMLParserThread (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLParserThreadTest.cpp6 #include "core/html/parser/HTMLParserThread.h"
14 TEST(HTMLParserThread, Init)
17 ASSERT_TRUE(HTMLParserThread::shared());
18 HTMLParserThread::shutdown();
21 ASSERT_FALSE(HTMLParserThread::shared());
22 HTMLParserThread::init();
23 ASSERT_TRUE(HTMLParserThread::shared());
H A DHTMLParserThread.cpp32 #include "core/html/parser/HTMLParserThread.h"
40 static HTMLParserThread* s_sharedThread = 0;
42 HTMLParserThread::HTMLParserThread() function in class:blink::HTMLParserThread
46 HTMLParserThread::~HTMLParserThread()
50 void HTMLParserThread::init()
53 s_sharedThread = new HTMLParserThread;
56 void HTMLParserThread::setupHTMLParserThread()
62 void HTMLParserThread
[all...]
H A DHTMLParserThread.h40 class HTMLParserThread { class in namespace:blink
46 static HTMLParserThread* shared();
53 HTMLParserThread();
54 ~HTMLParserThread();
H A DHTMLDocumentParser.cpp38 #include "core/html/parser/HTMLParserThread.h"
95 if (HTMLParserThread::shared())
96 return &HTMLParserThread::shared()->platformThread();
428 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::resumeFrom, m_backgroundParser, checkpoint.release()));
453 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::startedChunkWithCheckpoint, m_backgroundParser, chunk->inputCheckpoint));
559 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::forcePlaintextForTextDocument, m_backgroundParser));
762 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::start, reference.release(), config.release()));
771 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::stop, m_backgroundParser));
892 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::finish, m_backgroundParser));
1055 HTMLParserThread
[all...]
/external/chromium_org/third_party/WebKit/Source/core/
H A DInit.cpp51 #include "core/html/parser/HTMLParserThread.h"
110 // Creates HTMLParserThread::shared and ScriptStreamerThread::shared, but
112 HTMLParserThread::init();
118 // Make sure we stop the HTMLParserThread and ScriptStreamerThread before
121 HTMLParserThread::shutdown();
H A Dwebcore_html.target.darwin-arm.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
H A Dwebcore_html.target.darwin-arm64.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
H A Dwebcore_html.target.darwin-mips.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
H A Dwebcore_html.target.darwin-mips64.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
H A Dwebcore_html.target.darwin-x86.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
H A Dwebcore_html.target.darwin-x86_64.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
H A Dwebcore_html.target.linux-arm.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
H A Dwebcore_html.target.linux-arm64.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
H A Dwebcore_html.target.linux-mips.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
H A Dwebcore_html.target.linux-mips64.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
H A Dwebcore_html.target.linux-x86.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
H A Dwebcore_html.target.linux-x86_64.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \

Completed in 128 milliseconds