/external/chromium_org/chrome/browser/ui/ash/launcher/ |
D | chrome_launcher_controller_unittest.cc | 500 launcher_controller_->IsAppPinned(extension1_->id())); in GetPinnedAppStatus() 504 launcher_controller_->IsAppPinned(extension2_->id())); in GetPinnedAppStatus() 508 launcher_controller_->IsAppPinned(extension3_->id())); in GetPinnedAppStatus() 512 launcher_controller_->IsAppPinned(extension4_->id())); in GetPinnedAppStatus() 516 launcher_controller_->IsAppPinned(extension5_->id())); in GetPinnedAppStatus() 520 launcher_controller_->IsAppPinned(extension6_->id())); in GetPinnedAppStatus() 524 launcher_controller_->IsAppPinned(extension7_->id())); in GetPinnedAppStatus() 528 launcher_controller_->IsAppPinned(extension8_->id())); in GetPinnedAppStatus() 539 EXPECT_TRUE(launcher_controller_->IsAppPinned(extension1_->id())); in GetPinnedAppStatus() 542 EXPECT_TRUE(launcher_controller_->IsAppPinned(extension2_->id())); in GetPinnedAppStatus() [all …]
|
D | chrome_launcher_controller.cc | 844 bool ChromeLauncherController::IsAppPinned(const std::string& app_id) { in IsAppPinned() function in ChromeLauncherController 1174 if (IsAppPinned(extension->id())) { in OnExtensionLoaded() 1197 if (IsAppPinned(id)) { in OnExtensionUnloaded() 1487 if (IsAppPinned(app_id)) in DoPinAppWithID() 1567 IsAppPinned(*pref_app_id)) { in UpdateAppLaunchersFromPref()
|
D | chrome_launcher_controller.h | 299 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/ash/app_list/ |
D | app_list_controller_ash.cc | 38 bool AppListControllerDelegateAsh::IsAppPinned( in IsAppPinned() function in AppListControllerDelegateAsh 40 return ChromeLauncherController::instance()->IsAppPinned(extension_id); in IsAppPinned()
|
D | app_list_controller_ash.h | 24 virtual bool IsAppPinned(const std::string& extension_id) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/app_list/ |
D | app_context_menu.cc | 106 controller_->IsAppPinned(app_id_) ? in GetMenuModel() 185 return controller_->IsAppPinned(app_id_) ? in GetLabelForCommandId() 251 if (controller_->IsAppPinned(app_id_)) in ExecuteCommand()
|
D | app_list_controller_delegate_impl.h | 34 virtual bool IsAppPinned(const std::string& extension_id) OVERRIDE;
|
D | app_list_controller_delegate_impl.cc | 39 bool AppListControllerDelegateImpl::IsAppPinned( in IsAppPinned() function in AppListControllerDelegateImpl
|
D | app_list_controller_delegate.h | 73 virtual bool IsAppPinned(const std::string& extension_id) = 0;
|
D | extension_app_model_builder_unittest.cc | 73 virtual bool IsAppPinned(const std::string& extension_id) OVERRIDE { in IsAppPinned() function in __anon25b792000111::TestAppListControllerDelegate
|
/external/chromium_org/ash/shelf/ |
D | shelf_delegate.h | 40 virtual bool IsAppPinned(const std::string& app_id) = 0;
|
D | shelf_view.cc | 598 !delegate_->IsAppPinned(app_id))) { in StartDrag() 1175 return (type == TYPE_APP_SHORTCUT && delegate_->IsAppPinned(app_id)) ? in RemovableByRipOff()
|
D | shelf_view_unittest.cc | 259 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE { in IsAppPinned() function in ash::test::TestShelfDelegateForShelfView
|
/external/chromium_org/ash/shell/ |
D | shelf_delegate_impl.cc | 40 bool ShelfDelegateImpl::IsAppPinned(const std::string& app_id) { in IsAppPinned() function in ash::shell::ShelfDelegateImpl
|
D | shelf_delegate_impl.h | 33 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
|
/external/chromium_org/ash/test/ |
D | test_shelf_delegate.h | 46 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
|
D | test_shelf_delegate.cc | 99 bool TestShelfDelegate::IsAppPinned(const std::string& app_id) { in IsAppPinned() function in ash::test::TestShelfDelegate
|
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/ |
D | app_info_footer_panel.cc | 94 !ash::Shell::GetInstance()->GetShelfDelegate()->IsAppPinned(app_->id()); in UpdatePinButtons()
|