Home
last modified time | relevance | path

Searched refs:guest_os (Results 1 – 25 of 117) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/guest_os/
H A Dguest_os_registry_service.cc45 namespace guest_os { namespace
119 pref_registration.SetIntKey(guest_os::prefs::kAppVmTypeKey, in PopulatePrefRegistrationFromApp()
121 pref_registration.SetKey(guest_os::prefs::kAppVmNameKey, in PopulatePrefRegistrationFromApp()
126 pref_registration.SetKey(guest_os::prefs::kAppCommentKey, in PopulatePrefRegistrationFromApp()
134 pref_registration.SetKey(guest_os::prefs::kAppKeywordsKey, in PopulatePrefRegistrationFromApp()
346 .FindKeyOfType(guest_os::prefs::kAppDesktopFileIdKey, in DesktopFileId()
354 pref_.FindIntKey(guest_os::prefs::kAppVmTypeKey); in VmType()
371 .FindKeyOfType(guest_os::prefs::kAppContainerNameKey, in ContainerName()
383 return LocalizedString(guest_os::prefs::kAppNameKey); in Name()
387 return LocalizedString(guest_os::prefs::kAppCommentKey); in Comment()
[all …]
H A Dguest_os_external_protocol_handler.cc14 namespace guest_os { namespace
17 using VmType = guest_os::GuestOsRegistryService::VmType;
20 const guest_os::GuestOsRegistryService::Registration& app, in AppHandlesProtocol()
31 guest_os::GuestOsRegistryServiceFactory::GetForProfile(profile); in GetHandler()
H A Dguest_os_external_protocol_handler_unittest.cc18 namespace guest_os { namespace
53 EXPECT_FALSE(guest_os::GetHandler(profile(), GURL("testscheme:12341234"))); in TEST_F()
60 EXPECT_TRUE(guest_os::GetHandler(profile(), GURL("testscheme:12341234"))); in TEST_F()
78 EXPECT_FALSE(guest_os::GetHandler(otr_profile, GURL("testscheme:12341234"))); in TEST_F()
H A Dguest_os_registry_service_factory.h14 namespace guest_os {
20 static guest_os::GuestOsRegistryService* GetForProfile(Profile* profile);
H A Dguest_os_registry_service_factory.cc11 namespace guest_os { namespace
14 GuestOsRegistryService* guest_os::GuestOsRegistryServiceFactory::GetForProfile( in GetForProfile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_manager/
H A Dguest_os_file_tasks.cc97 const guest_os::GuestOsRegistryService::Registration& app) { in AppSupportsMimeTypeOfAllEntries()
121 const guest_os::GuestOsRegistryService::Registration& app) { in AppSupportsExtensionOfAllEntries()
154 std::vector<guest_os::GuestOsRegistryService::VmType>* vm_types) { in FindGuestOsApps()
169 guest_os::GuestOsRegistryServiceFactory::GetForProfile(profile); in FindGuestOsApps()
178 case guest_os::GuestOsRegistryService::VmType:: in FindGuestOsApps()
186 case guest_os::GuestOsRegistryService::VmType:: in FindGuestOsApps()
233 case guest_os::GuestOsRegistryService::VmType:: in FindGuestOsTasks()
237 case guest_os::GuestOsRegistryService::VmType:: in FindGuestOsTasks()
267 guest_os::GuestOsRegistryServiceFactory::GetForProfile(profile); in ExecuteGuestOsTask()
286 case guest_os::GuestOsRegistryService::VmType:: in ExecuteGuestOsTask()
[all …]
H A Dguest_os_file_tasks_unittest.cc30 guest_os::GuestOsRegistryService::VmType::ApplicationList_VmType_TERMINA;
32 guest_os::GuestOsRegistryService::VmType::ApplicationList_VmType_PLUGIN_VM;
58 guest_os::GuestOsRegistryService::VmType vm_type) { in AddApp()
62 guest_os::prefs::kGuestOsRegistry); in AddApp()
111 std::vector<guest_os::GuestOsRegistryService::VmType> app_vm_types_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/crostini/
H A Dcrostini_shelf_utils.cc77 .FindKeyOfType(guest_os::prefs::kAppStartupNotifyKey, in FindAppId()
84 guest_os::prefs::kAppNoDisplayKey, base::Value::Type::BOOLEAN); in FindAppId()
145 profile->GetPrefs()->GetDictionary(guest_os::prefs::kGuestOsRegistry); in GetCrostiniShelfAppId()
151 if (FindAppId(apps, guest_os::prefs::kAppDesktopFileIdKey, in GetCrostiniShelfAppId()
166 if (FindAppId(apps, guest_os::prefs::kAppDesktopFileIdKey, *window_app_id, in GetCrostiniShelfAppId()
185 apps, guest_os::prefs::kAppStartupWMClassKey, key, &app_id, in GetCrostiniShelfAppId()
192 if (FindAppId(apps, guest_os::prefs::kAppDesktopFileIdKey, key, &app_id) == in GetCrostiniShelfAppId()
197 if (FindAppId(apps, guest_os::prefs::kAppNameKey, key, &app_id, in GetCrostiniShelfAppId()
206 FindAppId(apps, guest_os::prefs::kAppNameKey, *app_name, &app_id, in GetCrostiniShelfAppId()
231 ->GetDictionary(guest_os::prefs::kGuestOsRegistry) in IsCrostiniShelfAppId()
H A Dcrostini_package_notification.cc64 guest_os::GuestOsRegistryServiceFactory::GetForProfile(profile_) in CrostiniPackageNotification()
89 guest_os::GuestOsRegistryServiceFactory::GetForProfile(profile_) in ~CrostiniPackageNotification()
98 guest_os::GuestOsRegistryService* registry_service, in OnRegistryUpdated()
99 guest_os::GuestOsRegistryService::VmType vm_type, in OnRegistryUpdated()
103 if (vm_type != guest_os::GuestOsRegistryService::VmType:: in OnRegistryUpdated()
174 guest_os::GuestOsRegistryServiceFactory::GetForProfile(profile_) in UpdateProgress()
187 guest_os::GuestOsRegistryServiceFactory::GetForProfile(profile_); in UpdateProgress()
H A Dcrostini_util.cc131 guest_os::GuestOsRegistryService::Registration registration, in OnSharePathForLaunchApplication()
163 guest_os::GuestOsRegistryService::Registration registration, in LaunchApplication()
207 guest_os::GuestOsSharePath::GetForProfile(profile)->SharePaths( in LaunchApplication()
246 guest_os::GuestOsRegistryServiceFactory::GetForProfile(profile); in IsUninstallable()
247 base::Optional<guest_os::GuestOsRegistryService::Registration> registration = in IsUninstallable()
303 guest_os::GuestOsRegistryService::Registration registration, in LaunchCrostiniAppImpl()
309 guest_os::GuestOsRegistryServiceFactory::GetForProfile(profile); in LaunchCrostiniAppImpl()
353 guest_os::GuestOsRegistryService::Registration registration, in LaunchCrostiniAppImpl()
401 guest_os::GuestOsRegistryServiceFactory::GetForProfile(profile); in LaunchCrostiniApp()
508 guest_os::GuestOsRegistryServiceFactory::GetForProfile(profile) in RemoveLxdContainerFromPrefs()
[all …]
H A Dcrostini_package_notification.h31 public guest_os::GuestOsRegistryService::Observer {
62 guest_os::GuestOsRegistryService* registry_service,
63 guest_os::GuestOsRegistryService::VmType vm_type,
H A Dcrostini_remover.cc50 guest_os::GuestOsRegistryServiceFactory::GetForProfile(profile_) in StopVmFinished()
51 ->ClearApplicationList(guest_os::GuestOsRegistryService::VmType:: in StopVmFinished()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/app_service/
H A Dborealis_apps.cc79 guest_os::GuestOsRegistryService* BorealisApps::Registry() { in Registry()
80 guest_os::GuestOsRegistryService* registry = in Registry()
81 guest_os::GuestOsRegistryServiceFactory::GetForProfile(profile_); in Registry()
90 const guest_os::GuestOsRegistryService::Registration& registration, in Convert()
93 DCHECK_EQ(registration.VmType(), guest_os::GuestOsRegistryService::VmType:: in Convert()
139 Registry()->GetRegisteredApps(guest_os::GuestOsRegistryService::VmType:: in Connect()
141 const guest_os::GuestOsRegistryService::Registration& registration = in Connect()
188 guest_os::GuestOsRegistryService* registry_service, in OnRegistryUpdated()
189 guest_os::GuestOsRegistryService::VmType vm_type, in OnRegistryUpdated()
193 if (vm_type != guest_os::GuestOsRegistryService::VmType:: in OnRegistryUpdated()
H A Dborealis_apps.h28 public guest_os::GuestOsRegistryService::Observer {
40 guest_os::GuestOsRegistryService* Registry();
44 const guest_os::GuestOsRegistryService::Registration& registration,
67 guest_os::GuestOsRegistryService* registry_service,
68 guest_os::GuestOsRegistryService::VmType vm_type,
H A Dcrostini_apps.h34 public guest_os::GuestOsRegistryService::Observer {
71 guest_os::GuestOsRegistryService* registry_service,
72 guest_os::GuestOsRegistryService::VmType vm_type,
83 const guest_os::GuestOsRegistryService::Registration& registration,
92 guest_os::GuestOsRegistryService* registry_;
H A Dplugin_vm_apps.h32 public guest_os::GuestOsRegistryService::Observer {
68 guest_os::GuestOsRegistryService* registry_service,
69 guest_os::GuestOsRegistryService::VmType vm_type,
75 const guest_os::GuestOsRegistryService::Registration& registration,
83 guest_os::GuestOsRegistryService* registry_;
H A Dcrostini_apps.cc92 registry_ = guest_os::GuestOsRegistryServiceFactory::GetForProfile(profile_); in Initialize()
116 registry_->GetRegisteredApps(guest_os::GuestOsRegistryService::VmType:: in Connect()
118 const guest_os::GuestOsRegistryService::Registration& registration = in Connect()
191 base::Optional<guest_os::GuestOsRegistryService::Registration> in GetMenuModel()
208 guest_os::GuestOsRegistryService* registry_service, in OnRegistryUpdated()
209 guest_os::GuestOsRegistryService::VmType vm_type, in OnRegistryUpdated()
213 if (vm_type != guest_os::GuestOsRegistryService::VmType:: in OnRegistryUpdated()
255 const guest_os::GuestOsRegistryService::Registration& registration, in Convert()
259 guest_os::GuestOsRegistryService::VmType::ApplicationList_VmType_TERMINA); in Convert()
H A Dplugin_vm_apps.cc127 registry_ = guest_os::GuestOsRegistryServiceFactory::GetForProfile(profile_); in PluginVmApps()
164 registry_->GetRegisteredApps(guest_os::GuestOsRegistryService::VmType:: in Connect()
166 const guest_os::GuestOsRegistryService::Registration& registration = in Connect()
224 guest_os::GuestOsRegistryServiceFactory::GetForProfile(profile_) in Uninstall()
225 ->ClearApplicationList(guest_os::GuestOsRegistryService::VmType:: in Uninstall()
257 guest_os::GuestOsRegistryService* registry_service, in OnRegistryUpdated()
258 guest_os::GuestOsRegistryService::VmType vm_type, in OnRegistryUpdated()
262 if (vm_type != guest_os::GuestOsRegistryService::VmType:: in OnRegistryUpdated()
287 const guest_os::GuestOsRegistryService::Registration& registration, in Convert()
289 DCHECK_EQ(registration.VmType(), guest_os::GuestOsRegistryService::VmType:: in Convert()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dvbox_guest.py124 guest_os = __grains__.get("os", "")
125 if guest_os == "openSUSE":
127 elif guest_os == "ubuntu":
129 elif guest_os == "fedora":
132 log.warning("%s is not fully supported yet.", guest_os)
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/guest_os/
H A DBUILD.gn7 static_library("guest_os") {
37 ":guest_os",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/guest_os/
H A DBUILD.gn7 static_library("guest_os") {
37 ":guest_os",
H A DOWNERS1 file://chrome/browser/chromeos/guest_os/OWNERS
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/
H A Dexternal_protocol_dialog.cc49 base::Optional<guest_os::GuestOsRegistryService::Registration> in OnArcHandled()
50 registration = guest_os::GetHandler( in OnArcHandled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/borealis/
H A Dborealis_app_launcher.cc35 base::Optional<guest_os::GuestOsRegistryService::Registration> reg = in Launch()
36 guest_os::GuestOsRegistryServiceFactory::GetForProfile(ctx.profile()) in Launch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/crostini/
H A DOWNERS1 file://chrome/browser/chromeos/guest_os/OWNERS

12345