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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.h 62 static void forwardDeleteKeyPressed(Document&, Options = 0, TextGranularity = CharacterGranularity);
76 void forwardDeleteKeyPressed(TextGranularity, bool killRing);
TypingCommand.cpp 131 void TypingCommand::forwardDeleteKeyPressed(Document& document, Options options, TextGranularity granularity)
139 lastTypingCommand->forwardDeleteKeyPressed(granularity, options & KillRing);
265 forwardDeleteKeyPressed(m_granularity, m_killRing);
508 void TypingCommand::forwardDeleteKeyPressed(TextGranularity granularity, bool killRing)
Editor.cpp 315 TypingCommand::forwardDeleteKeyPressed(*m_frame.document(), options, granularity);
    [all...]
EditorCommand.cpp 463 TypingCommand::forwardDeleteKeyPressed(*frame.document());
    [all...]

Completed in 290 milliseconds