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 69 AlignCursorOnScrollAlways };
EditorCommand.cpp 692 UserTriggered, FrameSelection::AlignCursorOnScrollAlways);
701 UserTriggered, FrameSelection::AlignCursorOnScrollAlways);
710 UserTriggered, FrameSelection::AlignCursorOnScrollAlways);
719 UserTriggered, FrameSelection::AlignCursorOnScrollAlways);
    [all...]
FrameSelection.cpp 291 alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignCenterAlways : ScrollAlignment::alignCenterIfNeeded;
293 alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignTopAlways : ScrollAlignment::alignToEdgeIfNeeded;
    [all...]

Completed in 154 milliseconds