Home | History | Annotate | Download | only in editing

Lines Matching refs:m_style

123     , m_style(style->copy())
137 , m_style(style->copy())
151 , m_style(EditingStyle::create())
165 , m_style(style->copy())
210 RefPtr<EditingStyle> blockStyle = m_style->extractAndRemoveBlockProperties();
214 if (!m_style->isEmpty() || m_styledInlineElement || m_isInlineElementToRemoveFunction) {
215 applyRelativeFontStyleChange(m_style.get());
216 applyInlineStyle(m_style.get());
222 applyBlockStyle(m_style.get());