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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp299 revealSelectionAfterEditingOperation();
304 // Implicitly calls revealSelectionAfterEditingOperation().
324 revealSelectionAfterEditingOperation();
518 revealSelectionAfterEditingOperation();
802 revealSelectionAfterEditingOperation(alignToEdge ? ScrollAlignment::alignToEdgeIfNeeded : ScrollAlignment::alignCenterIfNeeded);
819 revealSelectionAfterEditingOperation(alignToEdge ? ScrollAlignment::alignToEdgeIfNeeded : ScrollAlignment::alignCenterIfNeeded);
1013 void Editor::revealSelectionAfterEditingOperation(const ScrollAlignment& alignment, RevealExtentOption revealExtentOption) function in class:blink::Editor
H A DEditor.h273 void revealSelectionAfterEditingOperation(const ScrollAlignment& = ScrollAlignment::alignCenterIfNeeded, RevealExtentOption = DoNotRevealExtent);

Completed in 201 milliseconds