Home | History | Annotate | Download | only in editing

Lines Matching refs:deleteKeyPressed

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.