HomeSort by relevance Sort by last modified time
    Searched full:paste (Results 26 - 50 of 768) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
SelectActionModeCallback.java 41 * Perform a paste action.
43 void paste(); method in interface:SelectActionModeCallback.ActionHandler
157 mActionHandler.paste();
  /external/elfutils/0.153/backends/
common-reloc.c 29 #define R_TYPE(name) PASTE (RELOC_PREFIX, name)
30 #define PASTE(a, b) PASTE_1 (a, b)
37 #define STRINGIFIED_PASTE(a, b) STRINGIFY (PASTE (a, b))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java 50 * to copy, cut and paste view items, and can answer whether the clipboard contains
254 * Perform the "Paste" action, either from the Edit menu or from the context
272 // Pasting in an empty document. Only paste the first element.
277 // Otherwise use the current selection, if any, as a guide where to paste
290 mCanvas.getEditorDelegate().getEditor().wrapUndoEditXmlModel("Paste", new Runnable() {
301 * Paste a new root into an empty XML layout.
317 debugPrintf("Failed to paste document root for %1$s: document is not empty", rootFqcn);
325 debugPrintf("Failed to paste document root, unknown FQCN %1$s", rootFqcn);
335 title = String.format("Paste root %1$s in document", title);
374 debugPrintf("Failed to paste element, unknown FQCN %1$s", childFqcn)
    [all...]
  /external/chromium_org/chrome/browser/resources/bookmark_manager/
main.html 88 <command i18n-values=".label:paste" id="paste-from-organize-menu-command">
90 <command i18n-values=".label:paste" id="paste-from-context-menu-command">
124 <button command="#paste-from-organize-menu-command"></button>
146 <button command="#paste-from-context-menu-command"></button>
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.h 58 // Returns true if |data| has string contents and the user can "paste and go".
59 // If |url| is non-NULL and the user can "paste and go", |url| is set to the
  /external/chromium_org/content/test/data/
gtk_key_bindings_test_gtkrc 66 # Test paste-clipboard
68 "paste-clipboard" ()
  /external/chromium_org/third_party/skia/platform_tools/android/app/
build.xml 44 - copy/paste the target into this file, *before* the
48 - copy/paste the content of the rules files (minus the top node)
  /external/skia/platform_tools/android/app/
build.xml 44 - copy/paste the target into this file, *before* the
48 - copy/paste the content of the rules files (minus the top node)
  /frameworks/base/core/res/res/menu/
webview_copy.xml 32 <item android:id="@+id/paste"
34 android:title="@string/paste"
  /development/samples/NotePad/res/values/
strings.xml 32 <string name="menu_paste">Paste</string>
  /external/chromium_org/android_webview/native/
aw_web_contents_view_delegate.cc 42 // Display paste pop-up only when selection is empty and editable.
  /external/chromium_org/base/third_party/xdg_user_dirs/
xdg_user_dir_lookup.h 3 Its is under the MIT license, to encourage reuse by cut-and-paste.
  /external/chromium_org/chrome/browser/renderer_context_menu/
context_menu_content_type_platform_app.cc 31 // Add undo/redo, cut/copy/paste etc for text fields.
  /external/chromium_org/chrome/browser/resources/chromeos/
salsa.html 16 for your experiment. Please try to copy/paste the URL again and refresh
  /external/chromium_org/chrome/browser/ui/android/tab_contents/
chrome_web_contents_view_delegate_android.cc 33 // Display paste pop-up only when selection is empty and editable.
  /external/chromium_org/chrome/browser/ui/views/
accelerator_table.h 41 // accelerator like cut, copy and paste. If the return is true the
  /external/chromium_org/media/cast/
cast_config.cc 20 // TODO(miu): Throughout the code, there is a lot of copy-and-paste of the same
  /external/chromium_org/sync/sessions/
status_controller_unittest.cc 14 // This test is useful, as simple as it sounds, due to the copy-paste prone
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventTypeNames.in 140 paste
  /external/chromium_org/ui/events/linux/
text_edit_command_auralinux.h 48 PASTE,
  /external/clang/test/Preprocessor/
dump_macros.c 15 // No paste avoidance.
  /external/kernel-headers/original/uapi/linux/
tiocl.h 21 #define TIOCL_PASTESEL 3 /* paste previous selection */
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SysWMEvent.3 6 The system window manager event contains a pointer to system-specific information about unknown window manager events\&. If you enable this event using \fI\fBSDL_EventState()\fP\fR, it will be generated whenever unhandled events are received from the window manager\&. This can be used, for example, to implement cut-and-paste in your application\&.
  /external/stlport/doc/
README.intel 18 it. You only need then to copy/paste the STLport implementation somewhere
  /frameworks/base/core/res/res/layout/
text_edit_paste_window.xml 33 android:text="@android:string/paste"

Completed in 2443 milliseconds

12 3 4 5 6 7 8 91011>>