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

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dpreferences_browsertest.cc240 bool uncommitted) {
256 if (uncommitted)
257 VerifyKeyValue(*dict, "uncommitted", base::FundamentalValue(true));
258 else if (dict->HasKey("uncommitted"))
259 VerifyKeyValue(*dict, "uncommitted", base::FundamentalValue(false));
267 bool uncommitted) {
272 VerifyPref(observed_dict, name, value, controlledBy, disabled, uncommitted);
281 bool uncommitted) {
288 uncommitted);
235 VerifyPref(const base::DictionaryValue* prefs, const std::string& name, const base::Value* value, const std::string& controlledBy, bool disabled, bool uncommitted) argument
262 VerifyObservedPref(const std::string& json, const std::string& name, const base::Value* value, const std::string& controlledBy, bool disabled, bool uncommitted) argument
275 VerifyObservedPrefs( const std::string& json, const std::vector<std::string>& names, const std::vector<base::Value*>& values, const std::string& controlledBy, bool disabled, bool uncommitted) argument

Completed in 263 milliseconds