HomeSort by relevance Sort by last modified time
    Searched full:selectiondirection (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/editing/
SelectionController.h 94 bool modify(EAlteration, SelectionDirection, TextGranularity, bool userTriggered = false);
123 void willBeModified(EAlteration, SelectionDirection);
VisibleSelection.h 37 enum SelectionDirection { DirectionForward, DirectionBackward, DirectionRight, DirectionLeft };
Editor.h 157 bool deleteWithDirection(SelectionDirection, TextGranularity, bool killRing, bool isTypingAction);
EditorCommand.cpp 243 WritingDirection selectionDirection = frame->editor()->textDirectionForSelection(hasNestedOrMultipleEmbeddings);
244 return (selectionDirection == direction && !hasNestedOrMultipleEmbeddings) ? TrueTriState : FalseTriState;
    [all...]
SelectionController.cpp 345 void SelectionController::willBeModified(EAlteration alter, SelectionDirection direction)
755 bool SelectionController::modify(EAlteration alter, SelectionDirection direction, TextGranularity granularity, bool userTriggered)
    [all...]
Editor.cpp 291 bool Editor::deleteWithDirection(SelectionDirection direction, TextGranularity granularity, bool killRing, bool isTypingAction)
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrameInternal.h 141 - (DOMRange *)_rangeByAlteringCurrentSelection:(WebCore::SelectionController::EAlteration)alteration direction:(WebCore::SelectionDirection)direction granularity:(WebCore::TextGranularity)granularity;
WebFrame.mm 655 - (DOMRange *)_rangeByAlteringCurrentSelection:(SelectionController::EAlteration)alteration direction:(SelectionDirection)direction granularity:(TextGranularity)granularity
    [all...]
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 304 SelectionDirection direction;
  /external/webkit/Source/WebKit/wince/
ChangeLog 348 Renamed SelectionController::EDirection to SelectionDirection.
  /external/webkit/Source/WebKit/haiku/
ChangeLog 267 Renamed SelectionController::EDirection to SelectionDirection.
    [all...]
  /external/webkit/Source/WebKit/efl/
ChangeLog 917 Renamed SelectionController::EDirection to SelectionDirection.
    [all...]
  /external/webkit/Source/WebKit/mac/
ChangeLog     [all...]
  /external/webkit/Source/WebKit/chromium/
ChangeLog-2011-02-16     [all...]
  /external/webkit/Source/WebKit/qt/
ChangeLog-2011-02-16     [all...]

Completed in 278 milliseconds