Home
last modified time | relevance | path

Searched refs:m_preventNesting (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.h98 bool m_preventNesting; variable
DReplaceSelectionCommand.cpp350 , m_preventNesting(options & PreventNesting) in ReplaceSelectionCommand()
847 m_preventNesting = false; in doApply()
883 …if (m_preventNesting && !startIsInsideMailBlockquote && !isEndOfParagraph(visibleStart) && !isStar… in doApply()
893 …if (startIsInsideMailBlockquote && m_preventNesting && !(enclosingNodeOfType(insertionPos, &isTabl… in doApply()
922 if (m_preventNesting && startBlock && !startIsInsideMailBlockquote) { in doApply()