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

/external/chromium_org/ash/shelf/
H A Dshelf.cc101 void Shelf::ActivateShelfItem(int index) { function in class:ash::Shelf
119 ActivateShelfItem(item_index);
175 ActivateShelfItem(found_index);
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc164 void ActivateShelfItem(int id) { function in class:LauncherPlatformAppBrowserTest
165 shelf_->ActivateShelfItem(id);
256 void ActivateShelfItem(int id) { function in class:ShelfAppBrowserTest
257 shelf_->ActivateShelfItem(id);
584 ActivateShelfItem(shelf_model()->ItemIndexByID(item_id1));
591 ActivateShelfItem(shelf_model()->ItemIndexByID(item_id2));
605 ActivateShelfItem(shelf_model()->ItemIndexByID(item_id1));
608 ActivateShelfItem(shelf_model()->ItemIndexByID(item_id1));
612 ActivateShelfItem(shelf_model()->ItemIndexByID(item_id2));
618 ActivateShelfItem(shelf_mode
[all...]

Completed in 89 milliseconds