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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextGranularity.h 42 DocumentBoundary
FrameSelection.cpp 640 case DocumentBoundary:
677 case DocumentBoundary:
712 case DocumentBoundary:
760 case DocumentBoundary:
    [all...]
DOMSelection.cpp 328 else if (equalIgnoringCase(granularityString, "documentboundary"))
329 granularity = DocumentBoundary;
EditorCommand.cpp 735 frame.selection().modify(FrameSelection::AlterationMove, DirectionBackward, DocumentBoundary, UserTriggered);
741 frame.selection().modify(FrameSelection::AlterationExtend, DirectionBackward, DocumentBoundary, UserTriggered);
    [all...]
VisibleSelection.cpp 457 case DocumentBoundary:

Completed in 1540 milliseconds