/external/clang/test/CodeGenCXX/ |
catch-undef-behavior2.cpp | 4 bool GetBool(bool default_value) {
|
/external/chromium_org/ppapi/shared_impl/ |
socket_option_data.h | 22 bool GetBool(bool* out_value) const;
|
socket_option_data.cc | 15 bool SocketOptionData::GetBool(bool* out_value) const {
|
/external/chromium_org/chrome/installer/util/ |
master_preferences_unittest.cc | 103 EXPECT_TRUE(prefs.GetBool(expected_true[i], &value)); 152 EXPECT_TRUE(prefs.GetBool(expected_bool[i].name, &value)); 164 EXPECT_FALSE(prefs.GetBool(missing_bools[i], &value)) << missing_bools[i]; 274 EXPECT_TRUE(prefs.GetBool(expected_bool[i].name, &value)); 291 EXPECT_TRUE(prefs2.GetBool(expected_bool2[i].name, &value)); 296 EXPECT_FALSE(prefs2.GetBool( 298 EXPECT_FALSE(prefs2.GetBool( 342 prefs.GetBool( 345 prefs.GetBool( 348 prefs.GetBool( [all...] |
master_preferences_dummy.cc | 29 bool MasterPreferences::GetBool(const std::string& name, bool* value) const {
|
master_preferences.cc | 231 GetBool(installer::master_preferences::kMultiInstall, &multi_install_); 233 GetBool(installer::master_preferences::kChromeAppLauncher, 238 GetBool(installer::master_preferences::kChromeAppHostDeprecated, 247 if (!GetBool(installer::master_preferences::kChrome, &chrome_)) 258 GetBool(installer::master_preferences::kCreateAllShortcuts, 281 bool MasterPreferences::GetBool(const std::string& name, bool* value) const {
|
logging_installer.cc | 81 if (prefs.GetBool(installer::master_preferences::kDisableLogging, 94 if (prefs.GetBool(installer::master_preferences::kVerboseLogging,
|
eula_util.cc | 89 if (!install_prefs->GetBool(master_preferences::kRequireEula, &eula_required))
|
master_preferences.h | 103 bool GetBool(const std::string& name, bool* value) const;
|
chrome_app_host_operations.cc | 27 if (prefs.GetBool(master_preferences::kMultiInstall, &pref_value) &&
|
chrome_browser_operations.cc | 31 if (prefs.GetBool(master_preferences::kMultiInstall, &pref_value) &&
|
chrome_frame_operations.cc | 34 if (prefs.GetBool(scan->pref_name, &pref_value) && pref_value)
|
installer_state.cc | 97 if (!prefs.GetBool(master_preferences::kSystemLevel, &pref_bool)) 101 if (!prefs.GetBool(master_preferences::kVerboseLogging, &verbose_logging_)) 104 if (!prefs.GetBool(master_preferences::kMultiInstall, &pref_bool)) 108 if (!prefs.GetBool(master_preferences::kMsi, &msi_))
|
/external/chromium_org/chrome/browser/chromeos/login/test/ |
js_checker.cc | 33 bool JSChecker::GetBool(const std::string& expression) { 52 EXPECT_TRUE(GetBool(expression)) << expression; 56 EXPECT_FALSE(GetBool(expression)) << expression;
|
js_checker.h | 28 bool GetBool(const std::string& expression);
|
/external/chromium_org/chrome/installer/setup/ |
install.cc | 361 prefs.GetBool(master_preferences::kDoNotCreateAnyShortcuts, 371 prefs.GetBool(master_preferences::kDoNotCreateDesktopShortcut, 373 prefs.GetBool(master_preferences::kDoNotCreateQuickLaunchShortcut, 375 prefs.GetBool(master_preferences::kDoNotCreateTaskbarShortcut, 377 prefs.GetBool(master_preferences::kAltShortcutText, 586 prefs.GetBool(master_preferences::kMakeChromeDefault, 596 prefs.GetBool(master_preferences::kMakeChromeDefaultForUser, 609 prefs.GetBool(
|
/external/chromium_org/chrome/browser/first_run/ |
first_run.cc | 477 if (install_prefs.GetBool( 490 if (install_prefs.GetBool( 495 if (install_prefs.GetBool( 509 if (install_prefs.GetBool( 520 if (install_prefs.GetBool( 529 if (install_prefs.GetBool( 535 if (install_prefs.GetBool(
|
first_run_internal_win.cc | 86 if (install_prefs->GetBool(installer::master_preferences::kRequireEula,
|
/external/chromium_org/chrome/browser/chromeos/login/ |
oobe_localization_browsertest.cc | 153 const bool execute_status = checker.GetBool(expression); 171 const bool execute_status = checker.GetBool(expression);
|
/external/chromium_org/net/proxy/ |
proxy_config_service_linux.h | 124 virtual bool GetBool(BoolSetting key, bool* result) = 0;
|
proxy_config_service_linux.cc | 349 virtual bool GetBool(BoolSetting key, bool* result) OVERRIDE { 657 virtual bool GetBool(BoolSetting key, bool* result) OVERRIDE { [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
generated_message_reflection.h | 169 bool GetBool (const Message& message,
|
message.h | 438 virtual bool GetBool (const Message& message, [all...] |
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_udp_socket_message_filter.cc | 125 if (!value.GetBool(&boolean_value))
|
/external/chromium_org/third_party/webrtc/base/ |
json_unittest.cc | 96 TEST(JsonTest, GetBool) {
|