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

  /external/chromium_org/ui/app_list/
app_list_folder_item.h 23 // AppListFolderItem implements the model/controller for folders.
24 class APP_LIST_EXPORT AppListFolderItem : public AppListItem,
38 AppListFolderItem(const std::string& id, FolderType folder_type);
39 virtual ~AppListFolderItem();
105 DISALLOW_COPY_AND_ASSIGN(AppListFolderItem);
app_list_folder_item.cc 66 AppListFolderItem::GetTopIconsBounds(gfx::Rect(size()));
82 AppListFolderItem::AppListFolderItem(const std::string& id,
90 AppListFolderItem::~AppListFolderItem() {
96 void AppListFolderItem::UpdateIcon() {
109 const gfx::ImageSkia& AppListFolderItem::GetTopIcon(size_t item_index) {
114 gfx::Rect AppListFolderItem::GetTargetIconRectInFolderForItem(
119 Rects rects = AppListFolderItem::GetTopIconsBounds(folder_icon_bounds);
130 void AppListFolderItem::Activate(int event_flags)
    [all...]

Completed in 616 milliseconds