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

  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 260 frame->editor()->deleteWithDirection(DirectionBackward,
265 frame->editor()->deleteWithDirection(DirectionForward,
  /external/webkit/Source/WebCore/editing/
EditorCommand.cpp 330 frame->editor()->deleteWithDirection(DirectionBackward, CharacterGranularity, false, true);
337 frame->editor()->deleteWithDirection(DirectionBackward, CharacterGranularity, false, true);
343 frame->editor()->deleteWithDirection(DirectionForward, CharacterGranularity, false, true);
349 frame->editor()->deleteWithDirection(DirectionBackward, LineBoundary, true, false);
355 frame->editor()->deleteWithDirection(DirectionBackward, ParagraphBoundary, true, false);
363 frame->editor()->deleteWithDirection(DirectionForward, LineBoundary, true, false);
371 frame->editor()->deleteWithDirection(DirectionForward, ParagraphBoundary, true, false);
392 frame->editor()->deleteWithDirection(DirectionBackward, WordGranularity, true, false);
398 frame->editor()->deleteWithDirection(DirectionForward, WordGranularity, true, false);
451 frame->editor()->deleteWithDirection(DirectionForward, CharacterGranularity, false, true)
    [all...]
Editor.h 157 bool deleteWithDirection(SelectionDirection, TextGranularity, bool killRing, bool isTypingAction);
Editor.cpp 291 bool Editor::deleteWithDirection(SelectionDirection direction, TextGranularity granularity, bool killRing, bool isTypingAction)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]

Completed in 46 milliseconds