Searched defs:paste (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D040-token-pasting.c1 #define paste(a,b) a ## b macro
2 paste(one , token)
H A D058-token-pasting-empty-arguments.c1 #define paste(x,y) x ## y macro
2 paste(a,b)
3 paste(a,)
4 paste(,b)
5 paste(,)
H A D059-token-pasting-integer.c1 #define paste(x,y) x ## y macro
2 paste(1,2)
3 paste(1,000)
4 paste(identifier,2)
H A D072-token-pasting-same-line.c1 #define paste(x) success_ ## x macro
2 paste(1) paste(2) paste(3)
/external/mesa3d/src/glsl/glcpp/tests/
H A D040-token-pasting.c1 #define paste(a,b) a ## b macro
2 paste(one , token)
H A D058-token-pasting-empty-arguments.c1 #define paste(x,y) x ## y macro
2 paste(a,b)
3 paste(a,)
4 paste(,b)
5 paste(,)
H A D059-token-pasting-integer.c1 #define paste(x,y) x ## y macro
2 paste(1,2)
3 paste(1,000)
4 paste(identifier,2)
H A D072-token-pasting-same-line.c1 #define paste(x) success_ ## x macro
2 paste(1) paste(2) paste(3)
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dsearchbox_api.js46 this.paste = function(value) {
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DSelectActionModeCallback.java50 * Perform a paste action.
53 boolean paste(); method in interface:SelectActionModeCallback.ActionHandler
140 mActionHandler.paste();
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DInsertionHandleController.java156 protected abstract void paste(); method in class:InsertionHandleController
234 throw new IllegalArgumentException("Unable to inflate TextEdit paste window");
266 paste();
H A DImeAdapter.java480 * Send a request to the native counterpart of ImeAdapter to paste the text from the clipboard.
483 public boolean paste() { method in class:ImeAdapter
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGElementInstance.h128 DECLARE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), paste); member in class:WebCore::SVGElementInstance
/external/llvm/lib/TableGen/
H A DTGLexer.h43 paste, // # enumerator in enum:llvm::tgtok::TokKind
/external/chromium/chrome/browser/ui/views/
H A Dwrench_menu.cc319 // CutCopyPasteView is the view containing the cut/copy/paste buttons.
336 TextButton* paste = CreateAndConfigureButton( local
339 copy_background->SetOtherButtons(cut, paste);
607 // The items representing the cut (cut/copy/paste) and zoom menu
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dfile_copy_manager.js773 FileCopyManager.prototype.paste = function(
/external/chromium_org/chrome/browser/ui/views/
H A Dwrench_menu.cc416 // CutCopyPasteView is the view containing the cut/copy/paste buttons.
434 LabelButton* paste = CreateAndConfigureButton( local
444 paste->SetTextColor(views::Button::STATE_NORMAL, kTouchButtonText);
450 paste->SetTextColor(views::Button::STATE_NORMAL, text_color);
452 copy_background->SetOtherButtons(cut, paste);
994 // The items representing the cut menu (cut/copy/paste) and zoom menu
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp197 // WinIE uses onbeforecut and onbeforepaste to enables the cut and paste menu items. They
200 // normally selectable to implement copy/paste (like divs, or a document body).
945 void Editor::paste() function in class:WebCore::Editor
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 499 milliseconds