/external/webkit/Source/WebCore/platform/efl/ |
D | PasteboardEfl.cpp | 38 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() 40 static Pasteboard* pasteboard = new Pasteboard(); in generalPasteboard() 44 Pasteboard::Pasteboard() in Pasteboard() function in WebCore::Pasteboard 49 void Pasteboard::writePlainText(const String&) in writePlainText() 54 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) in writeSelection() 59 void Pasteboard::writeURL(const KURL&, const String&, Frame*) in writeURL() 64 void Pasteboard::writeImage(Node* node, const KURL&, const String&) in writeImage() 69 void Pasteboard::clear() in clear() 74 bool Pasteboard::canSmartReplace() in canSmartReplace() 80 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, in documentFragment() [all …]
|
/external/webkit/Source/WebCore/platform/brew/ |
D | PasteboardBrew.cpp | 39 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() 41 static Pasteboard* pasteboard = new Pasteboard; in generalPasteboard() 45 Pasteboard::Pasteboard() in Pasteboard() function in WebCore::Pasteboard 50 void Pasteboard::clear() in clear() 55 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) in writeSelection() 60 void Pasteboard::writePlainText(const String& text) in writePlainText() 65 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) in writeURL() 70 void Pasteboard::writeImage(Node* node, const KURL&, const String&) in writeImage() 75 bool Pasteboard::canSmartReplace() in canSmartReplace() 81 String Pasteboard::plainText(Frame* frame) in plainText() [all …]
|
/external/webkit/Source/WebCore/platform/wx/ |
D | PasteboardWx.cpp | 43 Pasteboard::Pasteboard() in Pasteboard() function in WebCore::Pasteboard 47 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() 49 static Pasteboard* pasteboard = new Pasteboard(); in generalPasteboard() 53 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) in writeSelection() 61 void Pasteboard::writePlainText(const String& text) in writePlainText() 69 bool Pasteboard::canSmartReplace() in canSmartReplace() 75 String Pasteboard::plainText(Frame* frame) in plainText() 81 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, in documentFragment() 100 void Pasteboard::writeURL(const KURL& url, const String&, Frame*) in writeURL() 108 void Pasteboard::clear() in clear() [all …]
|
D | ClipboardWx.cpp | 57 Pasteboard::generalPasteboard()->clear(); in clearAllData() 127 Pasteboard::generalPasteboard()->writeURL(url, string, frame); in writeURL() 143 Pasteboard::generalPasteboard()->writePlainText(text); in writePlainText()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | PasteboardGtk.cpp | 40 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() 42 static Pasteboard* pasteboard = new Pasteboard(); in generalPasteboard() 46 Pasteboard::Pasteboard() in Pasteboard() function in WebCore::Pasteboard 51 Pasteboard::~Pasteboard() in ~Pasteboard() 56 PasteboardHelper* Pasteboard::helper() in helper() 61 void Pasteboard::setHelper(PasteboardHelper* helper) in setHelper() 66 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) in writeSelection() 75 void Pasteboard::writePlainText(const String& text) in writePlainText() 83 void Pasteboard::writeURL(const KURL& url, const String& label, Frame* frame) in writeURL() 94 void Pasteboard::writeImage(Node* node, const KURL&, const String&) in writeImage() [all …]
|
D | ClipboardGtk.cpp | 63 , m_helper(Pasteboard::generalPasteboard()->helper()) in ClipboardGtk() 72 , m_helper(Pasteboard::generalPasteboard()->helper()) in ClipboardGtk()
|
/external/webkit/Source/WebCore/platform/qt/ |
D | PasteboardQt.cpp | 47 Pasteboard::Pasteboard() in Pasteboard() function in WebCore::Pasteboard 52 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() 54 static Pasteboard* pasteboard = 0; in generalPasteboard() 56 pasteboard = new Pasteboard(); in generalPasteboard() 60 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) in writeSelection() 83 bool Pasteboard::canSmartReplace() in canSmartReplace() 92 String Pasteboard::plainText(Frame*) in plainText() 101 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, in documentFragment() 129 void Pasteboard::writePlainText(const String& text) in writePlainText() 140 void Pasteboard::writeURL(const KURL& url, const String&, Frame*) in writeURL() [all …]
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PasteboardChromium.cpp | 56 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() 58 static Pasteboard* pasteboard = new Pasteboard; in generalPasteboard() 62 Pasteboard::Pasteboard() in Pasteboard() function in WebCore::Pasteboard 67 void Pasteboard::clear() in clear() 73 bool Pasteboard::isSelectionMode() const in isSelectionMode() 78 void Pasteboard::setSelectionMode(bool selectionMode) in setSelectionMode() 83 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) in writeSelection() 97 void Pasteboard::writePlainText(const String& text) in writePlainText() 108 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) in writeURL() 122 void Pasteboard::writeImage(Node* node, const KURL&, const String& title) in writeImage() [all …]
|
D | ReadableDataObject.cpp | 80 Pasteboard::generalPasteboard()->isSelectionMode() ? in getData() 86 Pasteboard::generalPasteboard()->isSelectionMode() ? in getData()
|
D | ChromiumDataObjectLegacy.cpp | 132 Pasteboard::generalPasteboard()->isSelectionMode() ? in getData() 156 Pasteboard::generalPasteboard()->isSelectionMode() ? in getData()
|
D | ChromiumDataObject.cpp | 134 Pasteboard::generalPasteboard()->isSelectionMode() ? in getData() 158 Pasteboard::generalPasteboard()->isSelectionMode() ? in getData()
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | PasteboardHaiku.cpp | 47 Pasteboard::Pasteboard() in Pasteboard() function in WebCore::Pasteboard 51 Pasteboard::~Pasteboard() in ~Pasteboard() 55 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() 57 static Pasteboard pasteboard; in generalPasteboard() 86 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) in writeSelection() 111 void Pasteboard::writePlainText(const String& text) in writePlainText() 127 bool Pasteboard::canSmartReplace() in canSmartReplace() 133 String Pasteboard::plainText(Frame* frame) in plainText() 152 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, in documentFragment() 194 void Pasteboard::writeURL(const KURL& url, const String&, Frame*) in writeURL() [all …]
|
/external/webkit/Source/WebCore/platform/android/ |
D | TemporaryLinkStubs.cpp | 109 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() 111 return new Pasteboard(); in generalPasteboard() 114 void Pasteboard::writeSelection(Range*, bool, Frame*) in writeSelection() 119 void Pasteboard::writePlainText(const String&) in writePlainText() 124 void Pasteboard::writeURL(const KURL&, const String&, Frame*) in writeURL() 129 void Pasteboard::clear() in clear() 134 bool Pasteboard::canSmartReplace() in canSmartReplace() 140 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame*, PassRefPtr<Range>, bool, bool&) in documentFragment() 146 String Pasteboard::plainText(Frame*) in plainText() 152 Pasteboard::Pasteboard() in Pasteboard() function in Pasteboard [all …]
|
/external/webkit/Source/WebCore/platform/wince/ |
D | PasteboardWinCE.cpp | 79 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() 81 static Pasteboard* pasteboard = new Pasteboard; in generalPasteboard() 85 Pasteboard::Pasteboard() in Pasteboard() function in WebCore::Pasteboard 103 void Pasteboard::clear() in clear() 111 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) in writeSelection() 146 void Pasteboard::writePlainText(const String& text) in writePlainText() 161 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) in writeURL() 201 void Pasteboard::writeImage(Node* node, const KURL&, const String&) in writeImage() 230 bool Pasteboard::canSmartReplace() in canSmartReplace() 235 String Pasteboard::plainText(Frame* frame) in plainText() [all …]
|
/external/webkit/Source/WebCore/platform/win/ |
D | PasteboardWin.cpp | 81 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() 83 static Pasteboard* pasteboard = new Pasteboard; in generalPasteboard() 87 Pasteboard::Pasteboard() in Pasteboard() function in WebCore::Pasteboard 109 void Pasteboard::clear() in clear() 117 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) in writeSelection() 154 void Pasteboard::writePlainText(const String& text) in writePlainText() 169 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) in writeURL() 209 void Pasteboard::writeImage(Node* node, const KURL&, const String&) in writeImage() 249 bool Pasteboard::canSmartReplace() in canSmartReplace() 254 String Pasteboard::plainText(Frame* frame) in plainText() [all …]
|
/external/webkit/Source/WebCore/platform/ |
D | Pasteboard.h | 84 class Pasteboard { 85 WTF_MAKE_NONCOPYABLE(Pasteboard); WTF_MAKE_FAST_ALLOCATED; 93 Pasteboard(NSPasteboard *); 96 static Pasteboard* generalPasteboard(); 118 ~Pasteboard(); 122 Pasteboard();
|
/external/webkit/Source/WebCore/platform/mac/ |
D | PasteboardMac.mm | 27 #import "Pasteboard.h" 115 Pasteboard* Pasteboard::generalPasteboard() 117 static Pasteboard* pasteboard = new Pasteboard([NSPasteboard generalPasteboard]); 121 Pasteboard::Pasteboard(NSPasteboard* pboard) 126 void Pasteboard::clear() 131 void Pasteboard::writeSelection(NSPasteboard* pasteboard, NSArray* pasteboardTypes, Range* selected… 134 Pasteboard::generalPasteboard(); // Initializes pasteboard types. 164 // we can't call WebCore::Pasteboard's method for setting types. 219 void Pasteboard::writePlainText(NSPasteboard* pasteboard, const String& text) 227 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) [all …]
|
D | DragDataMac.mm | 35 #import "Pasteboard.h" 64 //Need to call this so that the various Pasteboard type strings are intialised 65 Pasteboard::generalPasteboard(); 101 Pasteboard pasteboard(m_pasteboard.get()); 147 Pasteboard pasteboard(m_pasteboard.get()); 153 Pasteboard pasteboard(m_pasteboard.get());
|
D | ClipboardMac.mm | 38 #import "Pasteboard.h" 373 …Pasteboard::writeSelection(m_pasteboard.get(), 0, range, frame->editor()->smartInsertDeleteEnabled… 378 Pasteboard::writePlainText(m_pasteboard.get(), text); 385 Pasteboard::writeURL(m_pasteboard.get(), nil, url, title, frame);
|
/external/webkit/Source/WebCore/editing/ |
D | Editor.h | 62 class Pasteboard; variable 408 bool canSmartReplaceWithPasteboard(Pasteboard*); 410 void pasteAsPlainTextWithPasteboard(Pasteboard*); 411 void pasteWithPasteboard(Pasteboard*, bool allowPlainText); 414 void writeSelectionToPasteboard(Pasteboard*);
|
D | Editor.cpp | 362 pasteAsPlainTextWithPasteboard(Pasteboard::generalPasteboard()); in pasteAsPlainTextBypassingDHTML() 365 void Editor::pasteAsPlainTextWithPasteboard(Pasteboard* pasteboard) in pasteAsPlainTextWithPasteboard() 373 void Editor::pasteWithPasteboard(Pasteboard* pasteboard, bool allowPlainText) in pasteWithPasteboard() 383 bool Editor::canSmartReplaceWithPasteboard(Pasteboard* pasteboard) in canSmartReplaceWithPasteboard() 454 Pasteboard::generalPasteboard()->clear(); in tryDHTMLCopy() 467 Pasteboard::generalPasteboard()->clear(); in tryDHTMLCut() 477 void Editor::writeSelectionToPasteboard(Pasteboard* pasteboard) in writeSelectionToPasteboard() 1177 Pasteboard::generalPasteboard()->writePlainText(selectedText()); in cut() 1179 … Pasteboard::generalPasteboard()->writeSelection(selection.get(), canSmartCopyOrDelete(), m_frame); in cut() 1195 Pasteboard::generalPasteboard()->writePlainText(selectedText()); in copy() [all …]
|
/external/webkit/Source/WebCore/editing/mac/ |
D | EditorMac.mm | 37 #import "Pasteboard.h" 64 void Editor::pasteWithPasteboard(Pasteboard* pasteboard, bool allowPlainText) 216 …Pasteboard::writeSelection([NSPasteboard pasteboardWithName:pasteboardName], types.get(), selected… 221 Pasteboard pasteboard([NSPasteboard pasteboardWithName:pasteboardName]);
|
/external/webkit/Source/WebCore/inspector/ |
D | InjectedScriptHost.cpp | 135 Pasteboard::generalPasteboard()->writePlainText(text); in copyText()
|
D | InspectorFrontendHost.cpp | 220 Pasteboard::generalPasteboard()->writePlainText(text); in copyText()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitglobals.cpp | 274 Pasteboard::generalPasteboard()->setHelper(WebKit::pasteboardHelperInstance()); in webkitInit()
|