Searched refs:forwardDeleteKeyPressed (Results 1 – 11 of 11) sorted by relevance
/external/webkit/WebCore/editing/ |
D | TypingCommand.h | 47 …static void forwardDeleteKeyPressed(Document*, bool smartDelete = false, TextGranularity = Charact… 65 void forwardDeleteKeyPressed(TextGranularity, bool killRing);
|
D | TypingCommand.cpp | 103 void TypingCommand::forwardDeleteKeyPressed(Document *document, bool smartDelete, TextGranularity g… in forwardDeleteKeyPressed() function in WebCore::TypingCommand 113 … static_cast<TypingCommand*>(lastEditCommand)->forwardDeleteKeyPressed(granularity, killRing); in forwardDeleteKeyPressed() 262 forwardDeleteKeyPressed(m_granularity, m_killRing); in doApply() 511 void TypingCommand::forwardDeleteKeyPressed(TextGranularity granularity, bool killRing) in forwardDeleteKeyPressed() function in WebCore::TypingCommand
|
D | EditorCommand.cpp | 447 TypingCommand::forwardDeleteKeyPressed(frame->document()); in executeForwardDelete()
|
D | Editor.cpp | 246 …TypingCommand::forwardDeleteKeyPressed(m_frame->document(), canSmartCopyOrDelete(), granularity, k… in deleteWithDirection()
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-05-10 | 17056 (WebCore::TypingCommand::forwardDeleteKeyPressed): 22515 (khtml::TypingCommand::forwardDeleteKeyPressed): 22516 simpler implementation, and let other forwardDeleteKeyPressed do boundary checking 22530 (khtml::TypingCommand::forwardDeleteKeyPressed): 30977 (khtml::TypingCommand::forwardDeleteKeyPressed): 31666 (khtml::TypingCommand::forwardDeleteKeyPressed): 35455 (khtml::TypingCommand::forwardDeleteKeyPressed):
|
D | ChangeLog-2006-12-31 | 2026 (WebCore::TypingCommand::forwardDeleteKeyPressed): 7797 (WebCore::TypingCommand::forwardDeleteKeyPressed): Ditto. 33356 (WebCore::TypingCommand::forwardDeleteKeyPressed): 36585 (WebCore::TypingCommand::forwardDeleteKeyPressed): Ditto. 42892 (WebCore::TypingCommand::forwardDeleteKeyPressed): Ditto. 43010 (WebCore::TypingCommand::forwardDeleteKeyPressed): 43040 (WebCore::TypingCommand::forwardDeleteKeyPressed): Ditto. 44987 (WebCore::TypingCommand::forwardDeleteKeyPressed): 45090 (WebCore::TypingCommand::forwardDeleteKeyPressed):
|
D | ChangeLog-2009-06-16 | 15060 (WebCore::TypingCommand::forwardDeleteKeyPressed): 28613 (WebCore::TypingCommand::forwardDeleteKeyPressed): 31384 (WebCore::TypingCommand::forwardDeleteKeyPressed): 32511 (WebCore::TypingCommand::forwardDeleteKeyPressed): Ditto. 40427 (WebCore::TypingCommand::forwardDeleteKeyPressed): 41318 (WebCore::TypingCommand::forwardDeleteKeyPressed): 41488 (WebCore::TypingCommand::forwardDeleteKeyPressed): 68341 (WebCore::TypingCommand::forwardDeleteKeyPressed):
|
D | ChangeLog-2008-08-10 | 11831 (WebCore::TypingCommand::forwardDeleteKeyPressed): 13386 (WebCore::TypingCommand::forwardDeleteKeyPressed): 79136 (WebCore::TypingCommand::forwardDeleteKeyPressed): Ditto.
|
D | ChangeLog-2005-08-23 | 24583 (khtml::TypingCommand::forwardDeleteKeyPressed): 25462 … (khtml::TypingCommand::forwardDeleteKeyPressed): New function. Makes forward delete work like
|
D | ChangeLog-2007-10-14 | 10552 (WebCore::TypingCommand::forwardDeleteKeyPressed): Added a FIXME about 42819 (WebCore::TypingCommand::forwardDeleteKeyPressed): Ditto.
|
D | ChangeLog-2010-01-29 | 38747 …(WebCore::TypingCommand::forwardDeleteKeyPressed): Always start a new command if the granularity is 93744 (WebCore::TypingCommand::forwardDeleteKeyPressed):
|