HomeSort by relevance Sort by last modified time
    Searched full:clipboard (Results 176 - 200 of 349) sorted by null

1 2 3 4 5 6 78 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
OldLogCatView.java 41 import org.eclipse.swt.dnd.Clipboard;
119 private Clipboard mClipboard;
365 mClipboard = new Clipboard(d);
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 945 GtkClipboard* clipboard = gtk_clipboard_get(GDK_SELECTION_PRIMARY); local
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.h 52 class Clipboard;
409 PassRefPtr<Clipboard> newGeneralClipboard(ClipboardAccessPolicy, Frame*);
  /frameworks/opt/mailcommon/java/com/android/mailcommon/
WebViewContextMenu.java 138 ClipboardManager clipboard = local
140 clipboard.setPrimaryClip(ClipData.newPlainText(null, text));
  /frameworks/base/docs/html/sdk/
android-3.0.jd 228 <h3>System clipboard</h3>
231 clipboard. Clipped data can be plain text, a URI, or an intent.</p>
237 <p>To start using the clipboard, get the global {@link android.content.ClipboardManager} object
240 <p>To copy an item to the clipboard, you need to create a new {@link
249 <p>To add the {@link android.content.ClipData} to the clipboard, pass it to {@link
253 <p>You can then read a file from the clipboard (in order to paste it) by calling {@link
256 be complicated and you need to be sure you can actually handle the data type in the clipboard
259 <p>The clipboard holds only one piece of clipped data (a {@link android.content.ClipData}
263 <p>For more information, read the <a href="{@docRoot}guide/topics/clipboard/copy-paste.html">Copy
306 android.content.ClipData} object, this is not related to the system clipboard. A drag and dro
    [all...]
  /development/samples/ApiDemos/res/values/
arrays.xml 43 <item>No data in clipboard</item>
  /development/samples/NotePad/
AndroidManifest.xml 73 the current contents of the clipboard. -->
  /external/chromium/chrome/browser/tab_contents/
web_drop_target_win.cc 16 #include "ui/base/clipboard/clipboard_util_win.h"
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views_unittest.cc 33 virtual ui::Clipboard* GetClipboard() const { return NULL; }
  /external/libvpx/examples/includes/geshi/geshi/
mirc.php 56 'channel','clear','clearall','clipboard','close','closemsg','color',
  /external/webkit/Source/WebCore/bindings/js/
JSEventCustom.cpp 32 #include "Clipboard.h"
  /external/webkit/Source/WebCore/dom/
DOMAllInOne.cpp 42 #include "Clipboard.cpp"
  /external/webkit/Source/WebCore/platform/chromium/
PasteboardChromium.cpp 69 // The ScopedClipboardWriter class takes care of clearing the clipboard's
  /external/webkit/Source/WebCore/platform/win/
DragDataWin.cpp 73 // Enumerate clipboard content and load it in the map.
  /external/webkit/Source/WebKit/chromium/src/
WebDragData.cpp 53 assign(static_cast<WebDragDataPrivate*>(ChromiumDataObject::create(Clipboard::DragAndDrop).releaseRef()));
  /packages/apps/Calculator/res/values/
strings.xml 91 <!-- Toast shown when text is copied to the clipboard. -->
  /external/chromium/chrome/browser/
browser_process_impl.cc 74 #include "ui/base/clipboard/clipboard.h"
126 clipboard_.reset(new ui::Clipboard);
463 ui::Clipboard* BrowserProcessImpl::clipboard() { function in class:BrowserProcessImpl
    [all...]
  /external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp 34 #include "Clipboard.h"
  /external/webkit/Source/WebKit/gtk/po/
bg.po 607 msgid "JavaScript can access Clipboard"
611 msgid "Whether JavaScript can access Clipboard"
716 msgid "The list of targets this web view supports for clipboard copying"
726 msgid "The list of targets this web view supports for clipboard pasting"
    [all...]
en_GB.po 656 msgid "The list of targets this web view supports for clipboard copying"
657 msgstr "The list of targets this web view supports for clipboard copying"
664 msgid "The list of targets this web view supports for clipboard pasting"
665 msgstr "The list of targets this web view supports for clipboard pasting"
  /external/webkit/Source/WebKit/win/
COMPropertyBag.h 214 //pPropBag[j].cfType; // (CLIPFORMAT) Clipboard format or MIME type of the property.
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebDragClientMac.mm 93 void WebDragClient::startDrag(RetainPtr<NSImage> image, const IntPoint& point, const IntPoint&, Clipboard*, Frame* frame, bool linkDrag)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
WebPageQt.cpp 154 // It's not quite clear whether clipboard shortcuts and Undo/Redo should be handled
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.h 158 // Invoked to adjust the text before writting to the clipboard for a copy
162 // edit is selected. If the url should be copied to the clipboard |write_url|
227 // for the same text in every clipboard-related function.
  /external/sonivox/jet_tools/JetCreator/
JetDefs.py 191 SB_CUT = "Cuts the current segment or event to the clipboard"
192 SB_COPY = "Copies the current segment or event to the clipboard"
193 SB_PASTE = "Pastes the current segment or event from the clipboard"

Completed in 343 milliseconds

1 2 3 4 5 6 78 91011>>