Searched defs:worker_url (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_dispatcher_host_unittest.cc75 void SendRegister(int64 provider_id, GURL pattern, GURL worker_url) { argument
78 -1, -1, provider_id, pattern, worker_url));
84 GURL worker_url,
86 SendRegister(provider_id, pattern, worker_url);
82 Register(int64 provider_id, GURL pattern, GURL worker_url, uint32 expected_message) argument
H A Dservice_worker_browsertest.cc217 const GURL& worker_url, const GURL& import_url) {
224 worker_url, interceptor.Pass());
428 void InstallTestHelper(const std::string& worker_url, argument
431 worker_url));
455 const std::string& worker_url,
458 base::Bind(&self::SetUpRegistrationOnIOThread, this, worker_url));
495 void FetchTestHelper(const std::string& worker_url, argument
500 base::Bind(&self::SetUpRegistrationOnIOThread, this, worker_url));
504 void SetUpRegistrationOnIOThread(const std::string& worker_url) { argument
512 embedded_test_server()->GetURL(worker_url),
216 CreateLongLivedResourceInterceptors( const GURL& worker_url, const GURL& import_url) argument
454 ActivateTestHelper( const std::string& worker_url, ServiceWorkerStatusCode expected_status) argument
[all...]

Completed in 1253 milliseconds