HomeSort by relevance Sort by last modified time
    Searched full:paste (Results 1 - 25 of 341) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/
textarea-onpaste.html 5 <textarea onpaste="document.getElementById('result').innerHTML='SUCCESS'">Paste here</textarea>
6 This tests that onpaste handlers are called. To test this, paste some text in the textarea below. The result below should change from FAILURE to SUCCESS.
paste-crash.html 7 <li>Paste into Blot
20 <li>Paste into Blot
plain-text-paste.html 11 1. Double-click <a href="resources/plain-text-paste.dmg">this disk image</a> in the Finder.<br>
14 4. Back in Safari, click inside the &ldquo;Paste item 5 here&rdquo; field and choose Paste from the Edit menu.<br>
53 <td>Paste item 5 here: <input></td>
  /external/webkit/WebCore/manual-tests/gtk/
paste-richtext-from-firefox.html 5 <title>Paste rich text from firefox</title>
10 [Gtk] Paste of rich text from firefox results garbled markup
12 <h1>Paste rich text from firefox</h1>
20 <li>Paste them use <b>Ctrl-V</b> / Option-V, (or just Middle Mouse Click on Linux)</li>
copy-htmltext.html 18 <li>Paste them use <b>Ctrl-V</b> / Option-V</li>
  /external/chromium/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/kernel-headers/original/linux/
tiocl.h 21 #define TIOCL_PASTESEL 3 /* paste previous selection */
  /external/stlport/doc/
README.intel 18 it. You only need then to copy/paste the STLport implementation somewhere
  /frameworks/base/services/java/com/android/server/
ClipboardService.java 23 * Implementation of the clipboard for copy and paste.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tiocl.h 21 #define TIOCL_PASTESEL 3 /* paste previous selection */
  /external/webkit/WebCore/dom/
Clipboard.h 38 // State available during IE's events for drag and drop and copy/paste
43 // Is this operation a drag-drop or a copy-paste?
EventNames.h 86 macro(paste) \
  /external/webkit/WebCore/editing/mac/
EditorMac.mm 112 void Editor::paste()
120 [view->documentView() tryToPerform:@selector(paste:) with:nil];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditorContributor.java 88 actionBars.setGlobalActionHandler(ActionFactory.PASTE.getId(),
89 getAction(editor, ITextEditorActionConstants.PASTE));
  /sdk/templates/
build.template 72 - copy/paste the target into this file, *before* the
76 - copy/paste the content of the rules files (minus the top node)
  /external/webkit/WebCore/editing/
HTMLInterchange.h 36 #define ApplePasteAsQuotation "Apple-paste-as-quotation"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
PasteAction.java 39 * Provides Paste operation for the tree nodes
47 super("Paste");
61 * Performs the paste operation.
  /external/webkit/WebCore/platform/wince/
PasteboardWince.cpp 99 WebSmartPasteFormat = ::RegisterClipboardFormat(L"WebKit Smart Paste Format");
173 // write to clipboard in format com.apple.safari.bookmarkdata to be able to paste into the bookmarks view with appropriate title
181 // write to clipboard in format CF_HTML to be able to paste into contenteditable areas as a link
  /external/webkit/WebCore/platform/gtk/
ClipboardGtk.h 35 // State available during IE's events for drag and drop and copy/paste
  /external/webkit/WebCore/platform/haiku/
ClipboardHaiku.h 36 // State available during IE's events for drag and drop and copy/paste.
  /external/webkit/WebCore/platform/qt/
ClipboardQt.h 40 // State available during IE's events for drag and drop and copy/paste
  /external/webkit/WebCore/platform/win/
ClipboardWin.h 41 // State available during IE's events for drag and drop and copy/paste
  /external/webkit/WebCore/platform/wx/
ClipboardWx.h 35 // State available during IE's events for drag and drop and copy/paste
  /external/webkit/WebKitTools/QueueStatusServer/templates/
dashboard.html 36 <!-- FIXME: Find some way to remove this copy-and-paste code! -->
statusbubble.html 50 <!-- FIXME: Find some way to remove this copy-and-paste code! -->

Completed in 544 milliseconds

1 2 3 4 5 6 7 8 91011>>