Home
last modified time | relevance | path

Searched refs:script_url (Results 1 – 25 of 47) sorted by relevance

12

/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
384 script_url, // The source should be the content script url. in IN_PROC_BROWSER_TEST_F()
393 script_url, in IN_PROC_BROWSER_TEST_F()
399 script_url, in IN_PROC_BROWSER_TEST_F()
407 script_url, in IN_PROC_BROWSER_TEST_F()
417 script_url, in IN_PROC_BROWSER_TEST_F()
434 std::string script_url = extension->url().Resolve("browser_action.js").spec(); in IN_PROC_BROWSER_TEST_F() local
449 script_url, in IN_PROC_BROWSER_TEST_F()
462 CheckStackFrame(stack_trace[0], script_url, kAnonymousFunction); in IN_PROC_BROWSER_TEST_F()
512 std::string script_url = extension->url().Resolve("background.js").spec(); in IN_PROC_BROWSER_TEST_F() local
[all …]
/external/chromium_org/content/browser/service_worker/
Dembedded_worker_instance.cc128 const GURL& script_url, in Start() argument
143 "Script URL", script_url.spec()); in Start()
147 params->script_url = script_url; in Start()
154 script_url, in Start()
242 GURL script_url(params->script_url); in ProcessAllocated() local
248 script_url, in ProcessAllocated()
Dservice_worker_info.cc25 const GURL& script_url, in ServiceWorkerVersionInfo() argument
33 script_url(script_url), in ServiceWorkerVersionInfo()
Dservice_worker_info.h21 const GURL& script_url,
31 GURL script_url; variable
Dservice_worker_job_unittest.cc352 GURL script_url("http://www.example.com/service_worker.js"); in TEST_F() local
358 script_url, in TEST_F()
380 script_url, in TEST_F()
413 const GURL& script_url, in OnStartWorker() argument
443 GURL script_url("http://www.example.com/service_worker.js"); in TEST_F() local
449 script_url, in TEST_F()
525 GURL script_url("http://www.example.com/service_worker1.js"); in TEST_F() local
530 script_url, in TEST_F()
539 script_url, in TEST_F()
567 GURL script_url("http://www.example.com/service_worker.js"); in TEST_F() local
[all …]
Dservice_worker_dispatcher_host.cc44 const GURL& script_url) { in CanRegisterServiceWorker() argument
48 document_url.GetOrigin() == script_url.GetOrigin(); in CanRegisterServiceWorker()
217 const GURL& script_url) { in OnRegisterServiceWorker() argument
245 provider_host->document_url(), pattern, script_url)) { in OnRegisterServiceWorker()
253 "Script URL", script_url.spec()); in OnRegisterServiceWorker()
256 script_url, in OnRegisterServiceWorker()
Dservice_worker_register_job.cc32 const GURL& script_url) in ServiceWorkerRegisterJob() argument
36 script_url_(script_url), in ServiceWorkerRegisterJob()
48 script_url_(registration->GetNewestVersion()->script_url()), in ServiceWorkerRegisterJob()
208 if (existing_registration->GetNewestVersion()->script_url() == script_url_) { in ContinueWithRegistration()
251 registration()->GetNewestVersion()->script_url() != script_url_) { in ContinueWithUpdate()
Dservice_worker_job_coordinator.cc73 const GURL& script_url, in Register() argument
77 new ServiceWorkerRegisterJob(context_, pattern, script_url)); in Register()
Dservice_worker_process_manager.cc136 const GURL& script_url, in AllocateWorkerProcess() argument
147 script_url, in AllocateWorkerProcess()
189 SiteInstance::CreateForURL(browser_context_, script_url); in AllocateWorkerProcess()
Dservice_worker_context_wrapper.cc92 const GURL& script_url, in RegisterServiceWorker() argument
101 script_url, in RegisterServiceWorker()
108 script_url, in RegisterServiceWorker()
Dservice_worker_context_unittest.cc342 GURL script_url("http://www.example.com/service_worker.js"); in TEST_F() local
349 script_url, in TEST_F()
364 script_url, in TEST_F()
Dservice_worker_version.h98 const GURL& script_url, in NON_EXPORTED_BASE()
104 const GURL& script_url() const { return script_url_; } in NON_EXPORTED_BASE()
Dservice_worker_job_coordinator.h31 const GURL& script_url,
Dservice_worker_database.proto14 required string script_url = 3; field
Dservice_worker_process_manager.h50 const GURL& script_url,
Dembedded_worker_test_helper.cc86 const GURL& script_url, in OnStartWorker() argument
212 params.script_url, in OnStartWorkerStub()
/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
111 script_url); in TEST_F()
117 GURL expected_url(script_url); in TEST_F()
/external/chromium_org/tools/android/
Dadb_remote_setup.sh7 script_url="http://src.chromium.org/svn/trunk/src/tools/android/adb_remote_setup.sh"
14 curl -sSf -o "$new_script" "$script_url" || return
/external/chromium_org/content/test/plugin/
Dplugin_windowless_test.cc164 std::string script_url = "javascript:"; in ExecuteScript() local
165 script_url += script; in ExecuteScript()
167 size_t script_length = script_url.length(); in ExecuteScript()
172 NPString script_string = { script_url.c_str(), in ExecuteScript()
/external/chromium_org/content/child/service_worker/
Dweb_service_worker_provider_impl.cc84 const WebURL& script_url, in registerServiceWorker() argument
87 provider_id_, pattern, script_url, callbacks); in registerServiceWorker()
Dweb_service_worker_provider_impl.h36 const blink::WebURL& script_url, in NON_EXPORTED_BASE()
/external/chromium_org/content/renderer/service_worker/
Dembedded_worker_dispatcher.cc80 params.script_url, in OnStartWorker()
86 start_data.scriptURL = params.script_url; in OnStartWorker()
/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
120 html += "<script src=\"" + net::EscapeForHTML(script_url.spec()) + in TEST_F()
/external/chromium_org/content/public/browser/
Dservice_worker_context.h40 const GURL& script_url,
/external/chromium_org/content/common/service_worker/
Dembedded_worker_messages.h24 IPC_STRUCT_MEMBER(GURL, script_url)

12