Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DApplyStyleCommand.cpp61 bool applyUnderline() const { return m_applyUnderline; } in applyUnderline()
81 bool m_applyUnderline; member in WebCore::StyleChange
94 , m_applyUnderline(false) in StyleChange()
192 m_applyUnderline = true; in extractTextStyles()