Home
last modified time | relevance | path

Searched refs:IsAppPinned (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/launcher/
Dchrome_launcher_controller_unittest.cc494 launcher_controller_->IsAppPinned(extension1_->id())); in GetPinnedAppStatus()
498 launcher_controller_->IsAppPinned(extension2_->id())); in GetPinnedAppStatus()
502 launcher_controller_->IsAppPinned(extension3_->id())); in GetPinnedAppStatus()
506 launcher_controller_->IsAppPinned(extension4_->id())); in GetPinnedAppStatus()
510 launcher_controller_->IsAppPinned(extension5_->id())); in GetPinnedAppStatus()
514 launcher_controller_->IsAppPinned(extension6_->id())); in GetPinnedAppStatus()
518 launcher_controller_->IsAppPinned(extension7_->id())); in GetPinnedAppStatus()
522 launcher_controller_->IsAppPinned(extension8_->id())); in GetPinnedAppStatus()
534 EXPECT_TRUE(launcher_controller_->IsAppPinned(extension1_->id())); in GetPinnedAppStatus()
537 EXPECT_TRUE(launcher_controller_->IsAppPinned(extension2_->id())); in GetPinnedAppStatus()
[all …]
Dchrome_launcher_controller.cc789 bool ChromeLauncherController::IsAppPinned(const std::string& app_id) { in IsAppPinned() function in ChromeLauncherController
1170 if (IsAppPinned(extension->id())) { in Observe()
1190 if (IsAppPinned(id)) { in Observe()
1431 if (IsAppPinned(app_id)) in DoPinAppWithID()
1512 IsAppPinned(*pref_app_id)) { in UpdateAppLaunchersFromPref()
Dchrome_launcher_controller.h300 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
/external/chromium_org/chrome/browser/ui/ash/app_list/
Dapp_list_controller_ash.cc30 bool AppListControllerDelegateAsh::IsAppPinned( in IsAppPinned() function in AppListControllerDelegateAsh
32 return ChromeLauncherController::instance()->IsAppPinned(extension_id); in IsAppPinned()
Dapp_list_controller_ash.h23 virtual bool IsAppPinned(const std::string& extension_id) OVERRIDE;
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_context_menu.cc106 controller_->IsAppPinned(app_id_) ? in GetMenuModel()
168 return controller_->IsAppPinned(app_id_) ? in GetLabelForCommandId()
236 if (controller_->IsAppPinned(app_id_)) in ExecuteCommand()
Dapp_list_controller_delegate_impl.h34 virtual bool IsAppPinned(const std::string& extension_id) OVERRIDE;
Dapp_list_controller_delegate_impl.cc38 bool AppListControllerDelegateImpl::IsAppPinned( in IsAppPinned() function in AppListControllerDelegateImpl
Dapp_list_controller_delegate.h67 virtual bool IsAppPinned(const std::string& extension_id) = 0;
Dextension_app_model_builder_unittest.cc71 virtual bool IsAppPinned(const std::string& extension_id) OVERRIDE { in IsAppPinned() function in __anonae20e0730111::TestAppListControllerDelegate
/external/chromium_org/ash/shelf/
Dshelf_delegate.h40 virtual bool IsAppPinned(const std::string& app_id) = 0;
Dshelf_view.cc594 !delegate_->IsAppPinned(app_id))) { in StartDrag()
1240 return (type == TYPE_APP_SHORTCUT && delegate_->IsAppPinned(app_id)) ? in RemovableByRipOff()
Dshelf_view_unittest.cc231 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE { in IsAppPinned() function in ash::test::TestShelfDelegateForShelfView
/external/chromium_org/ash/shell/
Dshelf_delegate_impl.cc41 bool ShelfDelegateImpl::IsAppPinned(const std::string& app_id) { in IsAppPinned() function in ash::shell::ShelfDelegateImpl
Dshelf_delegate_impl.h33 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
/external/chromium_org/ash/test/
Dtest_shelf_delegate.h46 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
Dtest_shelf_delegate.cc100 bool TestShelfDelegate::IsAppPinned(const std::string& app_id) { in IsAppPinned() function in ash::test::TestShelfDelegate