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 45 CanSmartReplace,
53 bool canSmartReplace();
Pasteboard.cpp 98 bool Pasteboard::canSmartReplace()
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragData.h 71 bool canSmartReplace() const;
DragData.cpp 117 bool DragData::canSmartReplace() const
DragController.cpp 506 bool smartInsert = smartDelete && innerFrame->selection().granularity() == WordGranularity && dragData->canSmartReplace();
511 if (dragData->canSmartReplace())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 486 return smartInsertDeleteEnabled() && pasteboard->canSmartReplace();
    [all...]

Completed in 40 milliseconds