Searched defs:pasteboard (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DPasteboardEfl.cpp34 static Pasteboard* pasteboard = new Pasteboard(); local
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DClipboard.h138 const Pasteboard& pasteboard() { return *m_pasteboard; } function in class:WebCore::Clipboard
H A DClipboard.cpp59 Clipboard(ClipboardAccessPolicy policy, ClipboardType clipboardType , PassOwnPtr<Pasteboard> pasteboard, bool forFileDrag ) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DPasteboardBlackBerry.cpp35 static Pasteboard* pasteboard = new Pasteboard(); local
/macosx-10.9.5/WebCore-7537.78.1/platform/wince/
H A DPasteboardWinCE.cpp82 static Pasteboard* pasteboard = new Pasteboard; local
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DPasteboardGtk.cpp85 static Pasteboard* pasteboard = Pasteboard::create(gtk_clipboard_get(GDK_SELECTION_CLIPBOARD)).leakPtr(); local
91 static Pasteboard* pasteboard = Pasteboard::create(gtk_clipboard_get(GDK_SELECTION_PRIMARY)).leakPtr(); local
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DPasteboardQt.cpp110 static Pasteboard* pasteboard = 0; local
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPasteboardWin.cpp95 static Pasteboard* pasteboard = new Pasteboard; local
101 OwnPtr<Pasteboard> pasteboard = adoptPtr(new Pasteboard); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditor.cpp425 void Editor::pasteAsPlainTextWithPasteboard(Pasteboard* pasteboard) argument
433 void Editor::pasteWithPasteboard(Pasteboard* pasteboard, bool allowPlainText) argument
443 bool Editor::canSmartReplaceWithPasteboard(Pasteboard* pasteboard) argument
717 Pasteboard* pasteboard = Pasteboard::generalPasteboard(); local
[all...]

Completed in 191 milliseconds