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

  /external/webkit/WebCore/editing/
TextGranularity.h 40 LineBoundary,
SelectionController.cpp 294 case LineBoundary:
325 case LineBoundary:
358 case LineBoundary:
399 case LineBoundary:
443 case LineBoundary:
478 case LineBoundary:
510 case LineBoundary:
545 case LineBoundary:
    [all...]
EditorCommand.cpp 344 frame->editor()->deleteWithDirection(SelectionController::BACKWARD, LineBoundary, true, false);
358 frame->editor()->deleteWithDirection(SelectionController::FORWARD, LineBoundary, true, false);
702 frame->selection()->modify(SelectionController::MOVE, SelectionController::BACKWARD, LineBoundary, true);
708 frame->selection()->modify(SelectionController::EXTEND, SelectionController::BACKWARD, LineBoundary, true);
762 frame->selection()->modify(SelectionController::MOVE, SelectionController::FORWARD, LineBoundary, true);
768 frame->selection()->modify(SelectionController::EXTEND, SelectionController::FORWARD, LineBoundary, true);
    [all...]
VisibleSelection.cpp 344 case LineBoundary:
  /external/webkit/WebCore/page/
DOMSelection.cpp 300 else if (equalIgnoringCase(granularityString, "lineboundary"))
301 granularity = LineBoundary;
EventHandler.cpp     [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]

Completed in 1023 milliseconds