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

/external/webkit/WebCore/editing/
H A DEditor.h155 void setShouldStyleWithCSS(bool flag) { m_shouldStyleWithCSS = flag; }
156 bool shouldStyleWithCSS() const { return m_shouldStyleWithCSS; }
307 bool m_shouldStyleWithCSS; member in class:WebCore::Editor

Completed in 36 milliseconds