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

/external/chromium_org/components/invalidation/
H A Dticl_invalidation_service.cc20 static const char* kOAuth2Scopes[] = { variable
190 for (size_t i = 0; i < arraysize(kOAuth2Scopes); i++)
191 oauth2_scopes.insert(kOAuth2Scopes[i]);
/external/chromium_org/extensions/common/
H A Dmanifest_constants.cc93 const char kOAuth2Scopes[] = "oauth2.scopes"; member in namespace:extensions::manifest_keys
H A Dmanifest_constants.h102 extern const char kOAuth2Scopes[];
/external/chromium_org/chrome/common/extensions/api/identity/
H A Dextension_manifests_auth_unittest.cc99 base_manifest.Set(keys::kOAuth2Scopes, scopes);

Completed in 5002 milliseconds