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

/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc876 ValidateIntegerPref(id, "state", Extension::ENABLED);
898 ValidateIntegerPref(id, "state",
971 void ValidateIntegerPref(const std::string& extension_id, function in class:ExtensionServiceTest
1215 ValidateIntegerPref(good0, "state", Extension::ENABLED);
1216 ValidateIntegerPref(good0, "location", Manifest::INTERNAL);
1217 ValidateIntegerPref(good1, "state", Extension::ENABLED);
1218 ValidateIntegerPref(good1, "location", Manifest::INTERNAL);
1219 ValidateIntegerPref(good2, "state", Extension::ENABLED);
1220 ValidateIntegerPref(good2, "location", Manifest::INTERNAL);
1417 ValidateIntegerPref(good_cr
[all...]

Completed in 114 milliseconds