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

/external/chromium_org/chrome/common/extensions/api/identity/
H A Dextension_manifests_auth_unittest.cc38 CLIENT_ID_DEFAULT, enumerator in enum:extensions::OAuth2ManifestTest::ClientIdValue
72 case CLIENT_ID_DEFAULT:
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);
[all...]

Completed in 363 milliseconds