GetBool           153 chrome/browser/chromeos/login/oobe_localization_browsertest.cc   ASSERT_TRUE(checker.GetBool(expression)) << expression;
GetBool           169 chrome/browser/chromeos/login/oobe_localization_browsertest.cc   ASSERT_TRUE(checker.GetBool(expression)) << expression;
GetBool            52 chrome/browser/chromeos/login/test/js_checker.cc   EXPECT_TRUE(GetBool(expression)) << expression;
GetBool            56 chrome/browser/chromeos/login/test/js_checker.cc   EXPECT_FALSE(GetBool(expression)) << expression;
GetBool            28 chrome/browser/chromeos/login/test/js_checker.h   bool GetBool(const std::string& expression);
GetBool           469 chrome/browser/first_run/first_run.cc   if (install_prefs.GetBool(
GetBool           482 chrome/browser/first_run/first_run.cc   if (install_prefs.GetBool(
GetBool           487 chrome/browser/first_run/first_run.cc   if (install_prefs.GetBool(
GetBool           501 chrome/browser/first_run/first_run.cc   if (install_prefs.GetBool(
GetBool           512 chrome/browser/first_run/first_run.cc   if (install_prefs.GetBool(
GetBool           521 chrome/browser/first_run/first_run.cc   if (install_prefs.GetBool(
GetBool           527 chrome/browser/first_run/first_run.cc   if (install_prefs.GetBool(
GetBool            92 chrome/browser/first_run/first_run_internal_win.cc   if (install_prefs->GetBool(installer::master_preferences::kRequireEula,
GetBool           373 chrome/installer/setup/install.cc   prefs.GetBool(master_preferences::kDoNotCreateAnyShortcuts,
GetBool           383 chrome/installer/setup/install.cc   prefs.GetBool(master_preferences::kDoNotCreateDesktopShortcut,
GetBool           385 chrome/installer/setup/install.cc   prefs.GetBool(master_preferences::kDoNotCreateQuickLaunchShortcut,
GetBool           387 chrome/installer/setup/install.cc   prefs.GetBool(master_preferences::kDoNotCreateTaskbarShortcut,
GetBool           389 chrome/installer/setup/install.cc   prefs.GetBool(master_preferences::kAltShortcutText,
GetBool           598 chrome/installer/setup/install.cc       prefs.GetBool(master_preferences::kMakeChromeDefault,
GetBool           608 chrome/installer/setup/install.cc         prefs.GetBool(master_preferences::kMakeChromeDefaultForUser,
GetBool           621 chrome/installer/setup/install.cc         prefs.GetBool(
GetBool          1603 chrome/installer/setup/setup_main.cc         prefs.GetBool(master_preferences::kDoNotRegisterForUpdateLaunch,
GetBool          1621 chrome/installer/setup/setup_main.cc           prefs.GetBool(master_preferences::kDoNotLaunchChrome,
GetBool          1712 chrome/installer/setup/setup_main.cc   prefs.GetBool(installer::master_preferences::kSystemLevel, &system_install);
GetBool            27 chrome/installer/util/chrome_app_host_operations.cc   if (prefs.GetBool(master_preferences::kMultiInstall, &pref_value) &&
GetBool            31 chrome/installer/util/chrome_browser_operations.cc   if (prefs.GetBool(master_preferences::kMultiInstall, &pref_value) &&
GetBool            34 chrome/installer/util/chrome_frame_operations.cc     if (prefs.GetBool(scan->pref_name, &pref_value) && pref_value)
GetBool            91 chrome/installer/util/eula_util.cc   if (!install_prefs->GetBool(master_preferences::kRequireEula, &eula_required))
GetBool            97 chrome/installer/util/installer_state.cc   if (!prefs.GetBool(master_preferences::kSystemLevel, &pref_bool))
GetBool           101 chrome/installer/util/installer_state.cc   if (!prefs.GetBool(master_preferences::kVerboseLogging, &verbose_logging_))
GetBool           104 chrome/installer/util/installer_state.cc   if (!prefs.GetBool(master_preferences::kMultiInstall, &pref_bool))
GetBool           108 chrome/installer/util/installer_state.cc   if (!prefs.GetBool(master_preferences::kMsi, &msi_))
GetBool            81 chrome/installer/util/logging_installer.cc   if (prefs.GetBool(installer::master_preferences::kDisableLogging,
GetBool            94 chrome/installer/util/logging_installer.cc   if (prefs.GetBool(installer::master_preferences::kVerboseLogging,
GetBool           231 chrome/installer/util/master_preferences.cc   GetBool(installer::master_preferences::kMultiInstall, &multi_install_);
GetBool           233 chrome/installer/util/master_preferences.cc   GetBool(installer::master_preferences::kChromeAppLauncher,
GetBool           238 chrome/installer/util/master_preferences.cc   GetBool(installer::master_preferences::kChromeAppHostDeprecated,
GetBool           247 chrome/installer/util/master_preferences.cc     if (!GetBool(installer::master_preferences::kChrome, &chrome_))
GetBool           258 chrome/installer/util/master_preferences.cc   GetBool(installer::master_preferences::kCreateAllShortcuts,
GetBool           103 chrome/installer/util/master_preferences.h   bool GetBool(const std::string& name, bool* value) const;
GetBool           103 chrome/installer/util/master_preferences_unittest.cc     EXPECT_TRUE(prefs.GetBool(expected_true[i], &value));
GetBool           152 chrome/installer/util/master_preferences_unittest.cc     EXPECT_TRUE(prefs.GetBool(expected_bool[i].name, &value));
GetBool           164 chrome/installer/util/master_preferences_unittest.cc     EXPECT_FALSE(prefs.GetBool(missing_bools[i], &value)) << missing_bools[i];
GetBool           274 chrome/installer/util/master_preferences_unittest.cc     EXPECT_TRUE(prefs.GetBool(expected_bool[i].name, &value));
GetBool           291 chrome/installer/util/master_preferences_unittest.cc     EXPECT_TRUE(prefs2.GetBool(expected_bool2[i].name, &value));
GetBool           296 chrome/installer/util/master_preferences_unittest.cc   EXPECT_FALSE(prefs2.GetBool(
GetBool           298 chrome/installer/util/master_preferences_unittest.cc   EXPECT_FALSE(prefs2.GetBool(
GetBool           342 chrome/installer/util/master_preferences_unittest.cc     prefs.GetBool(
GetBool           345 chrome/installer/util/master_preferences_unittest.cc     prefs.GetBool(
GetBool           348 chrome/installer/util/master_preferences_unittest.cc     prefs.GetBool(
GetBool           372 chrome/installer/util/master_preferences_unittest.cc     prefs.GetBool(
GetBool           375 chrome/installer/util/master_preferences_unittest.cc     prefs.GetBool(
GetBool           378 chrome/installer/util/master_preferences_unittest.cc     prefs.GetBool(
GetBool           399 chrome/installer/util/master_preferences_unittest.cc     prefs.GetBool(
GetBool           402 chrome/installer/util/master_preferences_unittest.cc     prefs.GetBool(
GetBool           405 chrome/installer/util/master_preferences_unittest.cc     prefs.GetBool(
GetBool           240 content/browser/renderer_host/pepper/pepper_tcp_socket.cc       if (!value.GetBool(&boolean_value)) {
GetBool           445 content/browser/renderer_host/pepper/pepper_tcp_socket_message_filter.cc       if (!value.GetBool(&boolean_value))
GetBool           124 content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.cc       if (!value.GetBool(&boolean_value))
GetBool          1415 net/proxy/proxy_config_service_linux.cc   if (setting_getter_->GetBool(SettingGetter::PROXY_USE_HTTP_PROXY,
GetBool          1427 net/proxy/proxy_config_service_linux.cc   setting_getter_->GetBool(SettingGetter::PROXY_USE_SAME_PROXY,
GetBool          1480 net/proxy/proxy_config_service_linux.cc   setting_getter_->GetBool(SettingGetter::PROXY_USE_AUTHENTICATION,
GetBool           122 net/proxy/proxy_config_service_linux.h     virtual bool GetBool(BoolSetting key, bool* result) = 0;
GetBool           573 ppapi/proxy/ppapi_param_traits.cc       bool result = p.GetBool(&out_value);
GetBool            22 ppapi/shared_impl/socket_option_data.h   bool GetBool(bool* out_value) const;
GetBool           592 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc       bool value = reflection->GetBool(*message, field_descriptor);
GetBool           229 third_party/protobuf/src/google/protobuf/extension_set.h   bool   GetBool  (int number, bool   default_value) const;
GetBool           169 third_party/protobuf/src/google/protobuf/generated_message_reflection.h   bool   GetBool  (const Message& message,
GetBool           438 third_party/protobuf/src/google/protobuf/message.h   virtual bool   GetBool  (const Message& message,
GetBool          2446 third_party/protobuf/src/google/protobuf/test_util.cc   EXPECT_TRUE(     reflection->GetBool  (message, F("optional_bool"    )));
GetBool          2643 third_party/protobuf/src/google/protobuf/test_util.cc   EXPECT_FALSE(    reflection->GetBool  (message, F("default_bool"    )));
GetBool          2766 third_party/protobuf/src/google/protobuf/test_util.cc   EXPECT_FALSE(    reflection->GetBool  (message, F("optional_bool"    )));
GetBool          2870 third_party/protobuf/src/google/protobuf/test_util.cc   EXPECT_TRUE(       reflection->GetBool  (message, F("default_bool"    )));
GetBool          1357 third_party/protobuf/src/google/protobuf/text_format.cc           generator.Print(reflection->GetBool(message, field)