Searched refs:CanPasteAndGo (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/location_bar/
H A Dautocomplete_text_field_unittest_helper.h44 MOCK_METHOD0(CanPasteAndGo, bool());
H A Dautocomplete_text_field.h55 virtual bool CanPasteAndGo() = 0;
59 // clipboard. Must not be called unless CanPasteAndGo() returns
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_mac.h98 virtual bool CanPasteAndGo();
H A Dautocomplete_edit.h228 bool CanPasteAndGo(const string16& text) const;
230 // Navigates to the destination last supplied to CanPasteAndGo.
233 // Returns the url set by way of CanPasteAndGo.
530 // Paste And Go-related state. See CanPasteAndGo().
H A Dautocomplete_edit_view_win.cc1003 if (CanPasteAndGo(text))
1078 case IDS_PASTE_AND_GO: return CanPasteAndGo(GetClipboardText());
2412 bool AutocompleteEditViewWin::CanPasteAndGo(const string16& text) const { function in class:AutocompleteEditViewWin
2413 return !popup_window_mode_ && model_->CanPasteAndGo(text);
H A Dautocomplete_edit_view_win.h163 // Invokes CanPasteAndGo with the specified text, and if successful navigates
384 bool CanPasteAndGo(const string16& text) const;
H A Dautocomplete_edit_view_gtk.cc1487 model_->CanPasteAndGo(text_wstr));
1779 if (model_->CanPasteAndGo(CollapseWhitespace(text, true))) {
H A Dautocomplete_edit.cc409 bool AutocompleteEditModel::CanPasteAndGo(const string16& text) const { function in class:AutocompleteEditModel

Completed in 269 milliseconds