Searched refs:canSmartReplace (Results 1 – 6 of 6) sorted by relevance
53 bool canSmartReplace();
98 bool Pasteboard::canSmartReplace() in canSmartReplace() function in WebCore::Pasteboard
71 bool canSmartReplace() const;
117 bool DragData::canSmartReplace() const in canSmartReplace() function in WebCore::DragData
506 …tDelete && innerFrame->selection().granularity() == WordGranularity && dragData->canSmartReplace(); in concludeEditDrag()511 if (dragData->canSmartReplace()) in concludeEditDrag()
486 return smartInsertDeleteEnabled() && pasteboard->canSmartReplace(); in canSmartReplaceWithPasteboard()