Searched defs:GetBool (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior2.cpp4 bool GetBool(bool default_value) { function
/external/chromium_org/chrome/installer/util/
H A Dmaster_preferences_dummy.cc29 bool MasterPreferences::GetBool(const std::string& name, bool* value) const { function in class:installer::MasterPreferences
H A Dmaster_preferences.cc231 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 { function in class:installer::MasterPreferences
/external/chromium_org/ppapi/shared_impl/
H A Dsocket_option_data.cc15 bool SocketOptionData::GetBool(bool* out_value) const { function in class:ppapi::SocketOptionData
/external/chromium_org/chrome/browser/chromeos/login/test/
H A Djs_checker.cc33 bool JSChecker::GetBool(const std::string& expression) { function in class:chromeos::test::JSChecker
52 EXPECT_TRUE(GetBool(expression)) << expression;
56 EXPECT_FALSE(GetBool(expression)) << expression;

Completed in 1086 milliseconds