Home
last modified time | relevance | path

Searched refs:PasteboardHelper (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DPasteboardHelper.cpp68 PasteboardHelper::PasteboardHelper() in PasteboardHelper() function in WebCore::PasteboardHelper
74 PasteboardHelper::~PasteboardHelper() in ~PasteboardHelper()
79 void PasteboardHelper::initializeTargetList() in initializeTargetList()
100 GtkClipboard* PasteboardHelper::getCurrentClipboard(Frame* frame) in getCurrentClipboard()
107 GtkClipboard* PasteboardHelper::getClipboard(Frame* frame) const in getClipboard()
112 GtkClipboard* PasteboardHelper::getPrimarySelectionClipboard(Frame* frame) const in getPrimarySelectionClipboard()
117 GtkTargetList* PasteboardHelper::targetList() const in targetList()
129 void PasteboardHelper::getClipboardContents(GtkClipboard* clipboard) in getClipboardContents()
157 void PasteboardHelper::fillSelectionData(GtkSelectionData* selectionData, guint info, DataObjectGtk… in fillSelectionData()
192 GtkTargetList* PasteboardHelper::targetListForDataObject(DataObjectGtk* dataObject) in targetListForDataObject()
[all …]
DPasteboardHelper.h39 class PasteboardHelper {
41 PasteboardHelper();
42 virtual ~PasteboardHelper();
DClipboardGtk.h37 class PasteboardHelper; variable
77 PasteboardHelper* helper() { return m_helper; } in helper()
86 PasteboardHelper* m_helper;
DPasteboardGtk.cpp56 PasteboardHelper* Pasteboard::helper() in helper()
61 void Pasteboard::setHelper(PasteboardHelper* helper) in setHelper()
/external/webkit/Source/WebCore/platform/mac/
DPasteboardHelper.h47 class PasteboardHelper {
49 virtual ~PasteboardHelper() {} in ~PasteboardHelper()
/external/webkit/Source/WebCore/platform/
DPasteboard.h116 void setHelper(PasteboardHelper*);
117 PasteboardHelper* helper();
144 PasteboardHelper* m_helper;
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DPasteboardHelperGtk.h39 class PasteboardHelperGtk : public PasteboardHelper {
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2411747 * platform/gtk/PasteboardHelper.h: Make targetListForDataObject a public method.
12271 Add support in the PasteboardHelper for images, in preparation for drag-and-drop data.
12275 * platform/gtk/PasteboardHelper.cpp:
12276 (WebCore::PasteboardHelper::fillSelectionData): Add support for images here.
12277 (WebCore::PasteboardHelper::targetListForDataObject): Add support for images here.
14903 * platform/gtk/PasteboardHelper.cpp:
14904 …(WebCore::PasteboardHelper::initializeTargetList): Added target ID's for URI list and Netscape URL…
14906 (WebCore::PasteboardHelper::getClipboardContents): Added.
14907 (WebCore::PasteboardHelper::fillSelectionData): Added logic for URI lists and Netscape URLs.
14908 (WebCore::PasteboardHelper::targetListForDataObject): Ditto.
[all …]
DWebCore.gypi860 'platform/gtk/PasteboardHelper.h',
4542 'platform/gtk/PasteboardHelper.cpp',
4655 'platform/mac/PasteboardHelper.h',
DGNUmakefile.list.am3790 Source/WebCore/platform/gtk/PasteboardHelper.cpp \
3791 Source/WebCore/platform/gtk/PasteboardHelper.h \
DGNUmakefile.am3766 Source/WebCore/platform/gtk/PasteboardHelper.cpp \
3767 Source/WebCore/platform/gtk/PasteboardHelper.h \
DChangeLog-2010-12-0621494 * platform/gtk/PasteboardHelper.cpp:
21497 (WebCore::PasteboardHelper::getClipboardContents): Remove the meta tag prefix.
21498 (WebCore::PasteboardHelper::fillSelectionData): Add the meta tag prefix.
21499 (WebCore::PasteboardHelper::fillDataObjectFromDropData): Remove the meta tag prefix
35329 * platform/gtk/PasteboardHelper.cpp:
35330 (WebCore::PasteboardHelper::getClipboardContents): Use the uriList as a string now.
35331 (WebCore::PasteboardHelper::fillSelectionData): Ditto.
35332 (WebCore::PasteboardHelper::fillDataObjectFromDropData): Ditto.
64987 * platform/gtk/PasteboardHelper.h: Ditto.
71531 * platform/gtk/PasteboardHelper.cpp:
[all …]
DChangeLog-2011-02-1628699 … * platform/DragData.h: Removed Mac specific constructor and reference to PasteboardHelper class.
37615 * platform/gtk/PasteboardHelper.cpp: do not call GDK functions to
37621 (WebCore::PasteboardHelper::PasteboardHelper): call it.
DChangeLog-2007-10-1461981 * platform/mac/PasteboardHelper.h: Added.
61982 (WebCore::PasteboardHelper::~PasteboardHelper):
DChangeLog-2009-06-1610488 PasteboardHelper interface we can make this decision
10496 * platform/gtk/PasteboardHelper.h:
16929 * platform/gtk/PasteboardHelper.h:
DChangeLog-2010-01-2919033 * platform/gtk/PasteboardHelper.h:
36909 * platform/gtk/PasteboardHelper.h:
71376 * platform/gtk/PasteboardHelper.h:
DChangeLog-2008-08-1053342 * platform/gtk/PasteboardHelper.h:
63299 * platform/gtk/PasteboardHelper.h: Added.
/external/webkit/Source/WebKit/gtk/
DChangeLog6607 …bKit::DragClient::startDrag): Start the drag context via the ClipboardGtk and PasteboardHelper now.
6883 Move most of the PasteboardHelper logic into WebCore. This helps
15998 WebCore::PasteboardHelper.
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj3279 …40B576B4B002CA450 /* PasteboardHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D3C5230B5…
9849 …B002CA450 /* PasteboardHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
14242 A7D3C5230B576B4B002CA450 /* PasteboardHelper.h */,
22119 A7D3C5240B576B4B002CA450 /* PasteboardHelper.h in Headers */,