Searched defs:GetAppIDForShelfID (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/shell/
H A Dshelf_delegate_impl.cc33 const std::string& ShelfDelegateImpl::GetAppIDForShelfID(ShelfID id) { function in class:ash::shell::ShelfDelegateImpl
/external/chromium_org/ash/test/
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 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));

Completed in 252 milliseconds