Home
last modified time | relevance | path

Searched refs:arc_enabled (Results 1 – 16 of 16) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/apps/intent_helper/
H A Dchromeos_apps_navigation_throttle.cc39 const bool arc_enabled = arc::IsArcPlayStoreEnabledForProfile( in MaybeCreate() local
41 if (!arc_enabled && !apps::AppsNavigationThrottle::CanCreate(web_contents)) in MaybeCreate()
44 return std::make_unique<ChromeOsAppsNavigationThrottle>(handle, arc_enabled); in MaybeCreate()
131 bool arc_enabled) in ChromeOsAppsNavigationThrottle() argument
133 arc_enabled_(arc_enabled) {} in ChromeOsAppsNavigationThrottle()
H A Dchromeos_apps_navigation_throttle.h62 bool arc_enabled);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/policy/
H A Dapp_install_event_logger.cc45 const base::Value* const arc_enabled = policy.GetValue(key::kArcEnabled); in GetRequestedPackagesFromPolicy() local
46 if (!arc_enabled || !arc_enabled->is_bool() || !arc_enabled->GetBool()) { in GetRequestedPackagesFromPolicy()
/dports/mail/mailman3/mailman-3.3.1/src/mailman/config/
H A Dconfig.py113 self.arc_enabled = False
321 self.arc_enabled = self.ARC.enabled.strip().lower() == 'yes'
323 if self.arc_enabled:
/dports/mail/mailman3/mailman-3.3.1/src/mailman/handlers/
H A Darc_sign.py70 if config.arc_enabled:
H A Dvalidate_authenticity.py117 if config.arc_enabled:
/dports/devel/py-gyp/gyp-20200512/test/mac/objc-arc/
H A Dtest.gyp12 'target_name': 'arc_enabled',
/dports/www/firefox/firefox-99.0/third_party/python/gyp/test/mac/objc-arc/
H A Dtest.gyp12 'target_name': 'arc_enabled',
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/gyp/test/mac/objc-arc/
H A Dtest.gyp12 'target_name': 'arc_enabled',
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/tools/gyp/test/mac/objc-arc/
H A Dtest.gyp12 'target_name': 'arc_enabled',
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/build/gyp/test/mac/objc-arc/
H A Dtest.gyp12 'target_name': 'arc_enabled',
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/tools/gyp/test/mac/objc-arc/
H A Dtest.gyp12 'target_name': 'arc_enabled',
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/gyp/test/mac/objc-arc/
H A Dtest.gyp12 'target_name': 'arc_enabled',
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/gyp/test/mac/objc-arc/
H A Dtest.gyp12 'target_name': 'arc_enabled',
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_misc.cc230 result.arc_enabled = service->GetBoolean(arc::prefs::kArcEnabled); in Run()
251 if (params->change_info.arc_enabled) { in Run()
253 *params->change_info.arc_enabled); in Run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_unittest.cc862 void ValidateArcState(bool arc_enabled, in ValidateArcState() argument
866 EXPECT_EQ(arc_enabled, arc::IsArcPlayStoreEnabledForProfile(profile())); in ValidateArcState()