Searched defs:IsAppPinned (Results 1 - 5 of 5) sorted by relevance

/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
/external/chromium_org/ash/test/
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.cc39 bool AppListControllerDelegateImpl::IsAppPinned( function in class:AppListControllerDelegateImpl
/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);
/external/chromium_org/chrome/browser/ui/ash/launcher/
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)) {

Completed in 1388 milliseconds