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 639 case DocumentBoundary:
676 case DocumentBoundary:
711 case DocumentBoundary:
759 case DocumentBoundary:
    [all...]
EditorCommand.cpp 717 frame.selection().modify(FrameSelection::AlterationMove, DirectionBackward, DocumentBoundary, UserTriggered);
723 frame.selection().modify(FrameSelection::AlterationExtend, DirectionBackward, DocumentBoundary, UserTriggered);
765 frame.selection().modify(FrameSelection::AlterationMove, DirectionForward, DocumentBoundary, UserTriggered);
771 frame.selection().modify(FrameSelection::AlterationExtend, DirectionForward, DocumentBoundary, UserTriggered);
    [all...]
VisibleSelection.cpp 443 case DocumentBoundary:
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 329 else if (equalIgnoringCase(granularityString, "documentboundary"))
330 granularity = DocumentBoundary;

Completed in 151 milliseconds