Searched refs:deleteWithDirection (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp257 frame->editor()->deleteWithDirection(SelectionController::BACKWARD,
262 frame->editor()->deleteWithDirection(SelectionController::FORWARD,
/external/webkit/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp400 frame->editor()->deleteWithDirection(SelectionController::BACKWARD,
404 frame->editor()->deleteWithDirection(SelectionController::FORWARD,
/external/webkit/WebCore/editing/
H A DEditorCommand.cpp325 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(SelectionControlle
[all...]
H A DEditor.h135 bool deleteWithDirection(SelectionController::EDirection, TextGranularity, bool killRing, bool isTypingAction);
H A DEditor.cpp227 bool Editor::deleteWithDirection(SelectionController::EDirection direction, TextGranularity granularity, bool killRing, bool isTypingAction) function in class:WebCore::Editor
/external/webkit/WebKit/chromium/src/
H A DWebFrameImpl.cpp984 if (!editor->deleteWithDirection(SelectionController::FORWARD,
988 editor->deleteWithDirection(SelectionController::FORWARD,

Completed in 26 milliseconds