Home
last modified time | relevance | path

Searched refs:ShortcutsProvider (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
Dshortcuts_provider.cc53 const int ShortcutsProvider::kShortcutsProviderDefaultMaxRelevance = 1199;
55 ShortcutsProvider::ShortcutsProvider(Profile* profile) in ShortcutsProvider() function in ShortcutsProvider
69 void ShortcutsProvider::Start(const AutocompleteInput& input, in Start()
95 void ShortcutsProvider::DeleteMatch(const AutocompleteMatch& match) { in DeleteMatch()
120 ShortcutsProvider::~ShortcutsProvider() { in ~ShortcutsProvider()
127 void ShortcutsProvider::OnShortcutsLoaded() { in OnShortcutsLoaded()
131 void ShortcutsProvider::GetMatches(const AutocompleteInput& input) { in GetMatches()
184 AutocompleteMatch ShortcutsProvider::ShortcutToACMatch( in ShortcutToACMatch()
258 ShortcutsProvider::WordMap ShortcutsProvider::CreateWordMapForString( in CreateWordMapForString()
289 ACMatchClassifications ShortcutsProvider::ClassifyAllMatchesInString( in ClassifyAllMatchesInString()
[all …]
Dshortcuts_provider.h23 class ShortcutsProvider
27 explicit ShortcutsProvider(Profile* profile);
43 virtual ~ShortcutsProvider();
Dshortcuts_provider_unittest.cc234 return ShortcutsProvider::ClassifyAllMatchesInString(find_text, in RunTest()
235 ShortcutsProvider::CreateWordMapForString(find_text), text_, matches_); in RunTest()
296 scoped_refptr<ShortcutsProvider> provider_;
310 provider_ = new ShortcutsProvider(&profile_); in SetUp()
726 ShortcutsProvider::kShortcutsProviderDefaultMaxRelevance; in TEST_F()
Dautocomplete_controller.cc218 providers_.push_back(new ShortcutsProvider(profile)); in AutocompleteController()