Home
last modified time | relevance | path

Searched refs:Pasteboard (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
DPasteboard.cpp48 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard()
50 static Pasteboard* pasteboard = new Pasteboard; in generalPasteboard()
54 Pasteboard::Pasteboard() in Pasteboard() function in WebCore::Pasteboard
59 bool Pasteboard::isSelectionMode() const in isSelectionMode()
64 void Pasteboard::setSelectionMode(bool selectionMode) in setSelectionMode()
69 void Pasteboard::writePlainText(const String& text, SmartReplaceOption) in writePlainText()
81 void Pasteboard::writeImage(Image* image, const KURL& url, const String& title) in writeImage()
93 void Pasteboard::writeDataObject(PassRefPtr<ChromiumDataObject> dataObject) in writeDataObject()
98 bool Pasteboard::canSmartReplace() in canSmartReplace()
103 bool Pasteboard::isHTMLAvailable() in isHTMLAvailable()
[all …]
DPasteboard.h41 class Pasteboard {
42 WTF_MAKE_NONCOPYABLE(Pasteboard); WTF_MAKE_FAST_ALLOCATED;
49 static Pasteboard* generalPasteboard();
72 Pasteboard();
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp385 void Editor::pasteAsPlainTextWithPasteboard(Pasteboard* pasteboard) in pasteAsPlainTextWithPasteboard()
391 void Editor::pasteWithPasteboard(Pasteboard* pasteboard) in pasteWithPasteboard()
420 void Editor::writeSelectionToPasteboard(Pasteboard* pasteboard, Range* selectedRange, const String&… in writeSelectionToPasteboard()
427 static void writeImageNodeToPasteboard(Pasteboard* pasteboard, Node* node, const String& title) in writeImageNodeToPasteboard()
475 Pasteboard::generalPasteboard()->writeDataObject(dataObject.release()); in dispatchCPPEvent()
484 bool Editor::canSmartReplaceWithPasteboard(Pasteboard* pasteboard) in canSmartReplaceWithPasteboard()
938 Pasteboard::generalPasteboard()->writePlainText(plainText, in cut()
939 … canSmartCopyOrDelete() ? Pasteboard::CanSmartReplace : Pasteboard::CannotSmartReplace); in cut()
941 writeSelectionToPasteboard(Pasteboard::generalPasteboard(), selection.get(), plainText); in cut()
954 Pasteboard::generalPasteboard()->writePlainText(m_frame.selectedTextForClipboard(), in copy()
[all …]
DEditor.h53 class Pasteboard; variable
268 bool canSmartReplaceWithPasteboard(Pasteboard*);
269 void pasteAsPlainTextWithPasteboard(Pasteboard*);
270 void pasteWithPasteboard(Pasteboard*);
271 void writeSelectionToPasteboard(Pasteboard*, Range*, const String& plainText);
DEditorCommand.cpp942 bool oldSelectionMode = Pasteboard::generalPasteboard()->isSelectionMode(); in executePasteGlobalSelection()
943 Pasteboard::generalPasteboard()->setSelectionMode(true); in executePasteGlobalSelection()
945 Pasteboard::generalPasteboard()->setSelectionMode(oldSelectionMode); in executePasteGlobalSelection()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorFrontendHost.cpp157 Pasteboard::generalPasteboard()->writePlainText(text, Pasteboard::CannotSmartReplace); in copyText()
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
DChromiumDataObjectItem.cpp159 blink::WebClipboard::Buffer buffer = Pasteboard::generalPasteboard()->buffer(); in internalGetAsString()
DChromiumDataObject.cpp45 blink::WebClipboard::Buffer buffer = Pasteboard::generalPasteboard()->buffer(); in createFromPasteboard()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_platform.target.linux-mips.mk27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \
Dwebcore_platform.target.darwin-mips.mk27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \
Dwebcore_platform.target.darwin-arm.mk27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \
Dwebcore_platform.target.linux-arm.mk27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \
Dwebcore_platform.target.linux-x86.mk27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \
Dwebcore_platform.target.darwin-x86.mk27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \
Dcore.gypi2690 'platform/Pasteboard.cpp',
2691 'platform/Pasteboard.h',
/external/chromium_org/chrome/browser/bookmarks/
Dbookmark_pasteboard_helper_mac.mm23 // Pasteboard type used to store profile path to determine which profile
/external/chromium/chrome/browser/bookmarks/
Dbookmark_pasteboard_helper_mac.mm24 // Pasteboard type used to store profile path to determine which profile