Home
last modified time | relevance | path

Searched refs:canSmartReplace (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
DPasteboard.h53 bool canSmartReplace();
DPasteboard.cpp98 bool Pasteboard::canSmartReplace() in canSmartReplace() function in WebCore::Pasteboard
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragData.h71 bool canSmartReplace() const;
DDragData.cpp117 bool DragData::canSmartReplace() const in canSmartReplace() function in WebCore::DragData
DDragController.cpp506 …tDelete && innerFrame->selection().granularity() == WordGranularity && dragData->canSmartReplace(); in concludeEditDrag()
511 if (dragData->canSmartReplace()) in concludeEditDrag()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp486 return smartInsertDeleteEnabled() && pasteboard->canSmartReplace(); in canSmartReplaceWithPasteboard()