Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h182 bool preventRevealSelection() const { return m_preventRevealSelection; } in preventRevealSelection() function
DInputMethodController.cpp158 if (!hasComposition() || editor().preventRevealSelection()) in cancelCompositionIfSelectionIsInvalid()