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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.cpp 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));
653 m_backgroundParser = WeakPtr<BackgroundHTMLParser>(reference);
673 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::stop, m_backgroundParser));
691 Closure closure = bind(&BackgroundHTMLParser::append, m_backgroundParser, String(inputSource));
796 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::finish, m_backgroundParser));
    [all...]
HTMLDocumentParser.h 194 WeakPtr<BackgroundHTMLParser> m_backgroundParser;

Completed in 1701 milliseconds