Searched refs:m_applyItalic (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DEditingStyle.h155 bool applyItalic() const { return m_applyItalic; }
172 && m_applyItalic == other.m_applyItalic
190 bool m_applyItalic; member in class:WebCore::StyleChange
H A DEditingStyle.cpp799 , m_applyItalic(false)
869 m_applyItalic = true;

Completed in 1078 milliseconds