Home | History | Annotate | Download | only in page

Lines Matching defs:smartDelete

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