Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/
Dv8_impl.cc159 void SetWorkerAttributes(int worker_id, const GURL& worker_url) { in SetWorkerAttributes()
171 const GURL& worker_url() const { return worker_url_; } in worker_url() function in __anon8cafeccc0111::CefV8IsolateManager
822 void CefV8SetWorkerAttributes(int worker_id, const GURL& worker_url) { in CefV8SetWorkerAttributes()