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

  /external/webkit/Source/WebCore/dom/
ScriptableDocumentParser.h 50 void setWasCreatedByScript(bool wasCreatedByScript) { m_wasCreatedByScript = wasCreatedByScript; }
51 bool wasCreatedByScript() const { return m_wasCreatedByScript; }
Document.cpp     [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLDocumentParser.cpp 308 // FIXME: The wasCreatedByScript() branch here might not be fully correct.
313 return m_input.hasInsertionPoint() || (wasCreatedByScript() && !m_input.haveSeenEndOfFile());

Completed in 67 milliseconds