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

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

Completed in 270 milliseconds