Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h188 bool preventRevealSelection() const { return m_preventRevealSelection; } in preventRevealSelection()
249 int m_preventRevealSelection; variable
DEditor.cpp98 ++m_editor->m_preventRevealSelection; in RevealSelectionScope()
103 ASSERT(m_editor->m_preventRevealSelection); in ~RevealSelectionScope()
104 --m_editor->m_preventRevealSelection; in ~RevealSelectionScope()
105 if (!m_editor->m_preventRevealSelection) in ~RevealSelectionScope()
832 , m_preventRevealSelection(0) in Editor()
1053 if (m_preventRevealSelection) in revealSelectionAfterEditingOperation()