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

/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dapp_search_provider.cc37 const TokenizedString& indexed_name() const { return indexed_name_; } function in class:app_list::AppSearchProvider::App
83 result->set_title((*app_it)->indexed_name().text());
88 if (!match.Calculate(query_terms, (*app_it)->indexed_name()))
91 result->UpdateFromMatch((*app_it)->indexed_name(), match);

Completed in 321 milliseconds