Searched refs:AddExpectation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/settings/
H A Dcros_settings_unittest.cc73 void AddExpectation(const std::string& pref_name, base::Value* value) { function in class:chromeos::CrosSettingsTest
109 AddExpectation(kAccountsPrefAllowGuest, new base::FundamentalValue(false));
117 AddExpectation(kAccountsPrefAllowGuest, new base::FundamentalValue(true));
126 AddExpectation(kAccountsPrefAllowNewUser, new base::FundamentalValue(false));
127 AddExpectation(kAccountsPrefUsers, whitelist.DeepCopy());
137 AddExpectation(kAccountsPrefAllowNewUser, new base::FundamentalValue(false));
138 AddExpectation(kAccountsPrefUsers, whitelist);
152 AddExpectation(kAccountsPrefAllowNewUser, new base::FundamentalValue(false));
153 AddExpectation(kAccountsPrefUsers, whitelist.DeepCopy());
159 AddExpectation(kAccountsPrefUser
[all...]

Completed in 75 milliseconds