Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditingStyle.h154 bool applyBold() const { return m_applyBold; } in applyBold()
171 && m_applyBold == other.m_applyBold
189 bool m_applyBold; variable
DEditingStyle.cpp798 : m_applyBold(false) in StyleChange()
863 m_applyBold = true; in extractTextStyles()