Searched refs:canSmartReplace (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DDragDataEfl.cpp29 bool DragData::canSmartReplace() const function in class:WebCore::DragData
H A DPasteboardEfl.cpp45 bool Pasteboard::canSmartReplace() function in class:WebCore::Pasteboard
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DDragDataGtk.cpp28 bool DragData::canSmartReplace() const function in class:WebCore::DragData
H A DPasteboardGtk.cpp294 bool Pasteboard::canSmartReplace() function in class:WebCore::Pasteboard
/macosx-10.10/WebCore-7600.1.25/platform/
H A DDragData.h106 bool canSmartReplace() const;
H A DPasteboard.h151 bool canSmartReplace();
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DDragDataMac.mm67 bool DragData::canSmartReplace() const
69 return Pasteboard(m_pasteboardName).canSmartReplace();
H A DPasteboardMac.mm280 bool Pasteboard::canSmartReplace()
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DDragDataWin.cpp194 bool DragData::canSmartReplace() const function in class:WebCore::DragData
H A DPasteboardWin.cpp777 bool Pasteboard::canSmartReplace() function in class:WebCore::Pasteboard
/macosx-10.10/WebCore-7600.1.25/page/
H A DDragController.cpp507 bool smartInsert = smartDelete && innerFrame->selection().granularity() == WordGranularity && dragData.canSmartReplace();
512 if (dragData.canSmartReplace())
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DPasteboardIOS.mm163 bool Pasteboard::canSmartReplace()
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditor.cpp583 return client() && client()->smartInsertDeleteEnabled() && pasteboard.canSmartReplace();

Completed in 108 milliseconds