Home
last modified time | relevance | path

Searched refs:deleteWithDirection (Results 1 – 10 of 10) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditorCommand.cpp330 frame->editor()->deleteWithDirection(DirectionBackward, CharacterGranularity, false, true); in executeDeleteBackward()
337 frame->editor()->deleteWithDirection(DirectionBackward, CharacterGranularity, false, true); in executeDeleteBackwardByDecomposingPreviousCharacter()
343 frame->editor()->deleteWithDirection(DirectionForward, CharacterGranularity, false, true); in executeDeleteForward()
349 frame->editor()->deleteWithDirection(DirectionBackward, LineBoundary, true, false); in executeDeleteToBeginningOfLine()
355 frame->editor()->deleteWithDirection(DirectionBackward, ParagraphBoundary, true, false); in executeDeleteToBeginningOfParagraph()
363 frame->editor()->deleteWithDirection(DirectionForward, LineBoundary, true, false); in executeDeleteToEndOfLine()
371 frame->editor()->deleteWithDirection(DirectionForward, ParagraphBoundary, true, false); in executeDeleteToEndOfParagraph()
392 frame->editor()->deleteWithDirection(DirectionBackward, WordGranularity, true, false); in executeDeleteWordBackward()
398 frame->editor()->deleteWithDirection(DirectionForward, WordGranularity, true, false); in executeDeleteWordForward()
451 frame->editor()->deleteWithDirection(DirectionForward, CharacterGranularity, false, true); in executeForwardDelete()
H A DEditor.h156 … bool deleteWithDirection(SelectionDirection, TextGranularity, bool killRing, bool isTypingAction);
H A DEditor.cpp291 bool Editor::deleteWithDirection(SelectionDirection direction, TextGranularity granularity, bool ki… in deleteWithDirection() function in WebCore::Editor
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2009-06-1639896 (WebCore::Editor::deleteWithDirection):
68319 responsible for doing this, one in Editor::deleteWithDirection, and another inside
68320 TypingCommand::deleteKeyPressed. The code in deleteWithDirection is a recent
68323 JS deletion uses deleteKeyPressed while manual deletion uses deleteWithDirection.
68325 This patch removes selection creation code from deleteWithDirection so that deleteKeyPressed
68333 (WebCore::Editor::deleteWithDirection): Early return if m_frame->document() is null, instead
H A DChangeLog-2006-12-312925 Exposed Editor::deleteWithDirection and ::deleteRange()
2932 (WebCore::Editor::deleteWithDirection):
2946 Call deleteWithDirection instead of just executing a TypingCommand
H A DChangeLog-2008-08-1011731 (WebCore::Editor::deleteWithDirection):
50240 (WebCore::Editor::deleteWithDirection): Fixed a typo.
72686 (WebCore::Editor::deleteWithDirection):
H A DChangeLog-2007-10-1449385 (WebCore::Editor::deleteWithDirection):
60529 (WebCore::Editor::deleteWithDirection):
H A DChangeLog-2011-02-1636999 (WebCore::Editor::deleteWithDirection): Change due to SelectionDirection.
H A DChangeLog-2010-12-06130390 (WebCore::Editor::deleteWithDirection):
130957 (WebCore::Editor::deleteWithDirection):
H A DChangeLog27392 (WebCore::Editor::deleteWithDirection):