smartInsertDeleteEnabled  274 Source/core/editing/Editor.cpp         return settings->smartInsertDeleteEnabled();
smartInsertDeleteEnabled  280 Source/core/editing/Editor.cpp     return smartInsertDeleteEnabled() && m_frame.selection().granularity() == WordGranularity;
smartInsertDeleteEnabled  483 Source/core/editing/Editor.cpp     return smartInsertDeleteEnabled() && pasteboard->canSmartReplace();
smartInsertDeleteEnabled  177 Source/core/editing/Editor.h     bool smartInsertDeleteEnabled() const;
smartInsertDeleteEnabled  504 Source/core/page/DragController.cpp             bool smartDelete = innerFrame->editor().smartInsertDeleteEnabled();