HomeSort by relevance Sort by last modified time
    Searched defs:Paste (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/renderer/searchbox/
searchbox.cc 255 void SearchBox::Paste(const base::string16& text) {
searchbox_extension.cc 427 static void Paste(const v8::FunctionCallbackInfo<v8::Value>& args);
589 if (name->Equals(v8::String::NewFromUtf8(isolate, "Paste")))
590 return v8::FunctionTemplate::New(isolate, Paste);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
ime_adapter_android.cc 315 void ImeAdapterAndroid::Paste(JNIEnv* env, jobject) {
318 wc->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/chromium_org/ui/views/controls/textfield/
textfield_model.cc 513 bool TextfieldModel::Paste() {
textfield.cc 224 case ui::TextEditCommandAuraLinux::PASTE:
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_commands.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 578 // for cut, copy and paste.
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 330 virtual HRESULT WINAPI Paste(VARIANT *pVar,__LONG32 Format) = 0;
392 HRESULT (WINAPI *Paste)(ITextRange *This,VARIANT *pVar,__LONG32 Format);
456 #define ITextRange_Paste(This,pVar,Format) (This)->lpVtbl->Paste(This,pVar,Format)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 870 milliseconds