Home
last modified time | relevance | path

Searched refs:GetBool (Results 1 – 25 of 40) sorted by relevance

12

/external/chromium_org/chrome/installer/util/
Dmaster_preferences_unittest.cc103 EXPECT_TRUE(prefs.GetBool(expected_true[i], &value)); in TEST_F()
152 EXPECT_TRUE(prefs.GetBool(expected_bool[i].name, &value)); in TEST_F()
164 EXPECT_FALSE(prefs.GetBool(missing_bools[i], &value)) << missing_bools[i]; in TEST_F()
274 EXPECT_TRUE(prefs.GetBool(expected_bool[i].name, &value)); in TEST_F()
291 EXPECT_TRUE(prefs2.GetBool(expected_bool2[i].name, &value)); in TEST_F()
296 EXPECT_FALSE(prefs2.GetBool( in TEST_F()
298 EXPECT_FALSE(prefs2.GetBool( in TEST_F()
342 prefs.GetBool( in TEST_F()
345 prefs.GetBool( in TEST_F()
348 prefs.GetBool( in TEST_F()
[all …]
Dmaster_preferences.cc231 GetBool(installer::master_preferences::kMultiInstall, &multi_install_); in InitializeProductFlags()
233 GetBool(installer::master_preferences::kChromeAppLauncher, in InitializeProductFlags()
238 GetBool(installer::master_preferences::kChromeAppHostDeprecated, in InitializeProductFlags()
247 if (!GetBool(installer::master_preferences::kChrome, &chrome_)) in InitializeProductFlags()
258 GetBool(installer::master_preferences::kCreateAllShortcuts, in EnforceLegacyPreferences()
281 bool MasterPreferences::GetBool(const std::string& name, bool* value) const { in GetBool() function in installer::MasterPreferences
Dlogging_installer.cc81 if (prefs.GetBool(installer::master_preferences::kDisableLogging, in InitInstallerLogging()
94 if (prefs.GetBool(installer::master_preferences::kVerboseLogging, in InitInstallerLogging()
Dmaster_preferences_dummy.cc29 bool MasterPreferences::GetBool(const std::string& name, bool* value) const { in GetBool() function in installer::MasterPreferences
Dmaster_preferences.h103 bool GetBool(const std::string& name, bool* value) const;
Deula_util.cc89 if (!install_prefs->GetBool(master_preferences::kRequireEula, &eula_required)) in IsEULAAccepted()
Dinstaller_state.cc97 if (!prefs.GetBool(master_preferences::kSystemLevel, &pref_bool)) in Initialize()
101 if (!prefs.GetBool(master_preferences::kVerboseLogging, &verbose_logging_)) in Initialize()
104 if (!prefs.GetBool(master_preferences::kMultiInstall, &pref_bool)) in Initialize()
108 if (!prefs.GetBool(master_preferences::kMsi, &msi_)) in Initialize()
Dchrome_app_host_operations.cc27 if (prefs.GetBool(master_preferences::kMultiInstall, &pref_value) && in ReadOptions()
Dchrome_browser_operations.cc31 if (prefs.GetBool(master_preferences::kMultiInstall, &pref_value) && in ReadOptions()
Dchrome_frame_operations.cc34 if (prefs.GetBool(scan->pref_name, &pref_value) && pref_value) in ReadOptions()
/external/chromium_org/chrome/browser/chromeos/login/test/
Djs_checker.cc33 bool JSChecker::GetBool(const std::string& expression) { in GetBool() function in chromeos::test::JSChecker
52 EXPECT_TRUE(GetBool(expression)) << expression; in ExpectTrue()
56 EXPECT_FALSE(GetBool(expression)) << expression; in ExpectFalse()
Djs_checker.h28 bool GetBool(const std::string& expression);
/external/chromium_org/chrome/installer/setup/
Dinstall.cc373 prefs.GetBool(master_preferences::kDoNotCreateAnyShortcuts, in CreateOrUpdateShortcuts()
383 prefs.GetBool(master_preferences::kDoNotCreateDesktopShortcut, in CreateOrUpdateShortcuts()
385 prefs.GetBool(master_preferences::kDoNotCreateQuickLaunchShortcut, in CreateOrUpdateShortcuts()
387 prefs.GetBool(master_preferences::kDoNotCreateTaskbarShortcut, in CreateOrUpdateShortcuts()
389 prefs.GetBool(master_preferences::kAltShortcutText, in CreateOrUpdateShortcuts()
598 prefs.GetBool(master_preferences::kMakeChromeDefault, in InstallOrUpdateProduct()
608 prefs.GetBool(master_preferences::kMakeChromeDefaultForUser, in InstallOrUpdateProduct()
621 prefs.GetBool( in InstallOrUpdateProduct()
/external/chromium_org/chrome/browser/first_run/
Dfirst_run.cc473 if (install_prefs.GetBool( in SetupMasterPrefsFromInstallPrefs()
486 if (install_prefs.GetBool( in SetupMasterPrefsFromInstallPrefs()
491 if (install_prefs.GetBool( in SetupMasterPrefsFromInstallPrefs()
505 if (install_prefs.GetBool( in SetupMasterPrefsFromInstallPrefs()
516 if (install_prefs.GetBool( in SetupMasterPrefsFromInstallPrefs()
525 if (install_prefs.GetBool( in SetupMasterPrefsFromInstallPrefs()
531 if (install_prefs.GetBool( in SetupMasterPrefsFromInstallPrefs()
Dfirst_run_internal_win.cc86 if (install_prefs->GetBool(installer::master_preferences::kRequireEula, in IsEULANotAccepted()
/external/clang/test/CodeGenCXX/
Dcatch-undef-behavior2.cpp4 bool GetBool(bool default_value) { in GetBool() function
/external/chromium_org/ppapi/shared_impl/
Dsocket_option_data.h22 bool GetBool(bool* out_value) const;
Dsocket_option_data.cc15 bool SocketOptionData::GetBool(bool* out_value) const { in GetBool() function in ppapi::SocketOptionData
/external/chromium_org/chrome/browser/chromeos/login/
Doobe_localization_browsertest.cc153 const bool execute_status = checker.GetBool(expression); in VerifyInitialOptions()
171 const bool execute_status = checker.GetBool(expression); in VerifyOptionExists()
/external/chromium_org/net/proxy/
Dproxy_config_service_linux.cc355 virtual bool GetBool(BoolSetting key, bool* result) OVERRIDE { in GetBool() function in net::__anon9a4961800211::SettingGetterImplGConf
660 virtual bool GetBool(BoolSetting key, bool* result) OVERRIDE { in GetBool() function in net::__anon9a4961800211::SettingGetterImplGSettings
1017 virtual bool GetBool(BoolSetting key, bool* result) OVERRIDE { in GetBool() function in net::__anon9a4961800211::SettingGetterImplKDE
1430 if (setting_getter_->GetBool(SettingGetter::PROXY_USE_HTTP_PROXY, in GetConfigFromSettings()
1442 setting_getter_->GetBool(SettingGetter::PROXY_USE_SAME_PROXY, in GetConfigFromSettings()
1495 setting_getter_->GetBool(SettingGetter::PROXY_USE_AUTHENTICATION, in GetConfigFromSettings()
Dproxy_config_service_linux.h122 virtual bool GetBool(BoolSetting key, bool* result) = 0;
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h162 bool GetBool (const Message& message,
Dmessage.h454 virtual bool GetBool (const Message& message,
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h169 bool GetBool (const Message& message,
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_udp_socket_message_filter.cc122 if (!value.GetBool(&boolean_value)) in OnMsgSetOption()

12