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 800 bool directionSetOnDocumentElement() const { return m_directionSetOnDocumentElement; }
802 void setDirectionSetOnDocumentElement(bool b) { m_directionSetOnDocumentElement = b; }
    [all...]
Document.cpp 482 , m_directionSetOnDocumentElement(false)
    [all...]

Completed in 109 milliseconds