Home
last modified time | relevance | path

Searched refs:PasteAndGo (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_icon_view.cc30 model->PasteAndGo(text); in OnMousePressed()
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_view_views.cc336 model()->PasteAndGo(GetClipboardText()); in ExecuteCommand()
980 model()->PasteAndGo(text); in OnDrop()
989 model()->PasteAndGo(collapsed_text); in OnDrop()
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_edit_model.h187 void PasteAndGo(const base::string16& text);
Domnibox_edit_model.cc612 void OmniboxEditModel::PasteAndGo(const base::string16& text) { in PasteAndGo() function in OmniboxEditModel
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_editor_unittest.mm246 TEST_F(AutocompleteTextFieldEditorObserverTest, PasteAndGo) {
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_view_mac.mm946 model()->PasteAndGo(text);