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

/external/chromium_org/ui/app_list/
H A Dapp_list_item_model.cc12 AppListItemModel::AppListItemModel(const std::string& id) function in class:app_list::AppListItemModel
19 AppListItemModel::~AppListItemModel() {
22 void AppListItemModel::SetIcon(const gfx::ImageSkia& icon, bool has_shadow) {
28 void AppListItemModel::SetTitleAndFullName(const std::string& title,
38 void AppListItemModel::SetHighlighted(bool highlighted) {
48 void AppListItemModel::SetIsInstalling(bool is_installing) {
58 void AppListItemModel::SetPercentDownloaded(int percent_downloaded) {
68 void AppListItemModel
[all...]
H A Dapp_list_item_model.h26 // AppListItemModel provides icon and title to be shown in a AppListItemView
28 class APP_LIST_EXPORT AppListItemModel { class in namespace:app_list
30 explicit AppListItemModel(const std::string& id);
31 virtual ~AppListItemModel();
70 virtual bool CompareForTest(const AppListItemModel* other) const;
97 DISALLOW_COPY_AND_ASSIGN(AppListItemModel);

Completed in 287 milliseconds