HomeSort by relevance Sort by last modified time
    Searched refs:IsAppPinned (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/ash/shelf/
shelf_delegate.h 40 virtual bool IsAppPinned(const std::string& app_id) = 0;
shelf_view.cc 598 !delegate_->IsAppPinned(app_id))) {
    [all...]
shelf_view_unittest.cc 259 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE {
    [all...]
  /external/chromium_org/ash/shell/
shelf_delegate_impl.cc 40 bool ShelfDelegateImpl::IsAppPinned(const std::string& app_id) {
shelf_delegate_impl.h 33 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_unittest.cc 500 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_->id()))
    [all...]
chrome_launcher_controller.h 299 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
chrome_launcher_controller.cc 844 bool ChromeLauncherController::IsAppPinned(const std::string& app_id) {
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc 38 bool AppListControllerDelegateAsh::IsAppPinned(
40 return ChromeLauncherController::instance()->IsAppPinned(extension_id);
app_list_controller_ash.h 24 virtual bool IsAppPinned(const std::string& extension_id) OVERRIDE;
  /external/chromium_org/ash/test/
test_shelf_delegate.h 46 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
test_shelf_delegate.cc 99 bool TestShelfDelegate::IsAppPinned(const std::string& app_id) {
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate_impl.h 34 virtual bool IsAppPinned(const std::string& extension_id) OVERRIDE;
app_context_menu.cc 106 controller_->IsAppPinned(app_id_) ?
185 return controller_->IsAppPinned(app_id_) ?
251 if (controller_->IsAppPinned(app_id_))
app_list_controller_delegate.h 73 virtual bool IsAppPinned(const std::string& extension_id) = 0;
app_list_controller_delegate_impl.cc 39 bool AppListControllerDelegateImpl::IsAppPinned(
extension_app_model_builder_unittest.cc 73 virtual bool IsAppPinned(const std::string& extension_id) OVERRIDE {
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_footer_panel.cc 94 !ash::Shell::GetInstance()->GetShelfDelegate()->IsAppPinned(app_->id());

Completed in 240 milliseconds