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

  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 257 frame->editor()->deleteWithDirection(SelectionController::BACKWARD,
262 frame->editor()->deleteWithDirection(SelectionController::FORWARD,
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 400 frame->editor()->deleteWithDirection(SelectionController::BACKWARD,
404 frame->editor()->deleteWithDirection(SelectionController::FORWARD,
  /external/webkit/WebCore/editing/
Editor.h 135 bool deleteWithDirection(SelectionController::EDirection, TextGranularity, bool killRing, bool isTypingAction);
EditorCommand.cpp 325 frame->editor()->deleteWithDirection(SelectionController::BACKWARD, CharacterGranularity, false, true);
332 frame->editor()->deleteWithDirection(SelectionController::BACKWARD, CharacterGranularity, false, true);
338 frame->editor()->deleteWithDirection(SelectionController::FORWARD, CharacterGranularity, false, true);
344 frame->editor()->deleteWithDirection(SelectionController::BACKWARD, LineBoundary, true, false);
350 frame->editor()->deleteWithDirection(SelectionController::BACKWARD, ParagraphBoundary, true, false);
358 frame->editor()->deleteWithDirection(SelectionController::FORWARD, LineBoundary, true, false);
366 frame->editor()->deleteWithDirection(SelectionController::FORWARD, ParagraphBoundary, true, false);
387 frame->editor()->deleteWithDirection(SelectionController::BACKWARD, WordGranularity, true, false);
393 frame->editor()->deleteWithDirection(SelectionController::FORWARD, WordGranularity, true, false);
440 frame->editor()->deleteWithDirection(SelectionController::FORWARD, CharacterGranularity, false, true)
    [all...]
Editor.cpp 227 bool Editor::deleteWithDirection(SelectionController::EDirection direction, TextGranularity granularity, bool killRing, bool isTypingAction)
    [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 984 if (!editor->deleteWithDirection(SelectionController::FORWARD,
988 editor->deleteWithDirection(SelectionController::FORWARD,
    [all...]

Completed in 152 milliseconds