/external/webkit/Source/WebCore/platform/wx/ |
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()
|
D | PasteboardWx.cpp | 47 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() function in WebCore::Pasteboard
|
/external/webkit/Source/WebCore/platform/chromium/ |
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()
|
D | PasteboardChromium.cpp | 56 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() function in WebCore::Pasteboard
|
/external/webkit/Source/WebCore/platform/efl/ |
D | PasteboardEfl.cpp | 38 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() function in WebCore::Pasteboard
|
/external/webkit/Source/WebCore/platform/brew/ |
D | PasteboardBrew.cpp | 39 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() function in WebCore::Pasteboard
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | ClipboardGtk.cpp | 63 , m_helper(Pasteboard::generalPasteboard()->helper()) in ClipboardGtk() 72 , m_helper(Pasteboard::generalPasteboard()->helper()) in ClipboardGtk()
|
D | PasteboardGtk.cpp | 40 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() function in WebCore::Pasteboard
|
D | PasteboardHelper.cpp | 266 Pasteboard::generalPasteboard()->helper()->fillSelectionData(selectionData, info, dataObject); in getClipboardContentsCallback()
|
/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/chromium/chrome/browser/bookmarks/ |
D | bookmark_pasteboard_helper_mac.mm | 271 NSPasteboard* pb = [NSPasteboard generalPasteboard]; 284 NSPasteboard* pb = [NSPasteboard generalPasteboard]; 296 NSPasteboard* pb = [NSPasteboard generalPasteboard];
|
/external/webkit/Source/WebCore/platform/ |
D | Pasteboard.h | 96 static Pasteboard* generalPasteboard();
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitglobals.cpp | 274 Pasteboard::generalPasteboard()->setHelper(WebKit::pasteboardHelperInstance()); in webkitInit()
|
/external/webkit/Source/WebCore/editing/ |
D | Editor.cpp | 362 pasteAsPlainTextWithPasteboard(Pasteboard::generalPasteboard()); in pasteAsPlainTextBypassingDHTML() 454 Pasteboard::generalPasteboard()->clear(); in tryDHTMLCopy() 467 Pasteboard::generalPasteboard()->clear(); in tryDHTMLCut() 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() 1199 … Pasteboard::generalPasteboard()->writeImage(imageElement, document->url(), document->title()); in copy() 1201 …Pasteboard::generalPasteboard()->writeSelection(selectedRange().get(), canSmartCopyOrDelete(), m_f… in copy() 1218 pasteWithPasteboard(Pasteboard::generalPasteboard(), true); in paste() 1220 pasteAsPlainTextWithPasteboard(Pasteboard::generalPasteboard()); in paste() [all …]
|
/external/webkit/Source/WebCore/platform/mac/ |
D | PasteboardMac.mm | 115 Pasteboard* Pasteboard::generalPasteboard() 117 static Pasteboard* pasteboard = new Pasteboard([NSPasteboard generalPasteboard]); 134 Pasteboard::generalPasteboard(); // Initializes pasteboard types. 235 Pasteboard::generalPasteboard(); // Initializes pasteboard types. 247 Pasteboard::generalPasteboard(); // Initializes pasteboard types.
|
D | DragDataMac.mm | 65 Pasteboard::generalPasteboard();
|
/external/webkit/Source/WebCore/editing/mac/ |
D | EditorMac.mm | 46 …return ClipboardMac::create(Clipboard::CopyAndPaste, [NSPasteboard generalPasteboard], policy, fra… 69 m_frame->editor()->client()->setInsertionPasteboard([NSPasteboard generalPasteboard]);
|
/external/webkit/Source/WebCore/platform/android/ |
D | TemporaryLinkStubs.cpp | 109 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() function in Pasteboard
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | PasteboardHaiku.cpp | 55 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() function in WebCore::Pasteboard
|
/external/webkit/Source/WebCore/platform/qt/ |
D | PasteboardQt.cpp | 52 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() function in WebCore::Pasteboard
|
/external/webkit/Source/WebCore/platform/wince/ |
D | PasteboardWinCE.cpp | 79 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() function in WebCore::Pasteboard
|
/external/webkit/Source/WebCore/platform/win/ |
D | PasteboardWin.cpp | 81 Pasteboard* Pasteboard::generalPasteboard() in generalPasteboard() function in WebCore::Pasteboard
|