Home
last modified time | relevance | path

Searched refs:ItemByID (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/launcher/
Dchrome_launcher_controller_browsertest.cc246 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 …]
Dapp_window_launcher_item_controller.cc274 ash::ShelfItem item = *(launcher_controller()->model()->ItemByID(shelf_id())); in CreateContextMenu()
Dbrowser_shortcut_launcher_item_controller.cc247 *(launcher_controller()->model()->ItemByID(shelf_id())); in CreateContextMenu()
Dapp_shortcut_launcher_item_controller.cc212 *(launcher_controller()->model()->ItemByID(shelf_id())); in CreateContextMenu()
/external/chromium_org/ash/shelf/
Dshelf_model.cc114 ShelfItems::const_iterator i = ItemByID(id); in ItemIndexByID()
126 ShelfItems::const_iterator ShelfModel::ItemByID(int id) const { in ItemByID() function in ash::ShelfModel
Dshelf_window_watcher_item_delegate.cc52 ash::ShelfItem item = *(model_->ItemByID(GetShelfIDForWindow(window_))); in CreateContextMenu()
Dshelf_model.h72 ShelfItems::const_iterator ItemByID(ShelfID id) const;
Dshelf_view_unittest.cc399 ShelfItems::const_iterator items = model_->ItemByID(id); in GetItemByID()