Searched refs:GetAppIDForShelfID (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_delegate.h32 virtual const std::string& GetAppIDForShelfID(ShelfID id) = 0;
H A Dshelf_view.cc1008 delegate_->GetAppIDForShelfID(model_->items()[current_index].id);
1133 delegate_->GetAppIDForShelfID(model_->items()[current_index].id);
1173 std::string app_id = delegate_->GetAppIDForShelfID(model_->items()[index].id);
H A Dshelf_view_unittest.cc249 virtual const std::string& GetAppIDForShelfID(ShelfID id) OVERRIDE {
283 // GetAppIDForShelfID().
/external/chromium_org/ash/shell/
H A Dshelf_delegate_impl.cc33 const std::string& ShelfDelegateImpl::GetAppIDForShelfID(ShelfID id) { function in class:ash::shell::ShelfDelegateImpl
H A Dshelf_delegate_impl.h31 virtual const std::string& GetAppIDForShelfID(ShelfID id) OVERRIDE;
/external/chromium_org/ash/test/
H A Dtest_shelf_delegate.h43 virtual const std::string& GetAppIDForShelfID(ShelfID id) OVERRIDE;
H A Dtest_shelf_delegate.cc88 const std::string& TestShelfDelegate::GetAppIDForShelfID(ShelfID id) { function in class:ash::test::TestShelfDelegate
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_context_menu.cc159 controller_->GetAppIDForShelfID(item_.id));
H A Dchrome_launcher_controller.h297 virtual const std::string& GetAppIDForShelfID(ash::ShelfID id) OVERRIDE;
H A Dchrome_launcher_controller.cc626 std::string app_id = GetAppIDForShelfID(id);
647 return extensions::util::IsEphemeralApp(GetAppIDForShelfID(id), profile_);
695 std::string app_id = GetAppIDForShelfID(id);
794 const std::string& ChromeLauncherController::GetAppIDForShelfID( function in class:ChromeLauncherController
1395 list.push_back(GetAppIDForShelfID(model_->items()[i].id));
H A Dchrome_launcher_controller_unittest.cc496 launcher_controller_->GetAppIDForShelfID(model_->items()[i].id);
536 launcher_controller_->GetAppIDForShelfID(model_->items()[i].id);

Completed in 1891 milliseconds