Home
last modified time | relevance | path

Searched refs:paste (Results 1 – 25 of 153) sorted by relevance

1234567

/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_editor_unittest.mm188 // Test that -paste: is correctly delegated to the observer.
191 [editor_ paste:nil];
247 EXPECT_EQ([[items objectAtIndex:i++] action], @selector(paste:));
268 EXPECT_EQ([[items objectAtIndex:i++] action], @selector(paste:));
295 EXPECT_EQ([[items objectAtIndex:i++] action], @selector(paste:));
Dautocomplete_text_field_editor.mm22 // accidentally paste large amounts, so place a limit on what will be
119 - (void)paste:(id)sender {
176 action:@selector(paste:)
/external/stlport/doc/
DREADME.intel18 it. You only need then to copy/paste the STLport implementation somewhere
/external/llvm/lib/TableGen/
DTGLexer.h43 paste, // # enumerator
DTGLexer.cpp115 case '#': return tgtok::paste; in LexToken()
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/
Dtab_manipulation.applescript30 paste selection -- Paste a text from the system clipboard.
/external/webkit/Source/WebCore/dom/
DEventNames.h93 macro(paste) \
DElement.h95 DEFINE_ATTRIBUTE_EVENT_LISTENER(paste);
/external/webkit/Source/WebCore/svg/
DSVGElementInstance.h109 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), paste);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DDbg.stg89 <! bug: can't use <@super.members()> cut-n-paste instead !>
106 <! bug: can't use <@super.members()> cut-n-paste instead !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DDbg.stg88 <! bug: can't use <@super.members()> cut-n-paste instead !>
105 <! bug: can't use <@super.members()> cut-n-paste instead !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DDbg.stg85 <! bug: can't use <@super.members()> cut-n-paste instead !>
100 <! bug: can't use <@super.members()> cut-n-paste instead !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DDbg.stg122 <! bug: can't use <@super.members()> cut-n-paste instead !>
139 <! bug: can't use <@super.members()> cut-n-paste instead !>
/external/bison/
DREADME-release85 ...paste the announcement here...
/external/openssl/
DREADME.android22 gpg --import # paste PGP public key block on stdin
/external/webkit/Source/WebKit/mac/WebView/
DWebView.h735 - (void)paste:(id)sender;
/external/valgrind/main/docs/internals/
Dwhy-no-libc.txt60 our Fjalar tool was to cut and paste the particular functions we need
/external/chromium/chrome/browser/ui/views/
Dwrench_menu.cc336 TextButton* paste = CreateAndConfigureButton( in CutCopyPasteView() local
339 copy_background->SetOtherButtons(cut, paste); in CutCopyPasteView()
/external/clang/www/demo/
Dindex.cgi154 Bitter Melon the cat says, paste a C/C++ program in the text box or upload
/external/webkit/Source/WebCore/editing/
DEditor.h116 void paste();
/external/quake/quake/src/WinQuake/data/
DHELP.TXT59 When sending e-mail, cut and paste the following into your
/external/webkit/Source/WebKit/wx/
DWebFrame.cpp455 m_impl->frame->editor()->paste(); in Paste()
/external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
DTHINK_C_notes88 extract the data tables from the Flex output file, and paste them into
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
DPHP SmartyPants Readme.txt265 your weblog a bit harder for others to quote from using copy-and-paste.
273 you're using curly quotes, and they'll go ahead and paste the unencoded
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2366 Test cases added: None. Problem triggered by simple paste, which lots of the
1386 * layout-tests/editing/pasteboard/paste-text-019-expected.txt: Added.
1387 * layout-tests/editing/pasteboard/paste-text-019.html: Added.
1616 * layout-tests/editing/pasteboard/paste-4035648-fix-expected.txt:
1617 * layout-tests/editing/pasteboard/paste-4038267-fix-expected.txt:
1618 * layout-tests/editing/pasteboard/paste-line-endings-001-expected.txt:
1619 * layout-tests/editing/pasteboard/paste-line-endings-002-expected.txt:
1620 * layout-tests/editing/pasteboard/paste-line-endings-003-expected.txt:
1621 * layout-tests/editing/pasteboard/paste-line-endings-004-expected.txt:
1622 * layout-tests/editing/pasteboard/paste-line-endings-005-expected.txt:
[all …]

1234567