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

/external/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.h96 bool m_matchStyle; member in class:WebCore::ReplaceSelectionCommand
H A DReplaceSelectionCommand.cpp92 bool m_matchStyle; member in class:WebCore::ReplacementFragment
130 m_matchStyle(matchStyle),
348 , m_matchStyle(options & MatchStyle)
819 ReplacementFragment fragment(document(), m_documentFragment.get(), m_matchStyle, selection); local
827 m_matchStyle = false;
829 if (m_matchStyle) {
955 if (!m_matchStyle && !enclosingList(insertionPos.containerNode()) && isStyleSpan(fragment.firstChild())) {
1166 m_matchStyle = false;
1206 if (m_matchStyle) {

Completed in 65 milliseconds