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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptLoader.cpp 57 ScriptLoader::ScriptLoader(Element* element, bool parserInserted, bool alreadyStarted)
61 , m_parserInserted(parserInserted)
68 , m_forceAsync(!parserInserted)
72 if (parserInserted && element->document().scriptableDocumentParser() && !element->document().isInDocumentWrite())
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 659 const bool parserInserted = m_parserContentPolicy != AllowScriptingContentAndDoNotMarkAlreadyStarted;
660 const bool alreadyStarted = m_isParsingFragment && parserInserted;
661 RefPtrWillBeRawPtr<HTMLScriptElement> element = HTMLScriptElement::create(ownerDocumentForCurrentNode(), parserInserted, alreadyStarted);
    [all...]

Completed in 154 milliseconds