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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 779 bool directionSetOnDocumentElement() const { return m_directionSetOnDocumentElement; }
781 void setDirectionSetOnDocumentElement(bool b) { m_directionSetOnDocumentElement = b; }
    [all...]
Document.cpp 501 , m_directionSetOnDocumentElement(false)
    [all...]

Completed in 30 milliseconds