Searched defs:forwardDeleteKeyPressed (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTypingCommand.cpp131 void TypingCommand::forwardDeleteKeyPressed(Document& document, Options options, TextGranularity granularity) function in class:blink::TypingCommand
139 lastTypingCommand->forwardDeleteKeyPressed(granularity, options & KillRing);
265 forwardDeleteKeyPressed(m_granularity, m_killRing);
513 void TypingCommand::forwardDeleteKeyPressed(TextGranularity granularity, bool killRing) function in class:blink::TypingCommand

Completed in 227 milliseconds