HomeSort by relevance Sort by last modified time
    Searched defs:Apps (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/search/
app_search_provider.h 32 typedef ScopedVector<App> Apps;
45 Apps apps_;
  /external/chromium_org/chrome/browser/ui/app_list/
apps_model_builder.h 34 app_list::AppListModel::Apps* model,
45 typedef std::vector<ExtensionAppItem*> Apps;
71 // Adds apps in |extensions| to |apps|.
72 void AddApps(const ExtensionSet* extensions, Apps* apps);
74 // Populates the model with apps.
77 // Re-sort apps in case app ordinal prefs are changed.
109 // Sub apps model of AppListModel that represents apps grid view
    [all...]
  /external/chromium_org/ui/app_list/
app_list_model.h 21 // Master model of app list that consists of three sub models: Apps,
22 // SearchBoxModel and SearchResults. The Apps sub model owns a list of
29 STATUS_SYNCING, // Syncing apps or installing synced apps.
32 typedef ui::ListModel<AppListItemModel> Apps;
43 Apps* apps() { return apps_.get(); } function in class:app_list::AppListModel
49 scoped_ptr<Apps> apps_;
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager.h 62 typedef std::vector<App> Apps;
113 // Gets info of all apps.
114 void GetApps(Apps* apps) const;

Completed in 256 milliseconds