Searched defs:scopes (Results 51 - 75 of 80) sorted by relevance

1234

/external/chromium_org/google_apis/gaia/
H A Doauth2_token_service_request.cc163 const OAuth2TokenService::ScopeSet& scopes);
204 const OAuth2TokenService::ScopeSet& scopes)
210 scopes_(scopes) {
276 const OAuth2TokenService::ScopeSet& scopes);
301 const OAuth2TokenService::ScopeSet& scopes)
305 scopes_(scopes) {
308 DCHECK(!scopes.empty());
330 const OAuth2TokenService::ScopeSet& scopes,
335 new RequestCore(request.get(), provider, consumer, account_id, scopes));
344 const OAuth2TokenService::ScopeSet& scopes,
198 RequestCore( OAuth2TokenServiceRequest* owner, const scoped_refptr<OAuth2TokenServiceRequest::TokenServiceProvider>& provider, OAuth2TokenService::Consumer* consumer, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes) argument
295 InvalidateCore( OAuth2TokenServiceRequest* owner, const scoped_refptr<OAuth2TokenServiceRequest::TokenServiceProvider>& provider, const std::string& access_token, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes) argument
327 CreateAndStart( const scoped_refptr<TokenServiceProvider>& provider, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes, OAuth2TokenService::Consumer* consumer) argument
341 InvalidateToken( const scoped_refptr<TokenServiceProvider>& provider, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes, const std::string& access_token) argument
[all...]
H A Doauth2_token_service_request_unittest.cc88 const ScopeSet& scopes) OVERRIDE;
92 const ScopeSet& scopes,
127 const ScopeSet& scopes) {
140 const ScopeSet& scopes,
121 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
137 InvalidateOAuth2Token( const std::string& account_id, const std::string& client_id, const ScopeSet& scopes, const std::string& access_token) argument
H A Doauth2_token_service.cc26 const ScopeSet& scopes)
29 scopes(scopes) {
47 return scopes < p.scopes;
91 // scopes.
121 // |account_id| and |scopes| in the request context obtained by |getter|.
128 const ScopeSet& scopes,
164 const OAuth2TokenService::ScopeSet& scopes,
207 const OAuth2TokenService::ScopeSet& scopes,
23 RequestParameters( const std::string& client_id, const std::string& account_id, const ScopeSet& scopes) argument
201 CreateAndStart( OAuth2TokenService* oauth2_token_service, const std::string& account_id, net::URLRequestContextGetter* getter, const std::string& client_id, const std::string& client_secret, const OAuth2TokenService::ScopeSet& scopes, base::WeakPtr<RequestImpl> waiting_request) argument
221 Fetcher( OAuth2TokenService* oauth2_token_service, const std::string& account_id, net::URLRequestContextGetter* getter, const std::string& client_id, const std::string& client_secret, const OAuth2TokenService::ScopeSet& scopes, base::WeakPtr<RequestImpl> waiting_request) argument
410 StartRequest( const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes, OAuth2TokenService::Consumer* consumer) argument
424 StartRequestForClient( const std::string& account_id, const std::string& client_id, const std::string& client_secret, const OAuth2TokenService::ScopeSet& scopes, OAuth2TokenService::Consumer* consumer) argument
440 StartRequestWithContext( const std::string& account_id, net::URLRequestContextGetter* getter, const ScopeSet& scopes, Consumer* consumer) argument
455 StartRequestForClientWithContext( const std::string& account_id, net::URLRequestContextGetter* getter, const std::string& client_id, const std::string& client_secret, const ScopeSet& scopes, Consumer* consumer) argument
503 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
553 InvalidateToken(const std::string& account_id, const ScopeSet& scopes, const std::string& access_token) argument
562 InvalidateTokenForClient( const std::string& account_id, const std::string& client_id, const ScopeSet& scopes, const std::string& access_token) argument
570 InvalidateOAuth2Token( const std::string& account_id, const std::string& client_id, const ScopeSet& scopes, const std::string& access_token) argument
676 RegisterCacheEntry( const std::string& client_id, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes, const std::string& access_token, const base::Time& expiration_date) argument
[all...]
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader_impl_unittest.cc47 const ScopeSet& scopes) OVERRIDE;
51 const ScopeSet& scopes,
83 const ScopeSet& scopes) {
92 const ScopeSet& scopes,
189 OAuth2TokenService::ScopeSet scopes; local
190 scopes.insert(GaiaConstants::kChromeSyncOAuth2Scope);
195 scopes,
77 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
89 InvalidateOAuth2Token( const std::string& account_id, const std::string& client_id, const ScopeSet& scopes, const std::string& access_token) argument
H A Dattachment_uploader_impl.cc48 const OAuth2TokenService::ScopeSet& scopes,
111 const OAuth2TokenService::ScopeSet& scopes,
121 scopes_(scopes),
258 const OAuth2TokenService::ScopeSet& scopes,
264 scopes_(scopes),
269 DCHECK(!scopes.empty());
104 UploadState( const GURL& upload_url, const scoped_refptr<net::URLRequestContextGetter>& url_request_context_getter, const Attachment& attachment, const UploadCallback& user_callback, const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes, OAuth2TokenServiceRequest::TokenServiceProvider* token_service_provider, const base::WeakPtr<AttachmentUploaderImpl>& owner) argument
253 AttachmentUploaderImpl( 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
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/chromium_org/chrome/browser/profiles/
H A Dprofile_downloader.cc292 OAuth2TokenService::ScopeSet scopes; local
293 scopes.insert(kAPIScope);
297 account_id_, scopes, this);
/external/chromium_org/chrome/browser/signin/
H A Dandroid_profile_oauth2_token_service.cc46 const std::vector<std::string>& scopes) OVERRIDE;
55 std::string CombineScopes(const std::vector<std::string>& scopes);
77 const std::vector<std::string>& scopes) {
79 std::string scope = CombineScopes(scopes);
118 const std::vector<std::string>& scopes) {
119 // The Android AccountManager supports multiple scopes separated by a space:
122 for (std::vector<std::string>::const_iterator it = scopes.begin();
123 it != scopes.end(); ++it) {
227 const ScopeSet& scopes,
231 scopes,
75 Start(const std::string& client_id, const std::string& client_secret, const std::vector<std::string>& scopes) argument
117 CombineScopes( const std::vector<std::string>& scopes) argument
224 InvalidateOAuth2Token( const std::string& account_id, const std::string& client_id, const ScopeSet& scopes, const std::string& access_token) argument
[all...]
/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);
/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);
H A Dabout_signin_internals.cc237 const OAuth2TokenService::ScopeSet& scopes) {
238 TokenInfo* token = signin_status_.FindToken(account_id, consumer_id, scopes);
240 *token = TokenInfo(consumer_id, scopes);
242 token = new TokenInfo(consumer_id, scopes);
252 const OAuth2TokenService::ScopeSet& scopes,
255 TokenInfo* token = signin_status_.FindToken(account_id, consumer_id, scopes);
270 const OAuth2TokenService::ScopeSet& scopes) {
274 if (token->scopes == scopes)
350 const OAuth2TokenService::ScopeSet& scopes)
234 OnAccessTokenRequested( const std::string& account_id, const std::string& consumer_id, const OAuth2TokenService::ScopeSet& scopes) argument
249 OnFetchAccessTokenComplete( const std::string& account_id, const std::string& consumer_id, const OAuth2TokenService::ScopeSet& scopes, GoogleServiceAuthError error, base::Time expiration_time) argument
268 OnTokenRemoved( const std::string& account_id, const OAuth2TokenService::ScopeSet& scopes) argument
348 TokenInfo( const std::string& consumer_id, const OAuth2TokenService::ScopeSet& scopes) argument
418 FindToken( const std::string& account_id, const std::string& consumer_id, const OAuth2TokenService::ScopeSet& scopes) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8InjectedScriptHostCustom.cpp217 v8::Handle<v8::Value> scopes = debugServer.functionScopes(function); local
218 if (!scopes.IsEmpty() && scopes->IsArray())
219 result->Set(v8AtomicString(isolate, "rawScopes"), scopes); local
/external/elfutils/0.153/src/
H A Daddr2line.c251 Dwarf_Die *scopes; local
252 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes);
257 switch (dwarf_tag (&scopes[i]))
261 const char *name = dwarf_diename (&scopes[i]);
270 const char *name = dwarf_diename (&scopes[i]);
280 if (dwarf_formudata (dwarf_attr (&scopes[i],
287 if (dwarf_formudata (dwarf_attr (&scopes[i],
291 if (dwarf_formudata (dwarf_attr (&scopes[i],
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.cc1007 std::vector<std::string> scopes; local
1008 scopes.push_back("https://www.googleapis.com/auth/drive.readonly");
1014 scopes));
/external/chromium_org/chrome/browser/drive/
H A Ddrive_api_service.cc77 // OAuth2 scopes for Drive API.
198 std::vector<std::string> scopes; local
199 scopes.push_back(kDriveScope);
200 scopes.push_back(kDriveAppsReadonlyScope);
201 scopes.push_back(kDriveAppsScope);
206 scopes.push_back(kDocsListScope);
212 scopes),
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.cc55 const char kInvalidScopes[] = "Invalid OAuth2 scopes.";
329 std::set<std::string> scopes(oauth2_info.scopes.begin(),
330 oauth2_info.scopes.end());
352 if (params->details->scopes.get()) {
353 scopes = std::set<std::string>(params->details->scopes->begin(),
354 params->details->scopes->end());
358 if (scopes.size() == 0) {
364 new ExtensionTokenKey(extension()->id(), account_key, scopes));
732 OAuth2TokenService::ScopeSet scopes; local
[all...]
/external/llvm/include/llvm/IR/
H A DDebugInfo.h199 /// DIScope - A base class for various scopes.
205 /// DIScopes that are scopes in the strict lexical scope sense
916 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java404 /** Track the scopes defined outside of rules and the scopes associated
407 protected Map scopes = new HashMap(); field in class:Grammar
1724 scopes.put(name,scope);
1748 return (AttributeScope)scopes.get(name);
1752 return scopes;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchrome_extension_externs.js165 chrome.runtime.Manifest.Oauth2.prototype.scopes;
/external/chromium_org/v8/src/
H A Ddebug-debugger.js1885 // Get the frame for which the scope or scopes are requested.
1917 // No frames no scopes.
1919 throw new Error('No scopes');
1922 // Get the frame for which the scopes are requested.
1932 // Fill all scopes for this frame or function.
1934 var scopes = [];
1936 scopes.push(scope_holder.scope(i));
1942 scopes: scopes
2473 "scopes"
[all...]
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js1354 chrome.runtime.Manifest.Oauth2.prototype.scopes;

Completed in 939 milliseconds

1234