/external/chromium_org/chrome/renderer/resources/extensions/ |
D | searchbox_api.js | 25 native function Paste(); 52 Paste(value);
|
/external/chromium/chrome/browser/extensions/ |
D | extension_clipboard_api.cc | 51 render_view_host->Paste(); in RunImpl()
|
/external/chromium_org/content/browser/renderer_host/ |
D | ime_adapter_android.h | 54 void Paste(JNIEnv*, jobject);
|
D | ime_adapter_android.cc | 248 void ImeAdapterAndroid::Paste(JNIEnv* env, jobject) { in Paste() function in content::ImeAdapterAndroid 253 rwhi->Paste(); in Paste()
|
/external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/ |
D | bookmark_manager_private_api.cc | 54 namespace Paste = api::bookmark_manager_private::Paste; 266 scoped_ptr<Paste::Params> params(Paste::Params::Create(*args_)); in RunImpl()
|
/external/chromium/chrome/browser/chromeos/frame/ |
D | browser_view.h | 59 virtual void Paste() OVERRIDE;
|
/external/chromium_org/chrome/renderer/searchbox/ |
D | searchbox.h | 83 void Paste(const base::string16& text);
|
D | searchbox_extension.cc | 416 static void Paste(const v8::FunctionCallbackInfo<v8::Value>& args); 571 return v8::FunctionTemplate::New(isolate, Paste); in GetNativeFunctionTemplate() 993 void SearchBoxExtensionWrapper::Paste( in Paste() function in extensions_v8::SearchBoxExtensionWrapper 1003 SearchBox::Get(render_view)->Paste(text); in Paste()
|
/external/chromium_org/content/shell/browser/ |
D | shell_web_contents_view_delegate_mac.mm | 170 MakeContextMenuItem(@"Paste", 232 web_contents_->GetRenderViewHost()->Paste();
|
D | shell_web_contents_view_delegate_win.cc | 200 web_contents_->GetRenderViewHost()->Paste(); in MenuItemSelected()
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/ |
D | tab_manipulation.applescript | 30 paste selection -- Paste a text from the system clipboard.
|
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/ |
D | tab_manipulation.applescript | 30 paste selection -- Paste a text from the system clipboard.
|
/external/llvm/docs/ |
D | Phabricator.rst | 60 * Paste the text diff or upload the patch file. 72 * Paste the updated diff.
|
/external/chromium_org/chrome/browser/automation/ |
D | automation_provider.cc | 391 IPC_MESSAGE_HANDLER(AutomationMsg_Paste, Paste) in OnMessageReceived() 629 void AutomationProvider::Paste(int tab_handle) { in Paste() function in AutomationProvider 636 view->Paste(); in Paste()
|
/external/chromium_org/content/public/browser/ |
D | render_widget_host.h | 132 virtual void Paste() = 0;
|
/external/chromium_org/ui/views/controls/textfield/ |
D | textfield_views_model_unittest.cc | 546 EXPECT_TRUE(model.Paste()); in TEST_F() 550 EXPECT_TRUE(model.Paste()); in TEST_F() 1201 model.Paste(); in TEST_F() 1202 model.Paste(); in TEST_F() 1203 model.Paste(); in TEST_F() 1250 EXPECT_TRUE(model.Paste()); in TEST_F() 1270 model.Paste(); // Paste "23" into "23". in TEST_F() 1273 model.Paste(); in TEST_F() 1304 EXPECT_TRUE(model.Paste()); in TEST_F()
|
D | textfield_views_model.h | 188 bool Paste();
|
D | native_textfield_views.cc | 818 text_changed = Paste(); in ExecuteCommand() 1241 cursor_changed = text_changed = Paste(); in HandleKeyEvent() 1302 cursor_changed = text_changed = Paste(); in HandleKeyEvent() 1425 bool NativeTextfieldViews::Paste() { in Paste() function in views::NativeTextfieldViews 1430 const bool success = model_->Paste(); in Paste()
|
/external/chromium_org/chrome/test/automation/ |
D | tab_proxy.h | 225 void Paste();
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | browser_window_cocoa.h | 105 virtual void Paste();
|
/external/chromium/chrome/browser/ui/panels/ |
D | panel.h | 117 virtual void Paste();
|
D | panel.cc | 314 void Panel::Paste() { in Paste() function in Panel
|
/external/chromium/chrome/browser/ui/ |
D | browser_window.h | 304 virtual void Paste() = 0;
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | autocomplete_text_field_editor.mm | 180 // greyed-out "Paste and Go"? 182 // Paste and go/search. 190 // greyed-out "Paste and Go" or nothing at all?
|
/external/chromium/chrome/browser/automation/ |
D | automation_provider.cc | 323 IPC_MESSAGE_HANDLER(AutomationMsg_Paste, Paste) in OnMessageReceived() 666 void AutomationProvider::Paste(int tab_handle) { in Paste() function in AutomationProvider 673 view->Paste(); in Paste()
|