HomeSort by relevance Sort by last modified time
    Searched defs:GetBool (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CodeGenCXX/
catch-undef-behavior2.cpp 4 bool GetBool(bool default_value) {
  /external/chromium_org/chrome/installer/util/
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 {
  /external/chromium_org/ppapi/shared_impl/
socket_option_data.cc 15 bool SocketOptionData::GetBool(bool* out_value) const {
  /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;

Completed in 312 milliseconds