HomeSort by relevance Sort by last modified time
    Searched refs:AlignCursorOnScrollAlways (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/editing/
SelectionController.h 56 AlignCursorOnScrollAlways };
EditorCommand.cpp 658 return frame->selection()->modify(SelectionController::AlterationMove, distance, true, SelectionController::AlignCursorOnScrollAlways);
666 return frame->selection()->modify(SelectionController::AlterationExtend, distance, true, SelectionController::AlignCursorOnScrollAlways);
674 return frame->selection()->modify(SelectionController::AlterationMove, -distance, true, SelectionController::AlignCursorOnScrollAlways);
682 return frame->selection()->modify(SelectionController::AlterationExtend, -distance, true, SelectionController::AlignCursorOnScrollAlways);
    [all...]
SelectionController.cpp 199 alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignCenterAlways : ScrollAlignment::alignCenterIfNeeded;
201 alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignTopAlways : ScrollAlignment::alignToEdgeIfNeeded;
    [all...]

Completed in 34 milliseconds