Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.h113 bool m_preventNesting; variable
DReplaceSelectionCommand.cpp366 , m_preventNesting(options & PreventNesting) in ReplaceSelectionCommand()
923 m_preventNesting = false; in doApply()
961 …if (m_preventNesting && !startIsInsideMailBlockquote && !isEndOfParagraph(visibleStart) && !isStar… in doApply()
971 …if (startIsInsideMailBlockquote && m_preventNesting && !(enclosingNodeOfType(insertionPos, &isTabl… in doApply()
1000 …if (m_preventNesting && insertionBlock && !isTableCell(insertionBlock.get()) && !startIsInsideMail… in doApply()