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

/external/chromium_org/chrome/common/extensions/api/identity/
H A Dextension_manifests_auth_unittest.cc43 base::DictionaryValue* CreateManifest( function in class:extensions::OAuth2ManifestTest
161 CreateManifest(AUTO_APPROVE_NOT_SET, false, CLIENT_ID_DEFAULT);
171 CreateManifest(AUTO_APPROVE_FALSE, false, CLIENT_ID_DEFAULT);
184 CreateManifest(AUTO_APPROVE_TRUE, false, CLIENT_ID_DEFAULT);
197 CreateManifest(AUTO_APPROVE_INVALID, false, CLIENT_ID_DEFAULT);
210 CreateManifest(AUTO_APPROVE_NOT_SET, true, CLIENT_ID_DEFAULT);
220 CreateManifest(AUTO_APPROVE_FALSE, true, CLIENT_ID_DEFAULT);
230 CreateManifest(AUTO_APPROVE_TRUE, true, CLIENT_ID_DEFAULT);
240 CreateManifest(AUTO_APPROVE_INVALID, true, CLIENT_ID_DEFAULT);
253 CreateManifest(AUTO_APPROVE_NOT_SE
[all...]

Completed in 77 milliseconds