Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditingStyle.h157 bool applyLineThrough() const { return m_applyLineThrough; } in applyLineThrough()
174 && m_applyLineThrough == other.m_applyLineThrough
192 bool m_applyLineThrough; variable
DEditingStyle.cpp801 , m_applyLineThrough(false) in StyleChange()
883 m_applyLineThrough = true; in extractTextStyles()