/external/webkit/Source/WebCore/dom/ |
Event.idl | 79 readonly attribute [Custom] Clipboard clipboardData;
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogPanel.java | 36 import org.eclipse.swt.dnd.Clipboard; 777 * @param clipboard The clipboard to place the copied content. 779 public void copy(Clipboard clipboard) { 783 copyTable(clipboard, currentTable); 827 public void copy(Clipboard clipboard) { 828 copyTable(clipboard, table); 849 * Copies the current selection of a Table into the provided Clipboard, a [all...] |
LogCatPanel.java | 42 import org.eclipse.swt.dnd.Clipboard; [all...] |
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field.h | 53 // Returns true if the current clipboard text supports paste and go 59 // clipboard. Must not be called unless CanPasteAndGo() returns
|
/external/libvpx/examples/includes/geshi/geshi/ |
applescript.php | 68 'selection', 'extension', 'into', 'onto', 'by', 'between', 'against', 'set the clipboard to', 'the clipboard'
|
/external/webkit/Source/WebCore/editing/mac/ |
EditorMac.mm | 44 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy, Frame* frame) 46 return ClipboardMac::create(Clipboard::CopyAndPaste, [NSPasteboard generalPasteboard], policy, frame);
|
/external/webkit/Source/WebCore/platform/brew/ |
LocalizedStringsBrew.cpp | 81 return "Copy link to clipboard"; 96 return "Copy image to clipboard";
|
/external/webkit/Source/WebCore/platform/haiku/ |
LocalizedStringsHaiku.cpp | 88 return "Copy link to clipboard"; 103 return "Copy image to clipboard";
|
/external/webkit/Source/WebCore/platform/wx/ |
LocalizedStringsWx.cpp | 87 return String("Copy Link to Clipboard"); 102 return String("Copy Image to Clipboard");
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/ |
NativeHeapPanel.java | 36 import org.eclipse.swt.dnd.Clipboard; [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
PlatformBridge.cpp | 149 // Clipboard ------------------------------------------------------------------ 155 return webKitClient()->clipboard()->isFormatAvailable( 163 return webKitClient()->clipboard()->readPlainText( 172 *htmlText = webKitClient()->clipboard()->readHTML( 180 return webKitClient()->clipboard()->readImage(static_cast<WebClipboard::Buffer>(buffer)); 188 webKitClient()->clipboard()->writeHTML( 194 webKitClient()->clipboard()->writePlainText(plainText); 199 webKitClient()->clipboard()->writeURL(url, title); 211 webKitClient()->clipboard()->writeImage(webImage, sourceURL, title); 218 webKitClient()->clipboard()->writeData(type, data, metadata) [all...] |
/development/samples/ApiDemos/res/layout/ |
clipboard.xml | 18 Demonstrates clipboard.
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ClipboardSample.java | 61 setContentView(R.layout.clipboard);
|
/external/webkit/Source/WebCore/page/ |
EventHandler.cpp | 1831 dispatchDragEvent(eventNames().dragleaveEvent, m_dragTarget.get(), event, clipboard); local 1859 dispatchDragEvent(eventNames().dragleaveEvent, m_dragTarget.get(), event, clipboard); local 1868 dispatchDragEvent(eventNames().dropEvent, m_dragTarget.get(), event, clipboard); local [all...] |
/external/webkit/Source/WebCore/platform/ |
Pasteboard.h | 88 //Helper functions to allow Clipboard to share code
|
/external/webkit/Source/WebKit/chromium/public/ |
WebClipboard.h | 57 // as a type of clipboard.
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_browsertest.cc | 115 // Returns the text stored in the PRIMARY clipboard. 117 GtkClipboard* clipboard = gtk_clipboard_get(GDK_SELECTION_PRIMARY); local 118 DCHECK(clipboard); 120 gchar* selection_text = gtk_clipboard_wait_for_text(clipboard); 126 // Stores the given text to clipboard. 128 GtkClipboard* clipboard = gtk_clipboard_get(GDK_SELECTION_CLIPBOARD); local 129 DCHECK(clipboard); 131 gtk_clipboard_set_text(clipboard, text, -1); [all...] |
autocomplete_edit_view_win.cc | 41 #include "ui/base/clipboard/clipboard.h" 42 #include "ui/base/clipboard/scoped_clipboard_writer.h" 151 // this is false regardless of whether the clipboard has a string. 2377 ui::Clipboard* clipboard = g_browser_process->clipboard(); local [all...] |
/external/chromium/chrome/common/extensions/docs/ |
experimental.clipboard.html | 19 <title>chrome.experimental.clipboard - Google Chrome Extensions - Google Code</title></head> 254 <h1 class="page_title">chrome.experimental.clipboard</h1> 269 <a href="#apiReference">API reference: chrome.experimental.clipboard</a> 337 <h2>API reference: chrome.experimental.clipboard</h2> 369 <span>chrome.experimental.clipboard.executeCopy</span>(<span class="null"><span style="display: none; ">, </span><span>integer</span> 571 <span>chrome.experimental.clipboard.executeCut</span>(<span class="null"><span style="display: none; ">, </span><span>integer</span> 773 <span>chrome.experimental.clipboard.executePaste</span>(<span class="null"><span style="display: none; ">, </span><span>integer</span> [all...] |
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebsettings.cpp | 666 * WebKitWebSettings:javascript-can-access-clipboard 668 * Whether JavaScript can access Clipboard. 674 g_param_spec_boolean("javascript-can-access-clipboard", 675 _("JavaScript can access Clipboard"), 676 _("Whether JavaScript can access Clipboard"), 744 * will correctly execute and paste content of the clipboard. [all...] |
webkitwebview.cpp | 830 /* Copy selection to the X11 selection clipboard */ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiTreeBlock.java | 50 import org.eclipse.swt.dnd.Clipboard; 121 /** Reference to the clipboard for copy-paste */ 122 private Clipboard mClipboard; 176 /** @returns The reference to the clipboard for copy-paste */ 177 Clipboard getClipboard() { 359 // Get a new clipboard reference. It is disposed when the tree is disposed. 360 mClipboard = new Clipboard(tree.getDisplay()); [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetCreator.py | 59 self.clipBoard = None
[all...] |
/frameworks/base/core/java/android/content/ |
ClipData.java | 34 * Representation of a clipped data on the clipboard. 77 * When retrieving the data from the clipboard, it can do either two things: 78 * if the clipboard contains a URI reference to an existing note, it copies 108 * A common scenario is one where an application places on the clipboard the 160 * stripped when transporting through the clipboard.)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
EditableDialogCellEditor.java | 392 * current selection to the clipboard. 402 * current selection to the clipboard. 439 * the clipboard contents over the current selection.
|