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

  /external/webkit/Source/WebCore/editing/
TextGranularity.h 42 DocumentBoundary,
SelectionController.cpp 450 case DocumentBoundary:
488 case DocumentBoundary:
521 case DocumentBoundary:
572 case DocumentBoundary:
618 case DocumentBoundary:
660 case DocumentBoundary:
692 case DocumentBoundary:
737 case DocumentBoundary:
752 return granularity == LineBoundary || granularity == ParagraphBoundary || granularity == DocumentBoundary;
    [all...]
EditorCommand.cpp 698 frame->selection()->modify(SelectionController::AlterationMove, DirectionBackward, DocumentBoundary, true);
704 frame->selection()->modify(SelectionController::AlterationExtend, DirectionBackward, DocumentBoundary, true);
746 frame->selection()->modify(SelectionController::AlterationMove, DirectionForward, DocumentBoundary, true);
752 frame->selection()->modify(SelectionController::AlterationExtend, DirectionForward, DocumentBoundary, true);
    [all...]
VisibleSelection.cpp 371 case DocumentBoundary:
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 333 else if (equalIgnoringCase(granularityString, "documentboundary"))
334 granularity = DocumentBoundary;
EventHandler.cpp     [all...]

Completed in 74 milliseconds