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();
101 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() {
108 const gfx::ImageSkia& AppListFolderItem::GetTopIcon(size_t item_index) {
113 gfx::Rect AppListFolderItem::GetTargetIconRectInFolderForItem(
118 Rects rects = AppListFolderItem::GetTopIconsBounds(folder_icon_bounds);
129 void AppListFolderItem::Activate(int event_flags)
    [all...]

Completed in 2187 milliseconds