Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.h176 , m_applyUnderline(false) in StyleChange()
187 bool applyUnderline() const { return m_applyUnderline; } in applyUnderline()
204 && m_applyUnderline == other.m_applyUnderline
222 bool m_applyUnderline; variable
DEditingStyle.cpp1422 , m_applyUnderline(false) in StyleChange()
1485 m_applyUnderline = true; in extractTextStyles()