Home
last modified time | relevance | path

Searched defs:script_url (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/content/browser/service_worker/
Dservice_worker_database.proto14 required string script_url = 3; field
Dservice_worker_info.h31 GURL script_url; variable
Dservice_worker_info.cc25 const GURL& script_url, in ServiceWorkerVersionInfo()
Dservice_worker_job_unittest.cc352 GURL script_url("http://www.example.com/service_worker.js"); in TEST_F() local
413 const GURL& script_url, in OnStartWorker()
443 GURL script_url("http://www.example.com/service_worker.js"); in TEST_F() local
525 GURL script_url("http://www.example.com/service_worker1.js"); in TEST_F() local
567 GURL script_url("http://www.example.com/service_worker.js"); in TEST_F() local
679 GURL script_url("http://www.example.com/service_worker.js"); in TEST_F() local
720 GURL script_url("http://www.example.com/service_worker.js"); in TEST_F() local
Dembedded_worker_instance.cc128 const GURL& script_url, in Start()
242 GURL script_url(params->script_url); in ProcessAllocated() local
Dservice_worker_job_coordinator.cc73 const GURL& script_url, in Register()
Dservice_worker_process_manager.cc136 const GURL& script_url, in AllocateWorkerProcess()
Dservice_worker_context_wrapper.cc92 const GURL& script_url, in RegisterServiceWorker()
Dservice_worker_dispatcher_host.cc44 const GURL& script_url) { in CanRegisterServiceWorker()
217 const GURL& script_url) { in OnRegisterServiceWorker()
Dembedded_worker_test_helper.cc86 const GURL& script_url, in OnStartWorker()
Dservice_worker_register_job.cc32 const GURL& script_url) in ServiceWorkerRegisterJob()
Dservice_worker_context_unittest.cc342 GURL script_url("http://www.example.com/service_worker.js"); in TEST_F() local
Dservice_worker_context_core.cc177 const GURL& script_url, in RegisterServiceWorker()
Dservice_worker_version.cc94 const GURL& script_url, in ServiceWorkerVersion()
Dservice_worker_database.cc214 GURL script_url(data.script_url()); in ParseRegistrationData() local
Dservice_worker_browsertest.cc332 const GURL script_url = embedded_test_server()->GetURL( in StartOnIOThread() local
/external/chromium_org/chrome/browser/extensions/error_console/
Derror_console_browsertest.cc376 std::string script_url = extension->url().Resolve("content_script.js").spec(); in IN_PROC_BROWSER_TEST_F() local
434 std::string script_url = extension->url().Resolve("browser_action.js").spec(); in IN_PROC_BROWSER_TEST_F() local
512 std::string script_url = extension->url().Resolve("background.js").spec(); in IN_PROC_BROWSER_TEST_F() local
563 std::string script_url = extension->url().Resolve("background.js").spec(); in IN_PROC_BROWSER_TEST_F() local
/external/chromium_org/content/child/service_worker/
Dweb_service_worker_provider_impl.cc84 const WebURL& script_url, in registerServiceWorker()
Dservice_worker_dispatcher.cc94 const GURL& script_url, in RegisterServiceWorker()
/external/chromium_org/chrome/renderer/safe_browsing/
Dmalware_dom_details_browsertest.cc119 GURL script_url(base::StringPrintf("%s%d", urlprefix, i)); in TEST_F() local
/external/chromium_org/components/translate/core/browser/
Dtranslate_script_unittest.cc108 const std::string script_url("http://www.tamurayukari.com/mero-n.js"); in TEST_F() local
/external/chromium_org/content/test/plugin/
Dplugin_windowless_test.cc164 std::string script_url = "javascript:"; in ExecuteScript() local
/external/chromium_org/content/renderer/service_worker/
Dembedded_worker_context_client.cc93 const GURL& script_url, in EmbeddedWorkerContextClient()
/external/chromium_org/chrome/renderer/
Dcontent_settings_observer.cc373 const blink::WebURL& script_url) { in allowScriptFromSource()