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 65 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 277 bool Editor::canSmartCopyOrDelete() const
297 TypingCommand::deleteKeyPressed(*m_frame.document(), canSmartCopyOrDelete() ? TypingCommand::SmartDelete : 0, granularity);
302 deleteSelectionWithSmartDelete(canSmartCopyOrDelete());
307 if (canSmartCopyOrDelete())
420 pasteboard->writeHTML(html, url, plainText, canSmartCopyOrDelete());
859 canSmartCopyOrDelete() ? Pasteboard::CanSmartReplace : Pasteboard::CannotSmartReplace);
863 deleteSelectionWithSmartDelete(canSmartCopyOrDelete());
875 canSmartCopyOrDelete() ? Pasteboard::CanSmartReplace : Pasteboard::CannotSmartReplace);
916 deleteSelectionWithSmartDelete(canSmartCopyOrDelete());
    [all...]
Editor.h 92 bool canSmartCopyOrDelete() const;

Completed in 42 milliseconds