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

/external/chromium_org/chrome/browser/ui/app_list/
H A Drecommended_apps.cc25 struct AppSortInfo { struct in namespace:app_list::__anon4951
26 AppSortInfo() : app(NULL) {} function in struct:app_list::__anon4951::AppSortInfo
27 AppSortInfo(const extensions::Extension* app, function in struct:app_list::__anon4951::AppSortInfo
35 bool AppLaunchedMoreRecent(const AppSortInfo& app1, const AppSortInfo& app2) {
66 std::vector<AppSortInfo> sorted_apps;
76 AppSortInfo(app->get(), prefs->GetLastLaunchTime((*app)->id())));

Completed in 159 milliseconds