Home
last modified time | relevance | path

Searched refs:PinAppWithID (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/ash/shelf/
Dshelf_delegate.h37 virtual void PinAppWithID(const std::string& app_id) = 0;
Dshelf_view_unittest.cc228 virtual void PinAppWithID(const std::string& app_id) OVERRIDE { in PinAppWithID() function in ash::test::TestShelfDelegateForShelfView
Dshelf_view.cc595 delegate_->PinAppWithID(app_id); in StartDrag()
/external/chromium_org/ash/shell/
Dshelf_delegate_impl.cc38 void ShelfDelegateImpl::PinAppWithID(const std::string& app_id) { in PinAppWithID() function in ash::shell::ShelfDelegateImpl
Dshelf_delegate_impl.h32 virtual void PinAppWithID(const std::string& app_id) OVERRIDE;
/external/chromium_org/ash/test/
Dtest_shelf_delegate.h44 virtual void PinAppWithID(const std::string& app_id) OVERRIDE;
Dtest_shelf_delegate.cc93 void TestShelfDelegate::PinAppWithID(const std::string& app_id) { in PinAppWithID() function in ash::test::TestShelfDelegate
/external/chromium_org/chrome/browser/ui/ash/app_list/
Dapp_list_controller_ash.cc36 ChromeLauncherController::instance()->PinAppWithID(extension_id); in PinApp()
/external/chromium_org/chrome/browser/ui/ash/launcher/
Dchrome_launcher_controller_unittest.cc1428 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()
Dchrome_launcher_controller.h299 virtual void PinAppWithID(const std::string& app_id) OVERRIDE;
Dchrome_launcher_controller.cc809 void ChromeLauncherController::PinAppWithID(const std::string& app_id) { in PinAppWithID() function in ChromeLauncherController
Dchrome_launcher_controller_browsertest.cc1996 controller_->PinAppWithID(extension_misc::kWebStoreAppId); in IN_PROC_BROWSER_TEST_F()