HomeSort by relevance Sort by last modified time
    Searched refs:CanPasteAndGo (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.h 55 virtual bool CanPasteAndGo() = 0;
59 // clipboard. Must not be called unless CanPasteAndGo() returns
autocomplete_text_field_unittest_helper.h 44 MOCK_METHOD0(CanPasteAndGo, bool());
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_mac.h 98 virtual bool CanPasteAndGo();
autocomplete_edit.h 228 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().
autocomplete_edit_view_win.h 163 // Invokes CanPasteAndGo with the specified text, and if successful navigates
384 bool CanPasteAndGo(const string16& text) const;
autocomplete_edit_view_win.cc     [all...]
autocomplete_edit_view_gtk.cc     [all...]
autocomplete_edit.cc 409 bool AutocompleteEditModel::CanPasteAndGo(const string16& text) const {
    [all...]

Completed in 91 milliseconds