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 65 AlignCursorOnScrollAlways };
EditorCommand.cpp 673 UserTriggered, FrameSelection::AlignCursorOnScrollAlways);
682 UserTriggered, FrameSelection::AlignCursorOnScrollAlways);
691 UserTriggered, FrameSelection::AlignCursorOnScrollAlways);
700 UserTriggered, FrameSelection::AlignCursorOnScrollAlways);
    [all...]
FrameSelection.cpp 290 alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignCenterAlways : ScrollAlignment::alignCenterIfNeeded;
292 alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignTopAlways : ScrollAlignment::alignToEdgeIfNeeded;
    [all...]

Completed in 187 milliseconds