HomeSort by relevance Sort by last modified time
    Searched refs:forwardDeleteKeyPressed (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/editing/
TypingCommand.h 62 static void forwardDeleteKeyPressed(Document*, Options = 0, TextGranularity = CharacterGranularity);
80 void forwardDeleteKeyPressed(TextGranularity, bool killRing);
TypingCommand.cpp 120 void TypingCommand::forwardDeleteKeyPressed(Document *document, Options options, TextGranularity granularity)
133 lastTypingCommand->forwardDeleteKeyPressed(granularity, options & KillRing);
298 forwardDeleteKeyPressed(m_granularity, m_killRing);
566 void TypingCommand::forwardDeleteKeyPressed(TextGranularity granularity, bool killRing)
EditorCommand.cpp 458 TypingCommand::forwardDeleteKeyPressed(frame->document());
    [all...]
Editor.cpp 315 TypingCommand::forwardDeleteKeyPressed(m_frame->document(), options, granularity);
    [all...]

Completed in 169 milliseconds