Home | History | Annotate | Download | only in app_list

Lines Matching defs:AppListModel

17 AppListModel::AppListModel()
26 AppListModel::~AppListModel() { top_level_item_list_->RemoveObserver(this); }
28 void AppListModel::AddObserver(AppListModelObserver* observer) {
32 void AppListModel::RemoveObserver(AppListModelObserver* observer) {
36 void AppListModel::SetStatus(Status status) {
46 AppListItem* AppListModel::FindItem(const std::string& id) {
59 AppListFolderItem* AppListModel::FindFolderItem(const std::string& id) {
67 AppListItem* AppListModel::AddItem(scoped_ptr<AppListItem> item) {
73 AppListItem* AppListModel::AddItemToFolder(scoped_ptr<AppListItem> item,
88 const std::string AppListModel::MergeItems(const std::string& target_item_id,
155 void AppListModel::MoveItemToFolder(AppListItem* item,
169 bool AppListModel::MoveItemToFolderAt(AppListItem* item,
197 void AppListModel::SetItemPosition(AppListItem* item,
214 void AppListModel::SetItemName(AppListItem* item, const std::string& name) {
216 DVLOG(2) << "AppListModel::SetItemName: " << item->ToDebugString();
222 void AppListModel::SetItemNameAndShortName(AppListItem* item,
226 DVLOG(2) << "AppListModel::SetItemNameAndShortName: "
233 void AppListModel::DeleteItem(const std::string& id) {
258 void AppListModel::NotifyExtensionPreferenceChanged() {
263 void AppListModel::SetFoldersEnabled(bool folders_enabled) {
290 void AppListModel::OnListItemMoved(size_t from_index,
298 AppListFolderItem* AppListModel::FindOrCreateFolderItem(
322 AppListItem* AppListModel::AddItemToItemListAndNotify(
332 AppListItem* AppListModel::AddItemToItemListAndNotifyUpdate(
342 AppListItem* AppListModel::AddItemToFolderItemAndNotify(
353 scoped_ptr<AppListItem> AppListModel::RemoveItem(AppListItem* item) {
361 scoped_ptr<AppListItem> AppListModel::RemoveItemFromFolder(