CanPasteAndGo      60 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h   virtual bool CanPasteAndGo() = 0;
CanPasteAndGo      44 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest_helper.h   MOCK_METHOD0(CanPasteAndGo, bool());
CanPasteAndGo      79 chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h   virtual bool CanPasteAndGo() OVERRIDE;
CanPasteAndGo    1179 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc       model()->CanPasteAndGo(sanitized_text_for_paste_and_go_));
CanPasteAndGo    1626 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc   if (model()->CanPasteAndGo(sanitized_string)) {
CanPasteAndGo     594 chrome/browser/ui/omnibox/omnibox_edit_model.cc   DCHECK(CanPasteAndGo(text));
CanPasteAndGo     180 chrome/browser/ui/omnibox/omnibox_edit_model.h   bool CanPasteAndGo(const base::string16& text) const;
CanPasteAndGo      31 chrome/browser/ui/views/location_bar/location_icon_view.cc     if (model->CanPasteAndGo(text))
CanPasteAndGo     755 chrome/browser/ui/views/omnibox/omnibox_view_views.cc     return !read_only() && model()->CanPasteAndGo(GetClipboardText());
CanPasteAndGo     932 chrome/browser/ui/views/omnibox/omnibox_view_views.cc       if (model()->CanPasteAndGo(text)) {
CanPasteAndGo     941 chrome/browser/ui/views/omnibox/omnibox_view_views.cc       if (model()->CanPasteAndGo(collapsed_text))