Searched refs:ItemByID (Results 1 – 8 of 8) sorted by relevance
246 const ash::ShelfItem& item = *model_->ItemByID(shortcut_id); in CreateShortcut()371 ash::ShelfItem item = *shelf_model()->ItemByID(shortcut_id); in IN_PROC_BROWSER_TEST_F()379 item = *shelf_model()->ItemByID(shortcut_id); in IN_PROC_BROWSER_TEST_F()386 item = *shelf_model()->ItemByID(shortcut_id); in IN_PROC_BROWSER_TEST_F()413 const ash::ShelfItem& item2 = *shelf_model()->ItemByID(id); in IN_PROC_BROWSER_TEST_F()440 ash::ShelfItem item = *shelf_model()->ItemByID(shortcut_id); in IN_PROC_BROWSER_TEST_F()456 item = *shelf_model()->ItemByID(shortcut_id); in IN_PROC_BROWSER_TEST_F()463 item = *shelf_model()->ItemByID(shortcut_id); in IN_PROC_BROWSER_TEST_F()495 const ash::ShelfItem& item2 = *shelf_model()->ItemByID(item_id); in IN_PROC_BROWSER_TEST_F()503 const ash::ShelfItem& item3 = *shelf_model()->ItemByID(item_id); in IN_PROC_BROWSER_TEST_F()[all …]
274 ash::ShelfItem item = *(launcher_controller()->model()->ItemByID(shelf_id())); in CreateContextMenu()
247 *(launcher_controller()->model()->ItemByID(shelf_id())); in CreateContextMenu()
212 *(launcher_controller()->model()->ItemByID(shelf_id())); in CreateContextMenu()
114 ShelfItems::const_iterator i = ItemByID(id); in ItemIndexByID()126 ShelfItems::const_iterator ShelfModel::ItemByID(int id) const { in ItemByID() function in ash::ShelfModel
52 ash::ShelfItem item = *(model_->ItemByID(GetShelfIDForWindow(window_))); in CreateContextMenu()
72 ShelfItems::const_iterator ItemByID(ShelfID id) const;
399 ShelfItems::const_iterator items = model_->ItemByID(id); in GetItemByID()