HomeSort by relevance Sort by last modified time
    Searched refs:GetBool (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/ppapi/shared_impl/
socket_option_data.h 26 bool GetBool(bool* out_value) const;
socket_option_data.cc 19 bool SocketOptionData::GetBool(bool* out_value) const {
  /external/chromium_org/chrome/installer/util/
master_preferences_unittest.cc 102 EXPECT_TRUE(prefs.GetBool(expected_true[i], &value));
151 EXPECT_TRUE(prefs.GetBool(expected_bool[i].name, &value));
163 EXPECT_FALSE(prefs.GetBool(missing_bools[i], &value)) << missing_bools[i];
273 EXPECT_TRUE(prefs.GetBool(expected_bool[i].name, &value));
290 EXPECT_TRUE(prefs2.GetBool(expected_bool2[i].name, &value));
295 EXPECT_FALSE(prefs2.GetBool(
297 EXPECT_FALSE(prefs2.GetBool(
366 prefs.GetBool(
369 prefs.GetBool(
372 prefs.GetBool(
    [all...]
master_preferences_dummy.cc 32 bool MasterPreferences::GetBool(const std::string& name, bool* value) const {
master_preferences.cc 240 GetBool(installer::master_preferences::kMultiInstall, &multi_install_);
241 GetBool(installer::master_preferences::kChromeFrame, &chrome_frame_);
243 GetBool(installer::master_preferences::kChromeAppLauncher,
248 GetBool(installer::master_preferences::kChromeAppHostDeprecated,
261 if (!GetBool(installer::master_preferences::kChrome, &chrome_))
273 GetBool(installer::master_preferences::kCreateAllShortcuts,
283 bool MasterPreferences::GetBool(const std::string& name, bool* value) const {
logging_installer.cc 84 if (prefs.GetBool(installer::master_preferences::kDisableLogging,
97 if (prefs.GetBool(installer::master_preferences::kVerboseLogging,
master_preferences.h 103 bool GetBool(const std::string& name, bool* value) const;
eula_util.cc 104 if (!install_prefs->GetBool(master_preferences::kRequireEula, &eula_required))
chrome_app_host_operations.cc 26 if (prefs.GetBool(master_preferences::kMultiInstall, &pref_value) &&
chrome_browser_operations.cc 30 if (prefs.GetBool(master_preferences::kMultiInstall, &pref_value) &&
chrome_frame_operations.cc 46 if (prefs.GetBool(scan->pref_name, &pref_value) && pref_value)
installer_state.cc 103 if (!prefs.GetBool(master_preferences::kSystemLevel, &pref_bool))
107 if (!prefs.GetBool(master_preferences::kVerboseLogging, &verbose_logging_))
110 if (!prefs.GetBool(master_preferences::kMultiInstall, &pref_bool))
114 if (!prefs.GetBool(master_preferences::kMsi, &msi_))
  /external/chromium/chrome/browser/first_run/
first_run.cc 126 if (prefs.GetBool(installer::master_preferences::kRequireEula, &value) &&
154 if (prefs.GetBool(installer::master_preferences::kAltFirstRunBubble,
176 if (prefs.GetBool(installer::master_preferences::kDistroImportSearchPref,
186 if (prefs.GetBool(
197 if (prefs.GetBool(
202 if (prefs.GetBool(
215 if (prefs.GetBool(
226 if (prefs.GetBool(
232 if (prefs.GetBool(
242 if (!prefs.GetBool(
    [all...]
  /external/chromium_org/chrome/browser/first_run/
first_run.cc 467 if (install_prefs.GetBool(
480 if (install_prefs.GetBool(
485 if (install_prefs.GetBool(
499 if (install_prefs.GetBool(
510 if (install_prefs.GetBool(
519 if (install_prefs.GetBool(
525 if (install_prefs.GetBool(
548 if (install_prefs->GetBool(
first_run_internal_win.cc 110 if (install_prefs->GetBool(installer::master_preferences::kRequireEula,
  /external/chromium_org/chrome/installer/setup/
install.cc 364 prefs.GetBool(master_preferences::kDoNotCreateAnyShortcuts,
374 prefs.GetBool(master_preferences::kDoNotCreateDesktopShortcut,
376 prefs.GetBool(master_preferences::kDoNotCreateQuickLaunchShortcut,
378 prefs.GetBool(master_preferences::kDoNotCreateTaskbarShortcut,
380 prefs.GetBool(master_preferences::kAltShortcutText,
588 prefs.GetBool(master_preferences::kMakeChromeDefault,
598 prefs.GetBool(master_preferences::kMakeChromeDefaultForUser,
611 prefs.GetBool(
setup_main.cc     [all...]
  /external/chromium_org/net/proxy/
proxy_config_service_linux.h 122 virtual bool GetBool(BoolSetting key, bool* result) = 0;
proxy_config_service_linux.cc 344 virtual bool GetBool(BoolSetting key, bool* result) OVERRIDE {
647 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/protobuf/src/google/protobuf/
generated_message_reflection.h 162 bool GetBool (const Message& message,
message.h 454 virtual bool GetBool (const Message& message,
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_udp_socket_message_filter.cc 124 if (!value.GetBool(&boolean_value))
  /external/chromium_org/third_party/libjingle/source/talk/base/
json_unittest.cc 113 TEST(JsonTest, GetBool) {

Completed in 899 milliseconds

1 2