/external/webkit/Source/WebCore/platform/brew/ |
D | DragDataBrew.cpp | 35 bool DragData::canSmartReplace() const in canSmartReplace() function in WebCore::DragData
|
D | PasteboardBrew.cpp | 75 bool Pasteboard::canSmartReplace() in canSmartReplace() function in WebCore::Pasteboard
|
/external/webkit/Source/WebCore/platform/android/ |
D | DragDataAndroid.cpp | 35 bool DragData::canSmartReplace() const in canSmartReplace() function in WebCore::DragData
|
D | TemporaryLinkStubs.cpp | 134 bool Pasteboard::canSmartReplace() in canSmartReplace() function in Pasteboard
|
/external/webkit/Source/WebCore/platform/wx/ |
D | DragDataWx.cpp | 35 bool DragData::canSmartReplace() const in canSmartReplace() function in WebCore::DragData
|
D | PasteboardWx.cpp | 69 bool Pasteboard::canSmartReplace() in canSmartReplace() function in WebCore::Pasteboard
|
/external/webkit/Source/WebCore/platform/efl/ |
D | DragDataEfl.cpp | 29 bool DragData::canSmartReplace() const in canSmartReplace() function in WebCore::DragData
|
D | PasteboardEfl.cpp | 74 bool Pasteboard::canSmartReplace() in canSmartReplace() function in WebCore::Pasteboard
|
/external/webkit/Source/WebCore/platform/wince/ |
D | DragDataWinCE.cpp | 69 bool DragData::canSmartReplace() const in canSmartReplace() function in WebCore::DragData
|
D | PasteboardWinCE.cpp | 230 bool Pasteboard::canSmartReplace() in canSmartReplace() function in WebCore::Pasteboard
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | DragDataHaiku.cpp | 37 bool DragData::canSmartReplace() const in canSmartReplace() function in WebCore::DragData
|
D | PasteboardHaiku.cpp | 127 bool Pasteboard::canSmartReplace() in canSmartReplace() function in WebCore::Pasteboard
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | DragDataGtk.cpp | 29 bool DragData::canSmartReplace() const in canSmartReplace() function in WebCore::DragData
|
D | PasteboardGtk.cpp | 117 bool Pasteboard::canSmartReplace() in canSmartReplace() function in WebCore::Pasteboard
|
/external/webkit/Source/WebCore/platform/qt/ |
D | DragDataQt.cpp | 41 bool DragData::canSmartReplace() const in canSmartReplace() function in WebCore::DragData
|
D | PasteboardQt.cpp | 83 bool Pasteboard::canSmartReplace() in canSmartReplace() function in WebCore::Pasteboard
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | DragDataChromium.cpp | 100 bool DragData::canSmartReplace() const in canSmartReplace() function in WebCore::DragData
|
D | PasteboardChromium.cpp | 156 bool Pasteboard::canSmartReplace() in canSmartReplace() function in WebCore::Pasteboard
|
/external/webkit/Source/WebCore/platform/ |
D | Pasteboard.h | 106 bool canSmartReplace();
|
D | DragData.h | 119 bool canSmartReplace() const;
|
/external/webkit/Source/WebCore/platform/win/ |
D | DragDataWin.cpp | 149 bool DragData::canSmartReplace() const in canSmartReplace() function in WebCore::DragData
|
D | PasteboardWin.cpp | 249 bool Pasteboard::canSmartReplace() in canSmartReplace() function in WebCore::Pasteboard
|
/external/webkit/Source/WebCore/platform/mac/ |
D | DragDataMac.mm | 62 bool DragData::canSmartReplace() const
|
D | PasteboardMac.mm | 339 bool Pasteboard::canSmartReplace()
|
/external/webkit/Source/WebCore/page/ |
D | DragController.cpp | 466 …Delete && innerFrame->selection()->granularity() == WordGranularity && dragData->canSmartReplace(); in concludeEditDrag() 471 if (dragData->canSmartReplace()) in concludeEditDrag()
|