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

  /external/chromium_org/ui/app_list/
app_list_item_model.cc 12 AppListItemModel::AppListItemModel()
18 AppListItemModel::~AppListItemModel() {
21 void AppListItemModel::SetIcon(const gfx::ImageSkia& icon, bool has_shadow) {
27 void AppListItemModel::SetTitle(const std::string& title) {
35 void AppListItemModel::SetHighlighted(bool highlighted) {
45 void AppListItemModel::SetIsInstalling(bool is_installing) {
55 void AppListItemModel::SetPercentDownloaded(int percent_downloaded) {
65 void AppListItemModel::AddObserver(AppListItemModelObserver* observer)
    [all...]
app_list_item_model.h 23 // AppListItemModel provides icon and title to be shown in a AppListItemView
25 class APP_LIST_EXPORT AppListItemModel {
27 AppListItemModel();
28 virtual ~AppListItemModel();
67 DISALLOW_COPY_AND_ASSIGN(AppListItemModel);

Completed in 38 milliseconds