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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Pasteboard.h 62 void writeSelection(Range*, bool canSmartCopyOrDelete, Frame*, ShouldSerializeSelectedTextForClipboard = DefaultSelectedTextType);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
PasteboardChromium.cpp 84 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame, ShouldSerializeSelectedTextForClipboard shouldSerializeSelectedTextForClipboard)
94 WebKit::Platform::current()->clipboard()->writeHTML(html, url, plainText, canSmartCopyOrDelete);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 285 bool Editor::canSmartCopyOrDelete()
302 TypingCommand::deleteKeyPressed(m_frame->document(), canSmartCopyOrDelete() ? TypingCommand::SmartDelete : 0, granularity);
307 deleteSelectionWithSmartDelete(canSmartCopyOrDelete());
312 if (canSmartCopyOrDelete())
917 canSmartCopyOrDelete() ? Pasteboard::CanSmartReplace : Pasteboard::CannotSmartReplace);
919 Pasteboard::generalPasteboard()->writeSelection(selection.get(), canSmartCopyOrDelete(), m_frame, IncludeImageAltTextForClipboard);
920 deleteSelectionWithSmartDelete(canSmartCopyOrDelete());
    [all...]
Editor.h 97 bool canSmartCopyOrDelete();

Completed in 30 milliseconds