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

/external/webkit/Source/WebCore/editing/
H A DTypingCommand.h61 static void deleteKeyPressed(Document*, Options = 0, TextGranularity = CharacterGranularity);
79 void deleteKeyPressed(TextGranularity, bool killRing);
H A DTypingCommand.cpp101 void TypingCommand::deleteKeyPressed(Document *document, Options options, TextGranularity granularity) function in class:WebCore::TypingCommand
113 lastTypingCommand->deleteKeyPressed(granularity, options & KillRing);
295 deleteKeyPressed(m_granularity, m_killRing);
468 void TypingCommand::deleteKeyPressed(TextGranularity granularity, bool killRing) function in class:WebCore::TypingCommand
H A DEditor.cpp298 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.
H A DEditorCommand.cpp321 TypingCommand::deleteKeyPressed(frame->document(), frame->selection()->granularity() == WordGranularity ? TypingCommand::SmartDelete : 0);

Completed in 106 milliseconds