HomeSort by relevance Sort by last modified time
    Searched refs:canSmartReplace (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Pasteboard.h 57 CanSmartReplace,
68 bool canSmartReplace();
DragData.h 72 bool canSmartReplace() const;
DragData.cpp 120 bool DragData::canSmartReplace() const
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
PasteboardChromium.cpp 163 bool Pasteboard::canSmartReplace()
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 501 bool smartInsert = smartDelete && innerFrame->selection()->granularity() == WordGranularity && dragData->canSmartReplace();
506 if (dragData->canSmartReplace())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 385 return client() && client()->smartInsertDeleteEnabled() && pasteboard->canSmartReplace();
917 canSmartCopyOrDelete() ? Pasteboard::CanSmartReplace : Pasteboard::CannotSmartReplace);
    [all...]

Completed in 1992 milliseconds