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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h 64 AlignCursorOnScrollAlways };
EditorCommand.cpp 666 UserTriggered, FrameSelection::AlignCursorOnScrollAlways);
675 UserTriggered, FrameSelection::AlignCursorOnScrollAlways);
684 UserTriggered, FrameSelection::AlignCursorOnScrollAlways);
693 UserTriggered, FrameSelection::AlignCursorOnScrollAlways);
    [all...]
FrameSelection.cpp 294 alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignCenterAlways : ScrollAlignment::alignCenterIfNeeded;
296 alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignTopAlways : ScrollAlignment::alignToEdgeIfNeeded;
    [all...]

Completed in 62 milliseconds