Searched refs:HTMLParserThread (Results 1 – 18 of 18) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
| D | HTMLParserThread.cpp | 40 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 …]
|
| D | HTMLParserThreadTest.cpp | 14 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()
|
| D | HTMLParserThread.h | 40 class HTMLParserThread { 46 static HTMLParserThread* shared(); 53 HTMLParserThread(); 54 ~HTMLParserThread();
|
| D | HTMLDocumentParser.cpp | 95 if (HTMLParserThread::shared()) in backgroundThread() 96 return &HTMLParserThread::shared()->platformThread(); in backgroundThread() 428 …HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::resumeFrom, m_backgroundParser, c… in discardSpeculationsAndResumeFrom() 453 …HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::startedChunkWithCheckpoint, m_bac… in processParsedChunkFromBackgroundParser() 559 …HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::forcePlaintextForTextDocument, m_… in forcePlaintextForTextDocument() 762 …HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::start, reference.release(), confi… in startBackgroundParser() 771 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::stop, m_backgroundParser)); in stopBackgroundParser() 892 … HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::finish, m_backgroundParser)); in finish() 1055 …HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::appendRawBytesFromMainThread, m_b… in appendBytes() 1069 … HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::flush, m_backgroundParser)); in flush() [all …]
|
| /external/chromium_org/third_party/WebKit/Source/core/ |
| D | Init.cpp | 112 HTMLParserThread::init(); in init() 121 HTMLParserThread::shutdown(); in shutdown()
|
| D | webcore_html.target.linux-mips64.mk | 260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
|
| D | webcore_html.target.linux-arm.mk | 260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
|
| D | webcore_html.target.linux-x86.mk | 260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
|
| D | webcore_html.target.darwin-x86_64.mk | 260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
|
| D | webcore_html.target.darwin-x86.mk | 260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
|
| D | webcore_html.target.linux-mips.mk | 260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
|
| D | webcore_html.target.linux-x86_64.mk | 260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
|
| D | webcore_html.target.darwin-arm.mk | 260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
|
| D | webcore_html.target.darwin-mips.mk | 260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
|
| D | webcore_html.target.darwin-arm64.mk | 260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
|
| D | webcore_html.target.linux-arm64.mk | 260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
|
| D | webcore_html.target.darwin-mips64.mk | 260 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
|
| D | core.gypi | 2825 'html/parser/HTMLParserThread.cpp', 2826 'html/parser/HTMLParserThread.h',
|