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

/external/chromium/chrome/browser/extensions/
H A Dextension_service_unittest.cc744 void ValidateIntegerPref(const std::string& extension_id, function in class:ExtensionServiceTest
938 ValidateIntegerPref(good0, "state", Extension::ENABLED);
939 ValidateIntegerPref(good0, "location", Extension::INTERNAL);
940 ValidateIntegerPref(good1, "state", Extension::ENABLED);
941 ValidateIntegerPref(good1, "location", Extension::INTERNAL);
942 ValidateIntegerPref(good2, "state", Extension::ENABLED);
943 ValidateIntegerPref(good2, "location", Extension::INTERNAL);
1106 ValidateIntegerPref(good_crx, "state", Extension::ENABLED);
1107 ValidateIntegerPref(good_crx, "location", Extension::INTERNAL);
1113 ValidateIntegerPref(page_actio
[all...]

Completed in 40 milliseconds