Searched refs:m_matchStyle (Results 1 – 3 of 3) sorted by relevance
92 bool m_matchStyle; member in WebCore::ReplacementFragment130 m_matchStyle(matchStyle), in ReplacementFragment()348 , m_matchStyle(options & MatchStyle) in ReplaceSelectionCommand()819 ReplacementFragment fragment(document(), m_documentFragment.get(), m_matchStyle, selection); in doApply()827 m_matchStyle = false; in doApply()829 if (m_matchStyle) { in doApply()955 …if (!m_matchStyle && !enclosingList(insertionPos.containerNode()) && isStyleSpan(fragment.firstChi… in doApply()1166 m_matchStyle = false; in doApply()1206 if (m_matchStyle) { in completeHTMLReplacement()
96 bool m_matchStyle; variable
23717 …(khtml::ReplaceSelectionCommand::doApply): if m_matchStyle, use selection.start() as the insertion…