Home
last modified time | relevance | path

Searched refs:GetAppType (Results 1 – 25 of 82) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/metrics/
H A Ddemo_session_metrics_recorder.cc137 AppType GetAppType(const aura::Window* window) { in GetAppType() function
142 return (GetAppType(window) == AppType::ARC_APP); in IsArcWindow()
168 AppType app_type = GetAppType(window); in GetAppFromWindow()
373 AppType app_type = GetAppType(gained_active); in OnWindowActivated()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/
H A Dintent_picker_tab_helper.cc22 apps::mojom::AppType GetAppType(apps::PickerEntryType picker_entry_type) { in GetAppType() function
98 auto app_type = GetAppType(apps[index].type); in LoadAppIcon()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/app_service/
H A Dapp_service_proxy.cc367 apps::mojom::AppType app_type = cache_.GetAppType(app_id); in Uninstall()
378 app_service_->Uninstall(cache_.GetAppType(app_id), app_id, uninstall_source, in UninstallSilently()
391 apps::mojom::AppType app_type = cache_.GetAppType(data.first); in PauseApps()
424 apps::mojom::AppType app_type = cache_.GetAppType(app_id); in UnpauseApps()
439 apps::mojom::AppType app_type = cache_.GetAppType(app_id); in StopApp()
452 apps::mojom::AppType app_type = cache_.GetAppType(app_id); in GetMenuModel()
465 apps::mojom::AppType app_type = cache_.GetAppType(app_id); in ExecuteContextMenuCommand()
625 app_service_->AddPreferredApp(cache_.GetAppType(app_id), app_id, in AddPreferredApp()
H A Dapp_icon_source.cc100 app_service_proxy->AppRegistryCache().GetAppType(app_id); in StartDataRequest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/launcher/app_service/
H A Dapp_service_app_window_launcher_controller.cc191 if (GetAppType(shelf_id.app_id) != apps::mojom::AppType::kBuiltIn) in OnWindowPropertyChanged()
342 if (GetAppType(app_id) == apps::mojom::AppType::kCrostini || in OnInstanceUpdate()
631 GetAppType(shelf_id.app_id) != apps::mojom::AppType::kUnknown) { in GetShelfId()
637 apps::mojom::AppType AppServiceAppWindowLauncherController::GetAppType( in GetAppType() function in AppServiceAppWindowLauncherController
641 auto app_type = proxy->AppRegistryCache().GetAppType(app_id); in GetAppType()
H A Dapp_service_app_window_launcher_controller.h135 apps::mojom::AppType GetAppType(const std::string& app_id) const;
H A Dapp_service_app_window_launcher_item_controller.cc180 return proxy->AppRegistryCache().GetAppType(shelf_id().app_id) == in IsChromeApp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/app_list/app_service/
H A Dapp_service_app_icon_loader.cc61 if (proxy->AppRegistryCache().GetAppType(app_id) != in CanLoadImageForApp()
148 apps::mojom::AppType app_type = proxy->AppRegistryCache().GetAppType(app_id); in CallLoadIcon()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/extensions/
H A Dextension_installed_notification.cc74 if (proxy->AppRegistryCache().GetAppType(extension_id_) == in Click()
H A Dhosted_app_browser_controller.cc85 .GetAppType(extension->id()) != in GetWindowAppIcon()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/settings/chromeos/
H A Dparental_controls_handler.cc71 if (registry.GetAppType(app_id) != apps::mojom::AppType::kUnknown) { in HandleLaunchFamilyLinkSettings()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/settings/chromeos/
H A Dparental_controls_handler.cc80 if (registry.GetAppType(app_id) != apps::mojom::AppType::kUnknown) { in HandleLaunchFamilyLinkSettings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/launcher/
H A Dshelf_context_menu.cc40 if (proxy->AppRegistryCache().GetAppType(app_id) != in UninstallApp()
70 if (proxy->AppRegistryCache().GetAppType(item->id.app_id) != in Create()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/fpdfxfa/include/
H A Dfpdfxfa_app.h37 void GetAppType(CFX_WideString& wsAppType) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/views/
H A Dsearch_result_tile_item_view.h91 AppListMenuModelAdapter::AppListViewAppType GetAppType() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/services/app_service/public/cpp/
H A Dapp_registry_cache.h98 apps::mojom::AppType GetAppType(const std::string& app_id); in COMPONENT_EXPORT()
H A Dapp_registry_cache.cc115 apps::mojom::AppType AppRegistryCache::GetAppType(const std::string& app_id) { in GetAppType() function in apps::AppRegistryCache
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Denv.go115 func (n NullConfiguration) GetAppType() AppType { return NoAppType } func
1407 func (e *Env) GetAppType() AppType { func
1409 case e.cmd.GetAppType() != NoAppType:
1410 return e.cmd.GetAppType()
1413 case e.GetConfig().GetAppType() != NoAppType:
1414 return e.GetConfig().GetAppType()
1854 func (c AppConfig) GetAppType() AppType { func
2082 if e.GetAppType() == MobileAppType && !e.GetFeatureFlags().Admin(e.GetUID()) {
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker/include/aws/sagemaker/model/
H A DDeleteAppRequest.h123 inline const AppType& GetAppType() const{ return m_appType; } in GetAppType() function
H A DDescribeAppRequest.h123 inline const AppType& GetAppType() const{ return m_appType; } in GetAppType() function
H A DAppDetails.h128 inline const AppType& GetAppType() const{ return m_appType; } in GetAppType() function
H A DCreateAppRequest.h127 inline const AppType& GetAppType() const{ return m_appType; } in GetAppType() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_manager/
H A Dapp_service_file_tasks.cc90 proxy->AppRegistryCache().GetAppType(launch_entry.app_id); in FindAppServiceTasks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_system_provider/
H A Dextension_provider.cc138 if (AppServiceProxy->AppRegistryCache().GetAppType( in ExtensionProvider()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/app_list/
H A Dapp_list_controller_delegate.cc89 DCHECK_NE(proxy->AppRegistryCache().GetAppType(app_id), in DoShowAppInfoFlow()

1234