Searched refs:script_url (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_info.cc25 const GURL& script_url,
33 script_url(script_url),
22 ServiceWorkerVersionInfo( ServiceWorkerVersion::RunningStatus running_status, ServiceWorkerVersion::Status status, const GURL& script_url, int64 version_id, int process_id, int thread_id, int devtools_agent_route_id) argument
H A Dservice_worker_info.h21 const GURL& script_url,
31 GURL script_url; member in class:content::ServiceWorkerVersionInfo
H A Dembedded_worker_instance.cc128 const GURL& script_url,
143 "Script URL", script_url.spec());
147 params->script_url = script_url;
154 script_url,
242 GURL script_url(params->script_url);
248 script_url,
126 Start(int64 service_worker_version_id, const GURL& scope, const GURL& script_url, bool pause_after_download, const StatusCallback& callback) argument
H A Dservice_worker_job_coordinator.cc73 const GURL& script_url,
77 new ServiceWorkerRegisterJob(context_, pattern, script_url));
71 Register( const GURL& pattern, const GURL& script_url, ServiceWorkerProviderHost* provider_host, const ServiceWorkerRegisterJob::RegistrationCallback& callback) argument
H A Dservice_worker_job_coordinator.h31 const GURL& script_url,
H A Dservice_worker_process_manager.h42 // Worker at |script_url|. Posts |callback| to the IO thread to indicate
50 const GURL& script_url,
H A Dembedded_worker_test_helper.h82 const GURL& script_url,
H A Dservice_worker_context_wrapper.h70 const GURL& script_url,
H A Dservice_worker_script_cache_map.cc49 if (owner_->script_url() == url)
H A Dservice_worker_context_wrapper.cc92 const GURL& script_url,
101 script_url,
108 script_url,
90 RegisterServiceWorker( const GURL& pattern, const GURL& script_url, const ResultCallback& continuation) argument
H A Dservice_worker_process_manager.cc136 const GURL& script_url,
147 script_url,
189 SiteInstance::CreateForURL(browser_context_, script_url);
133 AllocateWorkerProcess( int embedded_worker_id, const GURL& pattern, const GURL& script_url, const base::Callback<void(ServiceWorkerStatusCode, int process_id)>& callback) argument
H A Dservice_worker_job_unittest.cc348 // Make sure that when registering a duplicate pattern+script_url
352 GURL script_url("http://www.example.com/service_worker.js");
358 script_url,
380 script_url,
413 const GURL& script_url,
443 GURL script_url("http://www.example.com/service_worker.js");
449 script_url,
525 GURL script_url("http://www.example.com/service_worker1.js");
530 script_url,
539 script_url,
[all...]
H A Dservice_worker_register_job.cc32 const GURL& script_url)
36 script_url_(script_url),
48 script_url_(registration->GetNewestVersion()->script_url()),
208 if (existing_registration->GetNewestVersion()->script_url() == script_url_) {
251 registration()->GetNewestVersion()->script_url() != script_url_) {
29 ServiceWorkerRegisterJob( base::WeakPtr<ServiceWorkerContextCore> context, const GURL& pattern, const GURL& script_url) argument
H A Dservice_worker_dispatcher_host.cc44 const GURL& script_url) {
48 document_url.GetOrigin() == script_url.GetOrigin();
217 const GURL& script_url) {
245 provider_host->document_url(), pattern, script_url)) {
253 "Script URL", script_url.spec());
256 script_url,
42 CanRegisterServiceWorker(const GURL& document_url, const GURL& pattern, const GURL& script_url) argument
212 OnRegisterServiceWorker( int thread_id, int request_id, int provider_id, const GURL& pattern, const GURL& script_url) argument
H A Dembedded_worker_instance.h77 const GURL& script_url,
/external/chromium_org/content/public/browser/
H A Dservice_worker_context.h28 // Equivalent to calling navigator.serviceWorker.register(script_url, {scope:
34 // * |script_url| is on a different origin from |pattern|
35 // * Fetching |script_url| fails.
36 // * |script_url| fails to parse or its top-level execution fails.
40 const GURL& script_url,
/external/chromium_org/chrome/browser/extensions/error_console/
H A Derror_console_browsertest.cc376 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,
462 CheckStackFrame(stack_trace[0], script_url, kAnonymousFunction);
512 std::string script_url local
563 std::string script_url = extension->url().Resolve("background.js").spec(); local
[all...]
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_script_unittest.cc108 const std::string script_url("http://www.tamurayukari.com/mero-n.js");
111 script_url);
117 GURL expected_url(script_url);
/external/chromium_org/content/child/service_worker/
H A Dweb_service_worker_provider_impl.h36 const blink::WebURL& script_url,
H A Dweb_service_worker_provider_impl.cc84 const WebURL& script_url,
87 provider_id_, pattern, script_url, callbacks);
82 registerServiceWorker( const WebURL& pattern, const WebURL& script_url, WebServiceWorkerRegistrationCallbacks* callbacks) argument
/external/chromium_org/content/common/service_worker/
H A Dembedded_worker_messages.h24 IPC_STRUCT_MEMBER(GURL, script_url)
/external/chromium_org/tools/android/
H A 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/renderer/service_worker/
H A Dembedded_worker_dispatcher.cc80 params.script_url,
86 start_data.scriptURL = params.script_url;
/external/chromium_org/content/test/plugin/
H A Dplugin_windowless_test.cc164 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(),
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dmalware_dom_details_browsertest.cc119 GURL script_url(base::StringPrintf("%s%d", urlprefix, i));
120 html += "<script src=\"" + net::EscapeForHTML(script_url.spec()) +

Completed in 648 milliseconds

12