Home
last modified time | relevance | path

Searched refs:m_applyUnderline (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditingStyle.h156 bool applyUnderline() const { return m_applyUnderline; } in applyUnderline()
173 && m_applyUnderline == other.m_applyUnderline
191 bool m_applyUnderline; variable
DEditingStyle.cpp800 , m_applyUnderline(false) in StyleChange()
881 m_applyUnderline = true; in extractTextStyles()