Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp299 revealSelectionAfterEditingOperation(); in deleteWithDirection()
324 revealSelectionAfterEditingOperation(); in deleteWithDirection()
518 revealSelectionAfterEditingOperation(); in replaceSelectionWithFragment()
802revealSelectionAfterEditingOperation(alignToEdge ? ScrollAlignment::alignToEdgeIfNeeded : ScrollAl… in insertLineBreak()
819revealSelectionAfterEditingOperation(alignToEdge ? ScrollAlignment::alignToEdgeIfNeeded : ScrollAl… in insertParagraphSeparator()
1013 void Editor::revealSelectionAfterEditingOperation(const ScrollAlignment& alignment, RevealExtentOpt… in revealSelectionAfterEditingOperation() function in blink::Editor
DEditor.h273 …void revealSelectionAfterEditingOperation(const ScrollAlignment& = ScrollAlignment::alignCenterIfN…