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

  /external/webkit/Source/WebCore/dom/
DocumentParser.h 91 void setDocumentWasLoadedAsPartOfNavigation() { m_documentWasLoadedAsPartOfNavigation = true; }
92 bool documentWasLoadedAsPartOfNavigation() const { return m_documentWasLoadedAsPartOfNavigation; }
109 bool m_documentWasLoadedAsPartOfNavigation;
DocumentParser.cpp 35 , m_documentWasLoadedAsPartOfNavigation(false)

Completed in 1985 milliseconds