Home
last modified time | relevance | path

Searched refs:m_matchStyle (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.cpp92 bool m_matchStyle; member in WebCore::ReplacementFragment
130 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()
DReplaceSelectionCommand.h96 bool m_matchStyle; variable
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2323717 …(khtml::ReplaceSelectionCommand::doApply): if m_matchStyle, use selection.start() as the insertion…