OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scope_set_1
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/google_apis/gaia/
oauth2_token_service_unittest.cc
527
OAuth2TokenService::ScopeSet
scope_set_1
;
local
528
scope_set_1
.insert("scope1");
529
scope_set_1
.insert("scope2");
530
OAuth2TokenService::ScopeSet scope_set_2(
scope_set_1
.begin(),
531
scope_set_1
.end());
536
oauth2_service_->StartRequest(account_id_,
scope_set_1
, &consumer_));
543
oauth2_service_->StartRequest(account_id_2,
scope_set_1
, &consumer_));
Completed in 4961 milliseconds