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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager_commands.js 528 CommandHandler.COMMANDS_['paste'] = {
546 CommandHandler.COMMANDS_['paste-into-folder'] = {
552 // This handler tweaks the Event object for 'paste' event so that
553 // the FileTransferController can distinguish this 'paste-into-folder'
558 fileManager.document.addEventListener('paste', handler, true);
559 fileManager.document.execCommand('paste');
560 fileManager.document.removeEventListener('paste', handler, true);
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
InsertionHandleTest.java 30 * Tests the insertion handle that allows users to paste text.
66 private static final String PASTE_TEXT = "**test text to paste**";
373 getContentViewCore().getInsertionHandleControllerForTest().paste();
  /development/samples/CrossCompatibility/
build.xml 59 - paste it in this build.xml below the <setup /> task.
  /external/bison/
README-release 85 ...paste the announcement here...
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/
index.html 50 <h2>Paste Snippets</h2>
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
results-TEMPLATE.html 46 <form onsubmit="event.preventDefault(); compare(other.value);">To compare to another run, paste a saved result URL in the text field below and press enter:<br>
  /external/chromium_org/third_party/launchpad_translations/
ui_strings_en-AU.xtb 32 <translation id="5076340679995252485">&amp;Paste</translation>
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
ADDING 33 copy-paste job with only changing the name.
  /external/chromium_org/ui/views/controls/textfield/
textfield_controller.h 57 // Called after performing a Paste operation.
  /external/chromium_org/webkit/common/
webpreferences.cc 28 dom_paste_enabled(false), // enables execCommand("paste")
  /external/llvm/lib/TableGen/
TGLexer.h 43 paste, // # enumerator in enum:llvm::tgtok::TokKind
  /external/mesa3d/src/gallium/auxiliary/postprocess/
ADDING 33 copy-paste job with only changing the name.
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlsyswmevent.html 103 manager. This can be used, for example, to implement cut-and-paste in your
  /external/valgrind/main/docs/internals/
why-no-libc.txt 60 our Fjalar tool was to cut and paste the particular functions we need
  /frameworks/base/core/res/res/values/
ids.xml 61 <item type="id" name="paste" />
  /frameworks/base/docs/html/guide/topics/providers/
content-providers.jd 69 paste complex data or files from your application to other applications.
  /frameworks/base/docs/html/training/secure-file-sharing/
index.jd 32 users to copy and paste files between areas in external storage. One way a sending app can
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Bindings.py 39 ('_Paste', '<<paste>>'),
config-keys.def 13 paste=<Control-Key-v> <Control-Key-V>
64 paste=<Control-Key-y>
115 paste=<Command-Key-v>
201 paste = <Command-Key-v>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Bindings.py 39 ('_Paste', '<<paste>>'),
config-keys.def 13 paste=<Control-Key-v> <Control-Key-V>
64 paste=<Control-Key-y>
115 paste=<Command-Key-v>
201 paste = <Command-Key-v>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Dbg.stg 85 <! bug: can't use <@super.members()> cut-n-paste instead !>
100 <! bug: can't use <@super.members()> cut-n-paste instead !>
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view.cc 45 // If the user is pasting all-whitespace, paste a single space
73 // order, we are sure to paste what the user copied.
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.h 99 // Paste text from the clipboard into the omnibox.
100 // Textfields implementation of Paste() pastes the contents of the clipboard
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingBehavior.cpp 156 { VKEY_INSERT, ShiftKey, "Paste" },
162 { 'V', CtrlKey, "Paste" },

Completed in 2122 milliseconds

1 2 3 4 5 67 8 91011>>