Home
last modified time | relevance | path

Searched refs:deleteKeyPressed (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/editing/
DTypingCommand.h46 …static void deleteKeyPressed(Document*, bool smartDelete = false, TextGranularity = CharacterGranu…
64 void deleteKeyPressed(TextGranularity, bool killRing);
DTypingCommand.cpp85 void TypingCommand::deleteKeyPressed(Document *document, bool smartDelete, TextGranularity granular… in deleteKeyPressed() function in WebCore::TypingCommand
94 static_cast<TypingCommand*>(lastEditCommand)->deleteKeyPressed(granularity, killRing); in deleteKeyPressed()
259 deleteKeyPressed(m_granularity, m_killRing); in doApply()
415 void TypingCommand::deleteKeyPressed(TextGranularity granularity, bool killRing) in deleteKeyPressed() function in WebCore::TypingCommand
DEditor.cpp234 … TypingCommand::deleteKeyPressed(m_frame->document(), canSmartCopyOrDelete(), granularity); in deleteWithDirection()
250 …TypingCommand::deleteKeyPressed(m_frame->document(), canSmartCopyOrDelete(), granularity, killRing… in deleteWithDirection()
DEditorCommand.cpp316 …TypingCommand::deleteKeyPressed(frame->document(), frame->selectionGranularity() == WordGranularit… in executeDelete()
/external/webkit/WebCore/
DChangeLog-2009-06-1614834 (WebCore::TypingCommand::deleteKeyPressed): When there is only a single
15059 (WebCore::TypingCommand::deleteKeyPressed):
27367 * editing/TypingCommand.cpp: (WebCore::TypingCommand::deleteKeyPressed):
31383 (WebCore::TypingCommand::deleteKeyPressed):
32509 …(WebCore::TypingCommand::deleteKeyPressed): Don't do any of the things that only make sense for Ra…
40426 (WebCore::TypingCommand::deleteKeyPressed):
41317 (WebCore::TypingCommand::deleteKeyPressed):
41487 (WebCore::TypingCommand::deleteKeyPressed):
41811 * editing/TypingCommand.cpp: (WebCore::TypingCommand::deleteKeyPressed):
63297 (WebCore::TypingCommand::deleteKeyPressed): Delete only the last character
[all …]
DChangeLog-2005-08-2320704 …Bridge replaceMarkedTextWithText:]): New method. Wraps calls to TypingCommand::deleteKeyPressed and
24582 (khtml::TypingCommand::deleteKeyPressed):
25460 …Command::issueCommandForDeleteKey): Remove dead code. Roll in remaining code into deleteKeyPressed.
25461 … (khtml::TypingCommand::deleteKeyPressed): Add in support for carrying along smart delete flag.
25878 (khtml::TypingCommand::deleteKeyPressed)
31815 (khtml::TypingCommand::deleteKeyPressed): Ditto.
33955 (-[WebCoreBridge deleteKeyPressed]): Ditto
38514 (khtml::TypingCommandImpl::deleteKeyPressed):
40742 (khtml::TypingCommand::deleteKeyPressed):
43251 (-[WebCoreBridge deleteKeyPressed]): Moved ensureCaretVisible here.
[all …]
DChangeLog-2006-05-1017055 (WebCore::TypingCommand::deleteKeyPressed):
22513 (khtml::TypingCommand::deleteKeyPressed):
22514 simpler implementation, and let other deleteKeyPressed do boundary checking
22527 (khtml::TypingCommand::deleteKeyPressed):
30976 (khtml::TypingCommand::deleteKeyPressed):
31665 (khtml::TypingCommand::deleteKeyPressed):
35454 (khtml::TypingCommand::deleteKeyPressed):
DChangeLog-2006-12-317792 (WebCore::TypingCommand::deleteKeyPressed): Don't set the starting
33355 (WebCore::TypingCommand::deleteKeyPressed):
36584 (WebCore::TypingCommand::deleteKeyPressed): Updated to remove use of EditCommandPtr.
41827 (WebCore::TypingCommand::deleteKeyPressed): Call breakOutOfEmptyListItem if
42891 (WebCore::TypingCommand::deleteKeyPressed): Added null check.
43009 (WebCore::TypingCommand::deleteKeyPressed):
43039 …(WebCore::TypingCommand::deleteKeyPressed): Fixed selection bug for tables and open typing command…
44986 (WebCore::TypingCommand::deleteKeyPressed):
45089 (WebCore::TypingCommand::deleteKeyPressed):
DChangeLog-2008-08-1011830 (WebCore::TypingCommand::deleteKeyPressed):
13385 (WebCore::TypingCommand::deleteKeyPressed):
72683 * editing/CompositeEditCommand.h: Removed unimplemented deleteKeyPressed().
79134 (WebCore::TypingCommand::deleteKeyPressed): Clarified which deleteSelection
DChangeLog-2007-10-1410556 (WebCore::TypingCommand::deleteKeyPressed): Only set the starting
42817 (WebCore::TypingCommand::deleteKeyPressed): Added code to compute a selection that goes
46112 (WebCore::TypingCommand::deleteKeyPressed): When pressing
DChangeLog-2010-01-2920474 … (WebCore::TypingCommand::deleteKeyPressed): Replaced the code that check for empty table cell
21414 (WebCore::TypingCommand::deleteKeyPressed): Added check for empty table cells in
38745 (WebCore::TypingCommand::deleteKeyPressed): Always start a new command if the granularity is
93743 (WebCore::TypingCommand::deleteKeyPressed):