HomeSort by relevance Sort by last modified time
    Searched refs:script_url (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/content/browser/service_worker/
service_worker_info.cc 43 const GURL& script_url,
48 : script_url(script_url),
service_worker_info.h 40 const GURL& script_url,
47 GURL script_url; member in class:content::ServiceWorkerRegistrationInfo
service_worker_registration.cc 15 const GURL& script_url,
19 script_url_(script_url),
37 script_url(),
service_worker_registration.h 39 const GURL& script_url,
44 const GURL& script_url() const { return script_url_; } function in class:content::ServiceWorkerRegistration
service_worker_job_coordinator.h 30 const GURL& script_url,
service_worker_process_manager.h 41 // Worker at |script_url|. Processes in |process_ids| will be checked in order
51 const GURL& script_url,
service_worker_context_wrapper.cc 69 const GURL& script_url,
78 script_url,
85 script_url,
service_worker_job_unittest.cc 338 // Make sure that when registering a duplicate pattern+script_url
342 GURL script_url("http://www.example.com/service_worker.js");
348 script_url,
370 script_url,
403 const GURL& script_url) OVERRIDE {
433 GURL script_url("http://www.example.com/service_worker.js");
439 script_url,
515 GURL script_url("http://www.example.com/service_worker1.js");
520 script_url,
529 script_url,
    [all...]
service_worker_process_manager.cc 67 const GURL& script_url,
78 script_url,
119 SiteInstance::CreateForURL(browser_context_, script_url);
service_worker_job_coordinator.cc 73 const GURL& script_url,
77 new ServiceWorkerRegisterJob(context_, pattern, script_url));
embedded_worker_test_helper.h 80 const GURL& script_url);
service_worker_context_wrapper.h 60 const GURL& script_url,
service_worker_unregister_job.cc 61 registration->script_url().GetOrigin(),
service_worker_dispatcher_host.cc 41 const GURL& script_url) {
45 document_url.GetOrigin() == script_url.GetOrigin();
170 const GURL& script_url) {
196 provider_host->document_url(), pattern, script_url)) {
206 script_url,
service_worker_register_job.cc 31 const GURL& script_url)
34 script_url_(script_url),
165 existing_registration->script_url() == script_url_) {
196 existing_registration->script_url().GetOrigin(),
388 registration()->script_url().GetOrigin(),
service_worker_browsertest.cc 187 const GURL script_url = embedded_test_server()->GetURL( local
195 script_url,
578 GURL* script_url,
585 script_url,
591 GURL* script_url,
597 *script_url = registration->script_url();
699 GURL script_url; local
705 &script_url));
  /external/chromium_org/content/public/browser/
service_worker_context.h 24 // Equivalent to calling navigator.serviceWorker.register(script_url, {scope:
30 // * |script_url| is on a different origin from |pattern|
31 // * Fetching |script_url| fails.
32 // * |script_url| fails to parse or its top-level execution fails.
36 const GURL& script_url,
  /external/chromium_org/content/child/service_worker/
web_service_worker_provider_impl.h 36 const blink::WebURL& script_url,
web_service_worker_provider_impl.cc 63 const WebURL& script_url,
66 provider_id_, pattern, script_url, callbacks);
  /external/chromium_org/chrome/browser/extensions/error_console/
error_console_browsertest.cc 376 std::string script_url = extension->url().Resolve("content_script.js").spec(); local
384 script_url, // The source should be the content script url.
393 script_url,
399 script_url,
407 script_url,
417 script_url,
434 std::string script_url = extension->url().Resolve("browser_action.js").spec(); local
449 script_url,
459 CheckStackFrame(stack_trace[0], script_url, kAnonymousFunction);
522 std::string script_url = extension->url().Resolve("background.js").spec() local
573 std::string script_url = extension->url().Resolve("background.js").spec(); local
    [all...]
  /external/chromium_org/components/translate/core/browser/
translate_script_unittest.cc 106 const std::string script_url("http://www.tamurayukari.com/mero-n.js");
109 script_url);
115 GURL expected_url(script_url);
  /external/chromium_org/content/common/service_worker/
embedded_worker_messages.h 24 IPC_STRUCT_MEMBER(GURL, script_url)
  /external/chromium_org/tools/android/
adb_remote_setup.sh 7 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/renderer/service_worker/
embedded_worker_dispatcher.cc 77 params.script_url,
83 start_data.scriptURL = params.script_url;
  /external/chromium_org/content/test/plugin/
plugin_windowless_test.cc 164 std::string script_url = "javascript:"; local
165 script_url += script;
167 size_t script_length = script_url.length();
172 NPString script_string = { script_url.c_str(),

Completed in 279 milliseconds

1 2