Searched refs:ShortcutsProvider (Results 1 – 4 of 4) sorted by relevance
53 const int ShortcutsProvider::kShortcutsProviderDefaultMaxRelevance = 1199;55 ShortcutsProvider::ShortcutsProvider(Profile* profile) in ShortcutsProvider() function in ShortcutsProvider69 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 …]
23 class ShortcutsProvider27 explicit ShortcutsProvider(Profile* profile);43 virtual ~ShortcutsProvider();
234 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()
218 providers_.push_back(new ShortcutsProvider(profile)); in AutocompleteController()