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 599 case DocumentBoundary:
636 case DocumentBoundary:
671 case DocumentBoundary:
719 case DocumentBoundary:
763 case DocumentBoundary:
804 case DocumentBoundary:
    [all...]
EditorCommand.cpp 709 frame->selection()->modify(FrameSelection::AlterationMove, DirectionBackward, DocumentBoundary, UserTriggered);
715 frame->selection()->modify(FrameSelection::AlterationExtend, DirectionBackward, DocumentBoundary, UserTriggered);
757 frame->selection()->modify(FrameSelection::AlterationMove, DirectionForward, DocumentBoundary, UserTriggered);
763 frame->selection()->modify(FrameSelection::AlterationExtend, DirectionForward, DocumentBoundary, UserTriggered);
    [all...]
VisibleSelection.cpp 381 case DocumentBoundary:
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 328 else if (equalIgnoringCase(granularityString, "documentboundary"))
329 granularity = DocumentBoundary;

Completed in 62 milliseconds