Home | History | Annotate | Download | only in editing

Lines Matching refs:ScrollAlignment

196         ScrollAlignment alignment;
199 alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignCenterAlways : ScrollAlignment::alignCenterIfNeeded;
201 alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignTopAlways : ScrollAlignment::alignToEdgeIfNeeded;
1813 void SelectionController::revealSelection(const ScrollAlignment& alignment, bool revealExtent)