/external/chromium_org/chrome/installer/util/ |
D | master_preferences_unittest.cc | 103 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 …]
|
D | master_preferences.cc | 231 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
|
D | logging_installer.cc | 81 if (prefs.GetBool(installer::master_preferences::kDisableLogging, in InitInstallerLogging() 94 if (prefs.GetBool(installer::master_preferences::kVerboseLogging, in InitInstallerLogging()
|
D | master_preferences_dummy.cc | 29 bool MasterPreferences::GetBool(const std::string& name, bool* value) const { in GetBool() function in installer::MasterPreferences
|
D | master_preferences.h | 103 bool GetBool(const std::string& name, bool* value) const;
|
D | eula_util.cc | 89 if (!install_prefs->GetBool(master_preferences::kRequireEula, &eula_required)) in IsEULAAccepted()
|
D | installer_state.cc | 97 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()
|
D | chrome_app_host_operations.cc | 27 if (prefs.GetBool(master_preferences::kMultiInstall, &pref_value) && in ReadOptions()
|
D | chrome_browser_operations.cc | 31 if (prefs.GetBool(master_preferences::kMultiInstall, &pref_value) && in ReadOptions()
|
D | chrome_frame_operations.cc | 34 if (prefs.GetBool(scan->pref_name, &pref_value) && pref_value) in ReadOptions()
|
/external/chromium_org/chrome/browser/chromeos/login/test/ |
D | js_checker.cc | 33 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()
|
D | js_checker.h | 28 bool GetBool(const std::string& expression);
|
/external/chromium_org/chrome/installer/setup/ |
D | install.cc | 373 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/ |
D | first_run.cc | 473 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()
|
D | first_run_internal_win.cc | 86 if (install_prefs->GetBool(installer::master_preferences::kRequireEula, in IsEULANotAccepted()
|
/external/clang/test/CodeGenCXX/ |
D | catch-undef-behavior2.cpp | 4 bool GetBool(bool default_value) { in GetBool() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | socket_option_data.h | 22 bool GetBool(bool* out_value) const;
|
D | socket_option_data.cc | 15 bool SocketOptionData::GetBool(bool* out_value) const { in GetBool() function in ppapi::SocketOptionData
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | oobe_localization_browsertest.cc | 153 const bool execute_status = checker.GetBool(expression); in VerifyInitialOptions() 171 const bool execute_status = checker.GetBool(expression); in VerifyOptionExists()
|
/external/chromium_org/net/proxy/ |
D | proxy_config_service_linux.cc | 355 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()
|
D | proxy_config_service_linux.h | 122 virtual bool GetBool(BoolSetting key, bool* result) = 0;
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 162 bool GetBool (const Message& message,
|
D | message.h | 454 virtual bool GetBool (const Message& message,
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 169 bool GetBool (const Message& message,
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | pepper_udp_socket_message_filter.cc | 122 if (!value.GetBool(&boolean_value)) in OnMsgSetOption()
|