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 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 281 bool Editor::canSmartCopyOrDelete() const
301 TypingCommand::deleteKeyPressed(*m_frame.document(), canSmartCopyOrDelete() ? TypingCommand::SmartDelete : 0, granularity);
306 deleteSelectionWithSmartDelete(canSmartCopyOrDelete());
311 if (canSmartCopyOrDelete())
424 pasteboard->writeHTML(html, url, plainText, canSmartCopyOrDelete());
    [all...]
Editor.h 91 bool canSmartCopyOrDelete() const;

Completed in 661 milliseconds