/external/chromium_org/third_party/WebKit/Source/core/platform/ |
D | Pasteboard.cpp | 48 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 …]
|
D | Pasteboard.h | 41 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/ |
D | Editor.cpp | 385 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 …]
|
D | Editor.h | 53 class Pasteboard; variable 268 bool canSmartReplaceWithPasteboard(Pasteboard*); 269 void pasteAsPlainTextWithPasteboard(Pasteboard*); 270 void pasteWithPasteboard(Pasteboard*); 271 void writeSelectionToPasteboard(Pasteboard*, Range*, const String& plainText);
|
D | EditorCommand.cpp | 942 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/ |
D | InspectorFrontendHost.cpp | 157 Pasteboard::generalPasteboard()->writePlainText(text, Pasteboard::CannotSmartReplace); in copyText()
|
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/ |
D | ChromiumDataObjectItem.cpp | 159 blink::WebClipboard::Buffer buffer = Pasteboard::generalPasteboard()->buffer(); in internalGetAsString()
|
D | ChromiumDataObject.cpp | 45 blink::WebClipboard::Buffer buffer = Pasteboard::generalPasteboard()->buffer(); in createFromPasteboard()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_platform.target.linux-mips.mk | 27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \
|
D | webcore_platform.target.darwin-mips.mk | 27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \
|
D | webcore_platform.target.darwin-arm.mk | 27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \
|
D | webcore_platform.target.linux-arm.mk | 27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \
|
D | webcore_platform.target.linux-x86.mk | 27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \
|
D | webcore_platform.target.darwin-x86.mk | 27 third_party/WebKit/Source/core/platform/Pasteboard.cpp \
|
D | core.gypi | 2690 'platform/Pasteboard.cpp', 2691 'platform/Pasteboard.h',
|
/external/chromium_org/chrome/browser/bookmarks/ |
D | bookmark_pasteboard_helper_mac.mm | 23 // Pasteboard type used to store profile path to determine which profile
|
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_pasteboard_helper_mac.mm | 24 // Pasteboard type used to store profile path to determine which profile
|