Home
last modified time | relevance | path

Searched refs:canSmartCopyOrDelete (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/clipboard/
DPasteboard.cpp128 …(const String& markup, const KURL& documentURL, const String& plainText, bool canSmartCopyOrDelete) in writeHTML() argument
136 …link::Platform::current()->clipboard()->writeHTML(markup, documentURL, text, canSmartCopyOrDelete); in writeHTML()
DPasteboard.h64 …const String& markup, const KURL& documentURL, const String& plainText, bool canSmartCopyOrDelete);
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp278 bool Editor::canSmartCopyOrDelete() const in canSmartCopyOrDelete() function in blink::Editor
298 …TypingCommand::deleteKeyPressed(*frame().document(), canSmartCopyOrDelete() ? TypingCommand::Smart… in deleteWithDirection()
303 deleteSelectionWithSmartDelete(canSmartCopyOrDelete()); in deleteWithDirection()
308 if (canSmartCopyOrDelete()) in deleteWithDirection()
421 pasteboard->writeHTML(html, url, plainText, canSmartCopyOrDelete()); in writeSelectionToPasteboard()
836canSmartCopyOrDelete() ? Pasteboard::CanSmartReplace : Pasteboard::CannotSmartReplace); in cut()
840 deleteSelectionWithSmartDelete(canSmartCopyOrDelete()); in cut()
852 canSmartCopyOrDelete() ? Pasteboard::CanSmartReplace : Pasteboard::CannotSmartReplace); in copy()
893 deleteSelectionWithSmartDelete(canSmartCopyOrDelete()); in performDelete()
DEditor.h84 bool canSmartCopyOrDelete() const;