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

/external/chromium_org/ui/app_list/
H A Dapp_list_model.h32 // NOTE: Currently this class observes |top_level_item_list_|. The View code may
95 // Sets the position of |item| either in |top_level_item_list_| or the folder
109 // Deletes the item matching |id| from |top_level_item_list_| or from the
127 AppListItemList* top_level_item_list() { return top_level_item_list_.get(); }
143 // Adds |item_ptr| to |top_level_item_list_| and notifies observers.
147 // Adds |item_ptr| to |top_level_item_list_| and notifies observers that an
156 // Removes |item| from |top_level_item_list_| or calls RemoveItemFromFolder if
161 // from |top_level_item_list_|. Does NOT trigger observers, calling function
166 scoped_ptr<AppListItemList> top_level_item_list_; member in class:app_list::AppListModel

Completed in 305 milliseconds