OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetBool
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/installer/util/
master_preferences_dummy.cc
32
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
19
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 284 milliseconds