OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scopes1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/identity/
extension_token_key_unittest.cc
17
std::set<std::string>
scopes1
;
local
21
scopes1
.insert("a");
22
scopes1
.insert("b");
34
scopesets.push_back(
scopes1
);
/external/chromium_org/google_apis/gaia/
oauth2_token_service_unittest.cc
151
OAuth2TokenService::ScopeSet
scopes1
;
local
152
scopes1
.insert("s1");
153
scopes1
.insert("s2");
164
oauth2_service_->StartRequest(account_id_,
scopes1
, &consumer_));
379
OAuth2TokenService::ScopeSet
scopes1
;
local
396
oauth2_service_->StartRequest(account_id_,
scopes1
, &consumer2));
Completed in 1128 milliseconds