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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserOptions.h 37 bool useThreading;
HTMLParserOptions.cpp 46 useThreading = settings && settings->threadedHTMLParser() && !document->url().isBlankURL()
HTMLDocumentParser.h 165 bool shouldUseThreading() const { return m_options.useThreading && !m_isPinnedToMainThread; }
HTMLDocumentParser.cpp 79 , m_token(m_options.useThreading ? nullptr : adoptPtr(new HTMLToken))
80 , m_tokenizer(m_options.useThreading ? nullptr : HTMLTokenizer::create(m_options))
    [all...]
HTMLTreeBuilder.cpp     [all...]

Completed in 345 milliseconds