Home
last modified time | relevance | path

Searched refs:HTMLParserThread (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLParserThread.cpp40 static HTMLParserThread* s_sharedThread = 0;
42 HTMLParserThread::HTMLParserThread() in HTMLParserThread() function in blink::HTMLParserThread
46 HTMLParserThread::~HTMLParserThread() in ~HTMLParserThread()
50 void HTMLParserThread::init() in init()
53 s_sharedThread = new HTMLParserThread; in init()
56 void HTMLParserThread::setupHTMLParserThread() in setupHTMLParserThread()
62 void HTMLParserThread::shutdown() in shutdown()
67 … s_sharedThread->postTask(WTF::bind(&HTMLParserThread::cleanupHTMLParserThread, s_sharedThread)); in shutdown()
73 void HTMLParserThread::cleanupHTMLParserThread() in cleanupHTMLParserThread()
78 HTMLParserThread* HTMLParserThread::shared() in shared()
[all …]
DHTMLParserThreadTest.cpp14 TEST(HTMLParserThread, Init) in TEST() argument
17 ASSERT_TRUE(HTMLParserThread::shared()); in TEST()
18 HTMLParserThread::shutdown(); in TEST()
21 ASSERT_FALSE(HTMLParserThread::shared()); in TEST()
22 HTMLParserThread::init(); in TEST()
23 ASSERT_TRUE(HTMLParserThread::shared()); in TEST()
DHTMLParserThread.h40 class HTMLParserThread {
46 static HTMLParserThread* shared();
53 HTMLParserThread();
54 ~HTMLParserThread();
DHTMLDocumentParser.cpp95 if (HTMLParserThread::shared()) in backgroundThread()
96 return &HTMLParserThread::shared()->platformThread(); in backgroundThread()
428HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::resumeFrom, m_backgroundParser, c… in discardSpeculationsAndResumeFrom()
453HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::startedChunkWithCheckpoint, m_bac… in processParsedChunkFromBackgroundParser()
559HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::forcePlaintextForTextDocument, m_… in forcePlaintextForTextDocument()
762HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::start, reference.release(), confi… in startBackgroundParser()
771 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::stop, m_backgroundParser)); in stopBackgroundParser()
892HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::finish, m_backgroundParser)); in finish()
1055HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::appendRawBytesFromMainThread, m_b… in appendBytes()
1069HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::flush, m_backgroundParser)); in flush()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/
DInit.cpp112 HTMLParserThread::init(); in init()
121 HTMLParserThread::shutdown(); in shutdown()
Dwebcore_html.target.linux-mips64.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
Dwebcore_html.target.linux-arm.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
Dwebcore_html.target.linux-x86.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
Dwebcore_html.target.darwin-x86_64.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
Dwebcore_html.target.darwin-x86.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
Dwebcore_html.target.linux-mips.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
Dwebcore_html.target.linux-x86_64.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
Dwebcore_html.target.darwin-arm.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
Dwebcore_html.target.darwin-mips.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
Dwebcore_html.target.darwin-arm64.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
Dwebcore_html.target.linux-arm64.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
Dwebcore_html.target.darwin-mips64.mk260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
Dcore.gypi2825 'html/parser/HTMLParserThread.cpp',
2826 'html/parser/HTMLParserThread.h',