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

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPasteboard.h68 bool canSmartReplace();
H A DDragData.h72 bool canSmartReplace() const;
H A DDragData.cpp120 bool DragData::canSmartReplace() const function in class:WebCore::DragData
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
H A DPasteboardChromium.cpp163 bool Pasteboard::canSmartReplace() function in class:WebCore::Pasteboard
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp501 bool smartInsert = smartDelete && innerFrame->selection()->granularity() == WordGranularity && dragData->canSmartReplace();
506 if (dragData->canSmartReplace())
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp385 return client() && client()->smartInsertDeleteEnabled() && pasteboard->canSmartReplace();

Completed in 1220 milliseconds