Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTypingCommand.h62 …static void forwardDeleteKeyPressed(Document&, Options = 0, TextGranularity = CharacterGranularity…
76 void forwardDeleteKeyPressed(TextGranularity, bool killRing);
DTypingCommand.cpp131 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
DEditor.cpp316 TypingCommand::forwardDeleteKeyPressed(*frame().document(), options, granularity); in deleteWithDirection()
DEditorCommand.cpp481 TypingCommand::forwardDeleteKeyPressed(*frame.document()); in executeForwardDelete()