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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.h 61 static void deleteKeyPressed(Document&, Options = 0, TextGranularity = CharacterGranularity);
75 void deleteKeyPressed(TextGranularity, bool killRing);
TypingCommand.cpp 112 void TypingCommand::deleteKeyPressed(Document& document, Options options, TextGranularity granularity)
122 lastTypingCommand->deleteKeyPressed(granularity, options & KillRing);
262 deleteKeyPressed(m_granularity, m_killRing);
409 void TypingCommand::deleteKeyPressed(TextGranularity granularity, bool killRing)
Editor.cpp 298 TypingCommand::deleteKeyPressed(*frame().document(), canSmartCopyOrDelete() ? TypingCommand::SmartDelete : 0, granularity);
321 TypingCommand::deleteKeyPressed(*frame().document(), options, granularity);
327 // FIXME: We should to move this down into deleteKeyPressed.
    [all...]
EditorCommand.cpp 344 TypingCommand::deleteKeyPressed(*frame.document(), frame.selection().granularity() == WordGranularity ? TypingCommand::SmartDelete : 0);
    [all...]

Completed in 171 milliseconds