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

12 3 4

  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 25 native function Paste();
51 this.paste = function(value) {
52 Paste(value);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
ImeAdapter.java 479 * Send a request to the native counterpart of ImeAdapter to paste the text from the clipboard.
482 public boolean paste() { method in class:ImeAdapter
  /external/chromium_org/remoting/webapp/
remoting.js 119 // The plugin's onFocus handler sends a paste command to |window|, because
121 window.addEventListener('paste', pluginGotPaste_, false);
363 * Callback function called when the browser window gets a paste operation.
  /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();
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 68 $m add command -label Paste -command "sqlitecon::Paste $w.t"
125 bind Sqlitecon <<Paste>> {sqlitecon::Paste %W}
570 # Do a paste opeation.
572 proc sqlitecon::Paste w {
656 button $w.b.paste -text Paste -width 6 -command [list ::sqlitecon::Paste $w.t]
658 pack $w.b.cut $w.b.copy $w.b.paste $w.b.can $w.b.ok
    [all...]
  /external/clang/www/demo/
index.cgi 154 Bitter Melon the cat says, paste a C/C++ program in the text box or upload
  /external/sepolicy/
access_vectors 819 paste
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewCore.java     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_watcher.js 395 'paste', cvox.ChromeVoxEventWatcher.clipboardEventWatcher, true);
889 // TODO(dtseng): ChromeVoxEditableText interrupts cut and paste announcements.
891 * Watches for cut, copy, and paste events.
900 case 'paste':
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 556 // CutCopyPasteView is the view containing the cut/copy/paste buttons.
571 InMenuButton* paste = CreateAndConfigureButton( local
577 copy->SetOtherButtons(cut, paste);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 189 // WinIE uses onbeforecut and onbeforepaste to enables the cut and paste menu items. They
192 // normally selectable to implement copy/paste (like divs, or a document body).
378 return !dispatchCPPEvent(EventTypeNames::paste, ClipboardReadable, pasteMode);
885 void Editor::paste() function in class:WebCore::Editor
    [all...]
EditorCommand.cpp     [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 108 /** The mode of paste. */
171 private static final int ID_PASTE = android.R.id.paste;
564 /** Start to paste styled text */
777 CharSequence paste) {
780 STR_PASTE = paste;
    [all...]
  /external/bison/doc/
refcard.tex 48 % You will still need to cut and paste.
  /external/chromium_org/tools/stats_viewer/
stats_viewer.cs 260 //(with a tab in between), so that it is easy to copy paste into a spreadsheet.
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 1004 searchboxApiHandle.paste();
1010 searchboxApiHandle.paste(text);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 103 DEFINE_ATTRIBUTE_EVENT_LISTENER(paste);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp 268 attributeNameToEventNameMap.set(onpasteAttr.localName(), EventTypeNames::paste);
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 150 * To allow users to copy some or all of the TextView's value and paste it somewhere else, set the
155 * built-in copy/paste controls.
8630 paste(min, max); method
8804 private void paste(int min, int max) { method in class:TextView
8811 CharSequence paste = clip.getItemAt(i).coerceToStyledText(getContext()); local
8819 ((Editable) mText).insert(getSelectionEnd(), paste); local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 191 <! WARNING. bug in ST: this is cut-n-paste into Dbg.stg !>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 226 <! WARNING. bug in ST: this is cut-n-paste into Dbg.stg !>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 216 <! WARNING. bug in ST: this is cut-n-paste into Dbg.stg !>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 213 <! WARNING. bug in ST: this is cut-n-paste into Dbg.stg !>
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]

Completed in 3689 milliseconds

12 3 4