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/clipboard/
Pasteboard.h 64 void writeHTML(const String& markup, const KURL& documentURL, const String& plainText, bool canSmartCopyOrDelete);
Pasteboard.cpp 128 void Pasteboard::writeHTML(const String& markup, const KURL& documentURL, const String& plainText, bool canSmartCopyOrDelete)
136 blink::Platform::current()->clipboard()->writeHTML(markup, documentURL, text, canSmartCopyOrDelete);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 278 bool Editor::canSmartCopyOrDelete() const
298 TypingCommand::deleteKeyPressed(*frame().document(), canSmartCopyOrDelete() ? TypingCommand::SmartDelete : 0, granularity);
303 deleteSelectionWithSmartDelete(canSmartCopyOrDelete());
308 if (canSmartCopyOrDelete())
421 pasteboard->writeHTML(html, url, plainText, canSmartCopyOrDelete());
836 canSmartCopyOrDelete() ? Pasteboard::CanSmartReplace : Pasteboard::CannotSmartReplace);
840 deleteSelectionWithSmartDelete(canSmartCopyOrDelete());
852 canSmartCopyOrDelete() ? Pasteboard::CanSmartReplace : Pasteboard::CannotSmartReplace);
893 deleteSelectionWithSmartDelete(canSmartCopyOrDelete());
    [all...]
Editor.h 84 bool canSmartCopyOrDelete() const;

Completed in 4804 milliseconds