Home | History | Annotate | Download | only in page

Lines Matching defs:smartDelete

500             bool smartDelete = innerFrame->editor()->smartInsertDeleteEnabled();
501 bool smartInsert = smartDelete && innerFrame->selection()->granularity() == WordGranularity && dragData->canSmartReplace();
502 applyCommand(MoveSelectionCommand::create(fragment, dragCaret.base(), smartInsert, smartDelete));