Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DTypingCommand.h47 …static void forwardDeleteKeyPressed(Document*, bool smartDelete = false, TextGranularity = Charact…
65 void forwardDeleteKeyPressed(TextGranularity, bool killRing);
DTypingCommand.cpp103 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
DEditorCommand.cpp447 TypingCommand::forwardDeleteKeyPressed(frame->document()); in executeForwardDelete()
DEditor.cpp246 …TypingCommand::forwardDeleteKeyPressed(m_frame->document(), canSmartCopyOrDelete(), granularity, k… in deleteWithDirection()
/external/webkit/WebCore/
DChangeLog-2006-05-1017056 (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):
DChangeLog-2006-12-312026 (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):
DChangeLog-2009-06-1615060 (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):
DChangeLog-2008-08-1011831 (WebCore::TypingCommand::forwardDeleteKeyPressed):
13386 (WebCore::TypingCommand::forwardDeleteKeyPressed):
79136 (WebCore::TypingCommand::forwardDeleteKeyPressed): Ditto.
DChangeLog-2005-08-2324583 (khtml::TypingCommand::forwardDeleteKeyPressed):
25462 … (khtml::TypingCommand::forwardDeleteKeyPressed): New function. Makes forward delete work like
DChangeLog-2007-10-1410552 (WebCore::TypingCommand::forwardDeleteKeyPressed): Added a FIXME about
42819 (WebCore::TypingCommand::forwardDeleteKeyPressed): Ditto.
DChangeLog-2010-01-2938747 …(WebCore::TypingCommand::forwardDeleteKeyPressed): Always start a new command if the granularity is
93744 (WebCore::TypingCommand::forwardDeleteKeyPressed):