Searched refs:forwardDeleteKeyPressed (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | TypingCommand.h | 62 …static void forwardDeleteKeyPressed(Document&, Options = 0, TextGranularity = CharacterGranularity… 76 void forwardDeleteKeyPressed(TextGranularity, bool killRing);
|
D | TypingCommand.cpp | 131 void TypingCommand::forwardDeleteKeyPressed(Document& document, Options options, TextGranularity gr… in forwardDeleteKeyPressed() function in blink::TypingCommand 139 lastTypingCommand->forwardDeleteKeyPressed(granularity, options & KillRing); in forwardDeleteKeyPressed() 265 forwardDeleteKeyPressed(m_granularity, m_killRing); in doApply() 513 void TypingCommand::forwardDeleteKeyPressed(TextGranularity granularity, bool killRing) in forwardDeleteKeyPressed() function in blink::TypingCommand
|
D | Editor.cpp | 316 TypingCommand::forwardDeleteKeyPressed(*frame().document(), options, granularity); in deleteWithDirection()
|
D | EditorCommand.cpp | 481 TypingCommand::forwardDeleteKeyPressed(*frame.document()); in executeForwardDelete()
|