Searched refs:IsAppPinned (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_delegate.h40 virtual bool IsAppPinned(const std::string& app_id) = 0;
H A Dshelf_view.cc598 !delegate_->IsAppPinned(app_id))) {
1175 return (type == TYPE_APP_SHORTCUT && delegate_->IsAppPinned(app_id)) ?
H A Dshelf_view_unittest.cc259 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE {
/external/chromium_org/ash/shell/
H A Dshelf_delegate_impl.cc40 bool ShelfDelegateImpl::IsAppPinned(const std::string& app_id) { function in class:ash::shell::ShelfDelegateImpl
H A Dshelf_delegate_impl.h33 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_unittest.cc500 launcher_controller_->IsAppPinned(extension1_->id()));
504 launcher_controller_->IsAppPinned(extension2_->id()));
508 launcher_controller_->IsAppPinned(extension3_->id()));
512 launcher_controller_->IsAppPinned(extension4_->id()));
516 launcher_controller_->IsAppPinned(extension5_->id()));
520 launcher_controller_->IsAppPinned(extension6_->id()));
524 launcher_controller_->IsAppPinned(extension7_->id()));
528 launcher_controller_->IsAppPinned(extension8_->id()));
539 EXPECT_TRUE(launcher_controller_->IsAppPinned(extension1_->id()));
542 EXPECT_TRUE(launcher_controller_->IsAppPinned(extension2
[all...]
H A Dchrome_launcher_controller.h299 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
H A Dchrome_launcher_controller.cc844 bool ChromeLauncherController::IsAppPinned(const std::string& app_id) { function in class:ChromeLauncherController
1174 if (IsAppPinned(extension->id())) {
1197 if (IsAppPinned(id)) {
1487 if (IsAppPinned(app_id))
1567 IsAppPinned(*pref_app_id)) {
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_controller_ash.cc38 bool AppListControllerDelegateAsh::IsAppPinned( function in class:AppListControllerDelegateAsh
40 return ChromeLauncherController::instance()->IsAppPinned(extension_id);
H A Dapp_list_controller_ash.h24 virtual bool IsAppPinned(const std::string& extension_id) OVERRIDE;
/external/chromium_org/ash/test/
H A Dtest_shelf_delegate.h46 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
H A Dtest_shelf_delegate.cc99 bool TestShelfDelegate::IsAppPinned(const std::string& app_id) { function in class:ash::test::TestShelfDelegate
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_delegate_impl.h34 virtual bool IsAppPinned(const std::string& extension_id) OVERRIDE;
H A Dapp_context_menu.cc106 controller_->IsAppPinned(app_id_) ?
185 return controller_->IsAppPinned(app_id_) ?
251 if (controller_->IsAppPinned(app_id_))
H A Dapp_list_controller_delegate.h73 virtual bool IsAppPinned(const std::string& extension_id) = 0;
H A Dapp_list_controller_delegate_impl.cc39 bool AppListControllerDelegateImpl::IsAppPinned( function in class:AppListControllerDelegateImpl
H A Dextension_app_model_builder_unittest.cc73 virtual bool IsAppPinned(const std::string& extension_id) OVERRIDE {
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
H A Dapp_info_footer_panel.cc94 !ash::Shell::GetInstance()->GetShelfDelegate()->IsAppPinned(app_->id());

Completed in 1742 milliseconds