HomeSort by relevance Sort by last modified time
    Searched refs:scope_list (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/signin/
mutable_profile_oauth2_token_service_unittest.cc 303 std::set<std::string> scope_list; local
304 scope_list.insert("scope");
313 oauth2_service_->GetPrimaryAccountId(), scope_list, &consumer_));
333 oauth2_service_->GetPrimaryAccountId(), scope_list, &consumer_);
348 std::set<std::string> scope_list; local
349 scope_list.insert("scope");
356 oauth2_service_->GetPrimaryAccountId(), scope_list, &consumer_));
  /external/chromium_org/google_apis/gaia/
fake_gaia.cc 165 std::vector<std::string> scope_list;
166 base::SplitString(scope_string, ' ', &scope_list);
167 ScopeSet scopes(scope_list.begin(), scope_list.end());

Completed in 36 milliseconds