Searched refs:BuiltinProvider (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dbuiltin_provider.h18 class BuiltinProvider : public AutocompleteProvider { class in inherits:AutocompleteProvider
20 BuiltinProvider();
27 virtual ~BuiltinProvider();
39 DISALLOW_COPY_AND_ASSIGN(BuiltinProvider);
H A Dbuiltin_provider.cc41 const int BuiltinProvider::kRelevance = 860;
43 BuiltinProvider::BuiltinProvider() function in class:BuiltinProvider
63 void BuiltinProvider::Start(const AutocompleteInput& input,
104 // BuiltinProvider doesn't know how to suggest valid ?query or #fragment
156 BuiltinProvider::~BuiltinProvider() {}
158 void BuiltinProvider::AddMatch(const base::string16& match_string,
H A Dbuiltin_provider_unittest.cc32 virtual void SetUp() OVERRIDE { provider_ = new BuiltinProvider(); }
59 scoped_refptr<BuiltinProvider> provider_;
73 // These default URLs should correspond with those in BuiltinProvider::Start.
120 // These default URLs should correspond with those in BuiltinProvider::Start.
185 // This makes assumptions about the chrome URLs listed by the BuiltinProvider.
250 // For now, BuiltinProvider does not suggest url-what-you-typed matches for
288 // This makes assumptions about the chrome URLs listed by the BuiltinProvider.
H A Dautocomplete_controller.cc192 providers_.push_back(new BuiltinProvider());

Completed in 89 milliseconds