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

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

Completed in 31 milliseconds