Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditingStyle.h158 bool applySubscript() const { return m_applySubscript; } in applySubscript()
175 && m_applySubscript == other.m_applySubscript
193 bool m_applySubscript; variable
DEditingStyle.cpp802 , m_applySubscript(false) in StyleChange()
893 m_applySubscript = true; in extractTextStyles()