Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/platform/efl/
DPasteboardEfl.cpp38 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/
DPasteboardBrew.cpp39 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/
DPasteboardWx.cpp43 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 …]
DClipboardWx.cpp57 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/
DPasteboardGtk.cpp40 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 …]
DClipboardGtk.cpp63 , m_helper(Pasteboard::generalPasteboard()->helper()) in ClipboardGtk()
72 , m_helper(Pasteboard::generalPasteboard()->helper()) in ClipboardGtk()
/external/webkit/Source/WebCore/platform/qt/
DPasteboardQt.cpp47 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/
DPasteboardChromium.cpp56 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 …]
DReadableDataObject.cpp80 Pasteboard::generalPasteboard()->isSelectionMode() ? in getData()
86 Pasteboard::generalPasteboard()->isSelectionMode() ? in getData()
DChromiumDataObjectLegacy.cpp132 Pasteboard::generalPasteboard()->isSelectionMode() ? in getData()
156 Pasteboard::generalPasteboard()->isSelectionMode() ? in getData()
DChromiumDataObject.cpp134 Pasteboard::generalPasteboard()->isSelectionMode() ? in getData()
158 Pasteboard::generalPasteboard()->isSelectionMode() ? in getData()
/external/webkit/Source/WebCore/platform/haiku/
DPasteboardHaiku.cpp47 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/
DTemporaryLinkStubs.cpp109 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/
DPasteboardWinCE.cpp79 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/
DPasteboardWin.cpp81 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/
DPasteboard.h84 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/
DPasteboardMac.mm27 #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 …]
DDragDataMac.mm35 #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());
DClipboardMac.mm38 #import "Pasteboard.h"
373Pasteboard::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/
DEditor.h62 class Pasteboard; variable
408 bool canSmartReplaceWithPasteboard(Pasteboard*);
410 void pasteAsPlainTextWithPasteboard(Pasteboard*);
411 void pasteWithPasteboard(Pasteboard*, bool allowPlainText);
414 void writeSelectionToPasteboard(Pasteboard*);
DEditor.cpp362 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()
1179Pasteboard::generalPasteboard()->writeSelection(selection.get(), canSmartCopyOrDelete(), m_frame); in cut()
1195 Pasteboard::generalPasteboard()->writePlainText(selectedText()); in copy()
[all …]
/external/webkit/Source/WebCore/editing/mac/
DEditorMac.mm37 #import "Pasteboard.h"
64 void Editor::pasteWithPasteboard(Pasteboard* pasteboard, bool allowPlainText)
216Pasteboard::writeSelection([NSPasteboard pasteboardWithName:pasteboardName], types.get(), selected…
221 Pasteboard pasteboard([NSPasteboard pasteboardWithName:pasteboardName]);
/external/webkit/Source/WebCore/inspector/
DInjectedScriptHost.cpp135 Pasteboard::generalPasteboard()->writePlainText(text); in copyText()
DInspectorFrontendHost.cpp220 Pasteboard::generalPasteboard()->writePlainText(text); in copyText()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitglobals.cpp274 Pasteboard::generalPasteboard()->setHelper(WebKit::pasteboardHelperInstance()); in webkitInit()

12