Searched refs:scopes (Results 101 - 125 of 201) sorted by relevance

123456789

/external/chromium_org/chrome/browser/ui/webui/
H A Dcookies_tree_model_util.cc67 const char kKeyScopes[] = "scopes";
275 base::ListValue* scopes = new base::ListValue; local
277 service_worker_info.scopes.begin();
278 it != service_worker_info.scopes.end();
280 scopes->AppendString(it->spec());
282 dict->Set(kKeyScopes, scopes);
H A Didentity_internals_ui.cc34 const char kScopes[] = "scopes";
64 // Gets a list of scopes specified in |token_cache_key| and returns a pointer
65 // to a ListValue containing the scopes. The caller gets ownership of the
177 iter = token_cache_key.scopes.begin();
178 iter != token_cache_key.scopes.end(); ++iter) {
296 html_source->AddLocalizedString("scopes",
/external/chromium_org/google_apis/gaia/
H A Doauth2_token_service_unittest.cc194 // Second request to the same set of scopes, should return the same token
205 // Third request to a new set of scopes, should return another token.
392 OAuth2TokenService::ScopeSet scopes; local
393 scopes.insert("s1");
394 scopes.insert("s2");
396 scopes.insert("s3");
397 scopes.insert("s4");
400 account_id_, scopes, &consumer_));
474 OAuth2TokenService::ScopeSet scopes; local
479 oauth2_service_->StartRequest(account_id_, scopes,
[all...]
H A Daccount_tracker.cc277 OAuth2TokenService::ScopeSet scopes; local
278 scopes.insert("https://www.googleapis.com/auth/userinfo.profile");
280 account_key_, scopes, this);
H A Doauth2_mint_token_flow.h57 // token for the given client and the given set of scopes from the
89 std::vector<std::string> scopes; member in struct:OAuth2MintTokenFlow::Parameters
H A Doauth2_mint_token_flow.cc49 const char kScopesKey[] = "scopes";
109 scopes(scopes_arg),
170 JoinString(parameters_.scopes, ' '), true).c_str(),
H A Dfake_gaia.cc348 ScopeSet scopes(scope_list.begin(), scope_list.end());
355 (scope_string.empty() || entry->second.scopes == scopes)) {
534 std::vector<std::string> scope_vector(token_info->scopes.begin(),
535 token_info->scopes.end());
H A Dfake_gaia.h45 ScopeSet scopes; member in struct:FakeGaia::AccessTokenInfo
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_uploader_impl_unittest.cc75 const ScopeSet& scopes) OVERRIDE;
79 const ScopeSet& scopes,
114 const ScopeSet& scopes) {
127 const ScopeSet& scopes,
275 OAuth2TokenService::ScopeSet scopes; local
276 scopes.insert(GaiaConstants::kChromeSyncOAuth2Scope);
280 scopes,
108 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
124 InvalidateOAuth2Token( const std::string& account_id, const std::string& client_id, const ScopeSet& scopes, const std::string& access_token) argument
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DObjC.stg105 scopes,
177 scopes,
232 scopes,
250 #pragma mark Rule return scopes Interface start
253 #pragma mark Rule return scopes Interface end
293 scopes,
304 #pragma mark Rule return scopes start
308 #pragma mark Rule return scopes end
465 scopes,
496 scopes,
[all...]
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service.h36 // set of scopes using the device-level OAuth2 any-api refresh token
81 const ScopeSet& scopes) OVERRIDE;
/external/chromium_org/chrome/browser/signin/
H A Dandroid_profile_oauth2_token_service.h103 const ScopeSet& scopes,
/external/chromium_org/components/signin/core/browser/
H A Daccount_tracker_service.cc83 OAuth2TokenService::ScopeSet scopes; local
84 scopes.insert(GaiaConstants::kGoogleUserInfoEmail);
85 scopes.insert(GaiaConstants::kGoogleUserInfoProfile);
87 account_id_, scopes, this);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dpython.js45 return state.scopes[state.scopes.length - 1];
222 state.scopes.pop();
227 state.scopes.push({offset: offset, type: type, align: align});
234 state.scopes.pop();
276 if (top(state).type == current) state.scopes.pop();
280 if (state.scopes.length > 1) state.scopes.pop();
291 scopes: [{offset: basecolumn || 0, type: "py", align: null}],
323 else if (closing && state.scopes
[all...]
/external/chromium_org/v8/src/heap/
H A Dgc-tracer.h119 tracer_->current_.scopes[scope_] +=
234 // Amounts of time spent in different scopes during GC.
235 double scopes[Scope::NUMBER_OF_SCOPES];
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DPython.stg53 scopes, superClass, literals) ::=
107 lexer(grammar, name, tokens, scopes, rules, numRules, filterMode,
113 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
221 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
233 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScopeClass(scope=it)><endif>}>
260 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScopeStack(scope=it)><endif>}>
303 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
308 <genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
317 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules,
323 <genericParser(grammar, name, scopes, token
[all...]
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_browsertest.cc262 userinfo_token_info.scopes.insert(
270 userinfo_profile_token_info.scopes.insert(
279 login_token_info.scopes.insert(GaiaConstants::kAnyApiOAuth2Scope);
286 sync_token_info.scopes.insert(GaiaConstants::kChromeSyncOAuth2Scope);
292 auth_login_token_info.scopes.insert(GaiaConstants::kOAuth1LoginScope);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DJava.stg60 scopes, superClass, literals) ::=
84 lexer(grammar, name, tokens, scopes, rules, numRules, filterMode, labelType="CommonToken",
88 <scopes:{it |<if(it.isDynamicGlobalScope)><globalAttributeScope(it)><endif>}>
200 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
223 <scopes:{it |<if(it.isDynamicGlobalScope)><globalAttributeScope(it)><endif>}>
273 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
276 <genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
285 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules,
290 <genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_misc.cc310 std::vector<std::string> scopes; local
311 scopes.push_back(kCWSScope);
335 scopes));
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_downloader.cc292 OAuth2TokenService::ScopeSet scopes; local
293 scopes.insert(kAPIScope);
297 account_id_, scopes, this);
/external/elfutils/0.153/libdw/
H A Dlibdw.h684 Returns -1 for errors or 0 if no scopes match PC. */
686 Dwarf_Die **scopes);
694 extern int dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes);
698 Ignore the first SKIP_SHADOWS scopes that match the name.
706 extern int dwarf_getscopevar (Dwarf_Die *scopes, int nscopes,
/external/elfutils/elfutils/
H A Dlibdw.h684 Returns -1 for errors or 0 if no scopes match PC. */
686 Dwarf_Die **scopes);
694 extern int dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes);
698 Ignore the first SKIP_SHADOWS scopes that match the name.
706 extern int dwarf_getscopevar (Dwarf_Die *scopes, int nscopes,
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
H A DCPP.stg90 scopes, superClass) ::=
135 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
180 scopes,
207 lexer(grammar, name, tokens, scopes, rules, numRules, labelType="Token",
270 grammar, name, scopes, tokens, tokenNames, rules, numRules, cyclicDFAs,
281 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
310 grammar, name, scopes, tokens, tokenNames,
320 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction,
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_chromeos_unittest.cc262 OAuth2TokenService::ScopeSet scopes; local
263 scopes.insert(GaiaConstants::kDeviceManagementServiceOAuth);
264 scopes.insert(GaiaConstants::kOAuthWrapBridgeUserInfoScope);
266 scopes, "5678",
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
H A Dcookie_details.h174 - (NSString*)scopes;

Completed in 838 milliseconds

123456789