Searched defs:m_directionSetOnDocumentElement (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h779 bool directionSetOnDocumentElement() const { return m_directionSetOnDocumentElement; }
781 void setDirectionSetOnDocumentElement(bool b) { m_directionSetOnDocumentElement = b; }
1331 bool m_directionSetOnDocumentElement; member in class:blink::Document

Completed in 167 milliseconds