Searched defs:ExampleSearchResult (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/shell/
H A Dapp_list.cc151 // ExampleSearchResult is an app list search result. It provides what icon to
155 class ExampleSearchResult : public app_list::SearchResult { class in namespace:ash::shell::__anon1947
157 ExampleSearchResult(WindowTypeShelfItem::Type type, function in class:ash::shell::__anon1947::ExampleSearchResult
194 DISALLOW_COPY_AND_ASSIGN(ExampleSearchResult);
269 const ExampleSearchResult* example_result =
270 static_cast<const ExampleSearchResult*>(result);
304 model_->results()->Add(new ExampleSearchResult(type, query));

Completed in 81 milliseconds