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

/external/webkit/Source/WebCore/editing/
H A DTypingCommand.h62 static void forwardDeleteKeyPressed(Document*, Options = 0, TextGranularity = CharacterGranularity);
80 void forwardDeleteKeyPressed(TextGranularity, bool killRing);
H A DTypingCommand.cpp120 void TypingCommand::forwardDeleteKeyPressed(Document *document, Options options, TextGranularity granularity) function in class:WebCore::TypingCommand
133 lastTypingCommand->forwardDeleteKeyPressed(granularity, options & KillRing);
298 forwardDeleteKeyPressed(m_granularity, m_killRing);
566 void TypingCommand::forwardDeleteKeyPressed(TextGranularity granularity, bool killRing) function in class:WebCore::TypingCommand
H A DEditorCommand.cpp458 TypingCommand::forwardDeleteKeyPressed(frame->document());
H A DEditor.cpp315 TypingCommand::forwardDeleteKeyPressed(m_frame->document(), options, granularity);

Completed in 90 milliseconds