Searched refs:PinAppWithID (Results 1 – 12 of 12) sorted by relevance
37 virtual void PinAppWithID(const std::string& app_id) = 0;
228 virtual void PinAppWithID(const std::string& app_id) OVERRIDE { in PinAppWithID() function in ash::test::TestShelfDelegateForShelfView
595 delegate_->PinAppWithID(app_id); in StartDrag()
38 void ShelfDelegateImpl::PinAppWithID(const std::string& app_id) { in PinAppWithID() function in ash::shell::ShelfDelegateImpl
32 virtual void PinAppWithID(const std::string& app_id) OVERRIDE;
44 virtual void PinAppWithID(const std::string& app_id) OVERRIDE;
93 void TestShelfDelegate::PinAppWithID(const std::string& app_id) { in PinAppWithID() function in ash::test::TestShelfDelegate
36 ChromeLauncherController::instance()->PinAppWithID(extension_id); in PinApp()
1428 launcher_controller_->PinAppWithID(extension1_->id()); in TEST_F()1467 launcher_controller_->PinAppWithID(extension1_->id()); in TEST_F()1689 launcher_controller_->PinAppWithID(extension1_->id()); in TEST_F()2637 launcher_controller_->PinAppWithID("1"); in TEST_F()2639 launcher_controller_->PinAppWithID("2"); in TEST_F()2699 launcher_controller_->PinAppWithID("1"); in TEST_F()
299 virtual void PinAppWithID(const std::string& app_id) OVERRIDE;
809 void ChromeLauncherController::PinAppWithID(const std::string& app_id) { in PinAppWithID() function in ChromeLauncherController
1996 controller_->PinAppWithID(extension_misc::kWebStoreAppId); in IN_PROC_BROWSER_TEST_F()