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

  /external/webkit/Source/WebCore/editing/
TypingCommand.h 61 static void deleteKeyPressed(Document*, Options = 0, TextGranularity = CharacterGranularity);
79 void deleteKeyPressed(TextGranularity, bool killRing);
TypingCommand.cpp 101 void TypingCommand::deleteKeyPressed(Document *document, Options options, TextGranularity granularity)
113 lastTypingCommand->deleteKeyPressed(granularity, options & KillRing);
295 deleteKeyPressed(m_granularity, m_killRing);
468 void TypingCommand::deleteKeyPressed(TextGranularity granularity, bool killRing)
Editor.cpp 298 TypingCommand::deleteKeyPressed(m_frame->document(), canSmartCopyOrDelete() ? TypingCommand::SmartDelete : 0, granularity);
319 TypingCommand::deleteKeyPressed(m_frame->document(), options, granularity);
325 // FIXME: We should to move this down into deleteKeyPressed.
    [all...]
EditorCommand.cpp 321 TypingCommand::deleteKeyPressed(frame->document(), frame->selection()->granularity() == WordGranularity ? TypingCommand::SmartDelete : 0);
    [all...]

Completed in 50 milliseconds