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

  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_service_worker_helper.cc 42 std::vector<GURL> scopes1; local
43 scopes1.push_back(GURL("https://swhost1:1/app1/*"));
44 scopes1.push_back(GURL("https://swhost1:1/app2/*"));
49 content::ServiceWorkerUsageInfo info1(kOrigin1, scopes1);
browsing_data_service_worker_helper_unittest.cc 48 std::vector<GURL> scopes1; local
49 scopes1.push_back(GURL("http://host1:9000/*"));
60 helper->AddServiceWorker(origin1, scopes1);
  /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 167 OAuth2TokenService::ScopeSet scopes1; local
168 scopes1.insert("s1");
169 scopes1.insert("s2");
180 oauth2_service_->StartRequest(account_id_, scopes1, &consumer_));
395 OAuth2TokenService::ScopeSet scopes1; local
412 oauth2_service_->StartRequest(account_id_, scopes1, &consumer2));

Completed in 78 milliseconds