HomeSort by relevance Sort by last modified time
    Searched refs:HTMLParserThread (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserThread.cpp 32 #include "core/html/parser/HTMLParserThread.h"
40 HTMLParserThread::HTMLParserThread()
41 : m_thread(adoptPtr(WebKit::Platform::current()->createThread("HTMLParserThread")))
45 HTMLParserThread::~HTMLParserThread()
49 HTMLParserThread* HTMLParserThread::shared()
51 static HTMLParserThread* thread;
53 thread = new HTMLParserThread;
    [all...]
HTMLParserThread.h 40 class HTMLParserThread {
42 static HTMLParserThread* shared();
46 HTMLParserThread();
47 ~HTMLParserThread();
HTMLDocumentParser.cpp 37 #include "core/html/parser/HTMLParserThread.h"
375 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::resumeFrom, m_backgroundParser, checkpoint.release()));
396 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::startedChunkWithCheckpoint, m_backgroundParser, chunk->inputCheckpoint));
493 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::forcePlaintextForTextDocument, m_backgroundParser));
664 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::create, reference.release(), config.release()));
673 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::stop, m_backgroundParser));
692 HTMLParserThread::shared()->postTask(closure);
796 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::finish, m_backgroundParser));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk 239 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
webcore_html.target.darwin-mips.mk 239 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
webcore_html.target.darwin-x86.mk 239 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
webcore_html.target.linux-arm.mk 239 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
webcore_html.target.linux-mips.mk 239 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
webcore_html.target.linux-x86.mk 239 third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \

Completed in 2272 milliseconds