Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.h177 , m_applyLineThrough(false) in StyleChange()
188 bool applyLineThrough() const { return m_applyLineThrough; } in applyLineThrough()
205 && m_applyLineThrough == other.m_applyLineThrough
223 bool m_applyLineThrough; variable
DEditingStyle.cpp1423 , m_applyLineThrough(false) in StyleChange()
1487 m_applyLineThrough = true; in extractTextStyles()