Searched refs:CanPasteAndGo (Results 1 - 7 of 7) sorted by last modified time

/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dautocomplete_text_field.h60 virtual bool CanPasteAndGo() = 0;
64 // clipboard. Must not be called unless CanPasteAndGo() returns
H A Dautocomplete_text_field_unittest_helper.h44 MOCK_METHOD0(CanPasteAndGo, bool());
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
H A Domnibox_view_mac.h85 virtual bool CanPasteAndGo() OVERRIDE;
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.cc602 bool OmniboxEditModel::CanPasteAndGo(const base::string16& text) const { function in class:OmniboxEditModel
612 DCHECK(CanPasteAndGo(text));
H A Domnibox_edit_model.h183 bool CanPasteAndGo(const base::string16& text) const;
185 // Navigates to the destination last supplied to CanPasteAndGo.
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_icon_view.cc31 if (model->CanPasteAndGo(text))
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc870 return !read_only() && model()->CanPasteAndGo(GetClipboardText());
1007 if (model()->CanPasteAndGo(text)) {
1016 if (model()->CanPasteAndGo(collapsed_text))

Completed in 199 milliseconds