Home
last modified time | relevance | path

Searched refs:kFalseIncantation (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/
Duser_cros_settings_provider.cc33 const char kFalseIncantation[] = "false"; variable
225 std::string value = bool_value ? kTrueIncantation : kFalseIncantation; in Set()