Searched defs:scopes (Results 1 - 25 of 80) sorted by relevance

1234

/external/chromium_org/content/public/browser/
H A Dservice_worker_usage_info.h18 ServiceWorkerUsageInfo(const GURL& origin, const std::vector<GURL>& scopes);
28 std::vector<GURL> scopes; member in class:content::ServiceWorkerUsageInfo
H A Dservice_worker_usage_info.cc10 const std::vector<GURL>& scopes)
11 : origin(origin), scopes(scopes) {
9 ServiceWorkerUsageInfo(const GURL& origin, const std::vector<GURL>& scopes) argument
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dextension_token_key.h16 const std::set<std::string>& scopes);
21 std::set<std::string> scopes; member in struct:extensions::ExtensionTokenKey
H A Dextension_token_key.cc11 const std::set<std::string>& scopes)
12 : extension_id(extension_id), account_id(account_id), scopes(scopes) {}
27 return scopes < rhs.scopes;
9 ExtensionTokenKey(const std::string& extension_id, const std::string& account_id, const std::set<std::string>& scopes) argument
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_service_worker_helper_unittest.cc33 std::vector<GURL> scopes; local
34 scopes.push_back(GURL("https://host1:1/*"));
40 helper->AddServiceWorker(origin, scopes);
70 const std::vector<GURL> scopes; local
76 helper->AddServiceWorker(origin1, scopes);
78 helper->AddServiceWorker(origin2, scopes);
H A Dbrowsing_data_service_worker_helper.h98 const std::vector<GURL>& scopes);
104 std::vector<GURL> scopes; member in struct:CannedBrowsingDataServiceWorkerHelper::PendingServiceWorkerUsageInfo
112 void AddServiceWorker(const GURL& origin, const std::vector<GURL>& scopes);
H A Dbrowsing_data_service_worker_helper.cc101 const std::vector<GURL>& scopes)
102 : origin(origin), scopes(scopes) {
112 return scopes < other.scopes;
126 const GURL& origin, const std::vector<GURL>& scopes) {
131 PendingServiceWorkerUsageInfo(origin, scopes));
164 pending_info->origin, pending_info->scopes);
100 PendingServiceWorkerUsageInfo(const GURL& origin, const std::vector<GURL>& scopes) argument
125 AddServiceWorker( const GURL& origin, const std::vector<GURL>& scopes) argument
/external/chromium_org/chrome/common/extensions/api/identity/
H A Doauth2_manifest_handler.h23 std::vector<std::string> scopes; member in struct:extensions::OAuth2Info
H A Dextension_manifests_auth_unittest.cc53 " \"scopes\": [ \"scope1\" ], \n"
96 base::ListValue* scopes = new base::ListValue(); local
97 scopes->Append(new base::StringValue("scope1"));
98 scopes->Append(new base::StringValue("scope2"));
99 base_manifest.Set(keys::kOAuth2Scopes, scopes);
115 EXPECT_EQ(2U, OAuth2Info::GetOAuth2Info(extension.get()).scopes.size());
116 EXPECT_EQ("scope1", OAuth2Info::GetOAuth2Info(extension.get()).scopes[0]);
117 EXPECT_EQ("scope2", OAuth2Info::GetOAuth2Info(extension.get()).scopes[1]);
132 EXPECT_EQ(2U, OAuth2Info::GetOAuth2Info(extension.get()).scopes.size());
133 EXPECT_EQ("scope1", OAuth2Info::GetOAuth2Info(extension.get()).scopes[
[all...]
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader.cc22 const OAuth2TokenService::ScopeSet scopes,
29 scopes,
17 Create( const GURL& sync_service_url, const scoped_refptr<net::URLRequestContextGetter>& url_request_context_getter, const std::string& account_id, const OAuth2TokenService::ScopeSet scopes, const scoped_refptr<OAuth2TokenServiceRequest::TokenServiceProvider>& token_service_provider) argument
/external/elfutils/0.153/libdw/
H A Ddwarf_getscopes_die.c63 Dwarf_Die *scopes = malloc (depth * sizeof scopes[0]);
64 if (scopes == NULL)
73 scopes[i++] = die->die;
79 *(void **) arg = scopes;
84 dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes) argument
93 *scopes = info;
H A Ddwarf_getscopes.c63 Dwarf_Die *scopes; member in struct:args
74 if (a->scopes != NULL)
115 function of which A->scopes[A->nscopes - 1] is a concrete instance.
119 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]); local
120 if (scopes == NULL)
122 free (a->scopes);
127 a->scopes = scopes;
205 dwarf_getscopes(Dwarf_Die *cudie, Dwarf_Addr pc, Dwarf_Die **scopes) argument
[all...]
H A Ddwarf_getscopevar.c1 /* Find a named variable or parameter within given scopes.
77 Ignore the first SKIP_SHADOWS scopes that match the name.
87 dwarf_getscopevar (Dwarf_Die *scopes, int nscopes, argument
115 if (INTUSE(dwarf_haschildren) (&scopes[out]))
117 if (INTUSE(dwarf_child) (&scopes[out], result) != 0)
151 || getfiles (&scopes[out], &files) != 0)
/external/chromium_org/chrome/browser/signin/
H A Dfake_profile_oauth2_token_service.h33 // ScopeSet scopes;
34 // scopes.insert(GaiaConstants::kYourServiceScope);
35 // IssueTokenForScope(scopes, "access_token", base::Time()::Max());
38 // IssueErrorForScope(scopes, GoogleServiceAuthError(INVALID_GAIA_CREDENTIALS));
54 ScopeSet scopes; member in struct:FakeProfileOAuth2TokenService::PendingRequest
101 void IssueTokenForScope(const ScopeSet& scopes,
105 void IssueErrorForScope(const ScopeSet& scopes,
124 const ScopeSet& scopes) OVERRIDE;
133 const ScopeSet& scopes,
141 // matching |scopes| ar
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Didentity_internals_ui_browsertest.cc31 std::vector<std::string> scopes; local
32 scopes.push_back(std::string("scope_1_") + token_number);
33 scopes.push_back(std::string("scope_2_") + token_number);
34 AddTokenToCache(token_id, extension_id, scopes, kOneHour);
39 std::vector<std::string> scopes; local
40 scopes.push_back(std::string("store_scope1"));
41 scopes.push_back(std::string("store_scope2"));
42 AddTokenToCache("store_token", kChromeWebStoreId, scopes, kOneHour);
48 const std::vector<std::string>& scopes,
56 std::set<std::string>(scopes
45 AddTokenToCache( const std::string token_id, const std::string extension_id, const std::vector<std::string>& scopes, int time_to_live) argument
[all...]
/external/chromium_org/google_apis/gaia/
H A Dfake_oauth2_token_service.h50 const ScopeSet& scopes) OVERRIDE;
54 const ScopeSet& scopes,
68 ScopeSet scopes; member in struct:FakeOAuth2TokenService::PendingRequest
H A Dfake_oauth2_token_service.cc29 const ScopeSet& scopes) {
34 pending_request.scopes = scopes;
42 const ScopeSet& scopes,
23 FetchOAuth2Token( RequestImpl* request, const std::string& account_id, net::URLRequestContextGetter* getter, const std::string& client_id, const std::string& client_secret, const ScopeSet& scopes) argument
39 InvalidateOAuth2Token( const std::string& account_id, const std::string& client_id, const ScopeSet& scopes, const std::string& access_token) argument
H A Doauth2_api_call_flow.cc40 const std::vector<std::string>& scopes)
44 scopes_(scopes),
36 OAuth2ApiCallFlow( net::URLRequestContextGetter* context, const std::string& refresh_token, const std::string& access_token, const std::vector<std::string>& scopes) argument
H A Dubertoken_fetcher.cc68 OAuth2TokenService::ScopeSet scopes; local
69 scopes.insert(GaiaConstants::kOAuth1LoginScope);
70 token_service_->InvalidateToken(account_id_, scopes, access_token_);
105 OAuth2TokenService::ScopeSet scopes; local
106 scopes.insert(GaiaConstants::kOAuth1LoginScope);
108 token_service_->StartRequest(account_id_, scopes, this);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dpolicy_oauth2_token_fetcher.cc58 std::vector<std::string> scopes; local
59 scopes.push_back(GaiaConstants::kDeviceManagementServiceOAuth);
60 scopes.push_back(GaiaConstants::kOAuthWrapBridgeUserInfoScope);
68 scopes);
H A Duser_cloud_policy_token_forwarder.cc91 OAuth2TokenService::ScopeSet scopes; local
92 scopes.insert(GaiaConstants::kDeviceManagementServiceOAuth);
93 scopes.insert(GaiaConstants::kOAuthWrapBridgeUserInfoScope);
95 signin_manager_->GetAuthenticatedAccountId(), scopes, this);
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dobfuscated_gaia_id_fetcher.cc60 // Returns a vector of scopes needed to call the API to get obfuscated Gaia ID.
62 std::vector<std::string> scopes; local
63 scopes.push_back("https://www.googleapis.com/auth/gcm_for_chrome.readonly");
64 return scopes;
/external/chromium_org/components/signin/core/browser/
H A Dabout_signin_internals.h99 const OAuth2TokenService::ScopeSet& scopes) OVERRIDE;
103 const OAuth2TokenService::ScopeSet& scopes,
107 const OAuth2TokenService::ScopeSet& scopes)
117 const OAuth2TokenService::ScopeSet& scopes);
127 OAuth2TokenService::ScopeSet scopes; // Scoped that are requested. member in struct:AboutSigninInternals::TokenInfo
151 const OAuth2TokenService::ScopeSet& scopes);
165 // "scopes" : requested scoped,
H A Daccount_service_flag_fetcher.cc63 OAuth2TokenService::ScopeSet scopes; local
64 scopes.insert(GaiaConstants::kOAuth1LoginScope);
66 account_id_, scopes, this);
/external/libnl/lib/route/
H A Drtnl.c87 static struct trans_tbl scopes[] = { variable in typeref:struct:trans_tbl
97 return __type2str(scope, buf, size, scopes, ARRAY_SIZE(scopes));
102 return __str2type(name, scopes, ARRAY_SIZE(scopes));

Completed in 2324 milliseconds

1234