Home
last modified time | relevance | path

Searched defs:ServoUrl (Results 1 – 25 of 103) sorted by relevance

12345

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Durlhelper.rs47 pub fn SetHash(url: &mut ServoUrl, value: USVString) { in SetHash()
50 pub fn SetHost(url: &mut ServoUrl, value: USVString) { in SetHost()
53 pub fn SetPort(url: &mut ServoUrl, value: USVString) { in SetPort()
56 pub fn SetSearch(url: &mut ServoUrl, value: USVString) { in SetSearch()
59 pub fn SetPathname(url: &mut ServoUrl, value: USVString) { in SetPathname()
62 pub fn SetHostname(url: &mut ServoUrl, value: USVString) { in SetHostname()
65 pub fn SetPassword(url: &mut ServoUrl, value: USVString) { in SetPassword()
68 pub fn SetProtocol(url: &mut ServoUrl, value: USVString) { in SetProtocol()
71 pub fn SetUsername(url: &mut ServoUrl, value: USVString) { in SetUsername()
H A Dserviceworker.rs49 script_url: ServoUrl, in install_serviceworker()
50 scope_url: ServoUrl, in install_serviceworker()
71 pub fn get_script_url(&self) -> ServoUrl { in get_script_url()
H A Dworkletglobalscope.rs53 base_url: ServoUrl, in new_inherited()
112 pub fn base_url(&self) -> ServoUrl { in base_url()
171 base_url: ServoUrl, in new()
H A Dxmldocument.rs33 url: Option<ServoUrl>, in new_inherited()
60 url: Option<ServoUrl>, in new()
H A Dserviceworkerregistration.rs43 script_url: &ServoUrl, in new()
93 pub fn longest_prefix_match(stored_scope: &ServoUrl, potential_match: &ServoUrl) -> bool { in longest_prefix_match()
H A Dserviceworkerglobalscope.rs86 worker_url: ServoUrl, in new_inherited()
113 worker_url: ServoUrl, in new()
147 scope_url: ServoUrl) { in run_serviceworker_scope()
H A Dhtmlbodyelement.rs94 fn get_background(&self) -> Option<ServoUrl>; in get_background()
119 fn get_background(&self) -> Option<ServoUrl> { in get_background()
H A Dstorage.rs42 fn get_url(&self) -> ServoUrl { in get_url()
162 url: ServoUrl, in queue_storage_event()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/url/
H A Dlib.rs32 pub struct ServoUrl( struct
37 impl ServoUrl { implementation
164 impl fmt::Display for ServoUrl { implementation
170 impl fmt::Debug for ServoUrl { implementation
176 impl Index<RangeFull> for ServoUrl { implementation
183 impl Index<RangeFrom<Position>> for ServoUrl { implementation
190 impl Index<RangeTo<Position>> for ServoUrl { implementation
197 impl Index<Range<Position>> for ServoUrl { implementation
204 impl From<Url> for ServoUrl { implementation
210 impl serde::Serialize for ServoUrl { implementation
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/net/
H A Dhttp_loader.rs167 fn no_referrer_when_downgrade_header(referrer_url: ServoUrl, url: ServoUrl) -> Option<ServoUrl> { in no_referrer_when_downgrade_header()
175 fn strict_origin(referrer_url: ServoUrl, url: ServoUrl) -> Option<ServoUrl> { in strict_origin()
183 fn strict_origin_when_cross_origin(referrer_url: ServoUrl, url: ServoUrl) -> Option<ServoUrl> { in strict_origin_when_cross_origin()
192 fn strip_url(mut referrer_url: ServoUrl, origin_only: bool) -> Option<ServoUrl> { in strip_url()
213 referrer_source: ServoUrl, in determine_request_referrer()
215 -> Option<ServoUrl> { in determine_request_referrer()
234 pub fn set_request_cookies(url: &ServoUrl, headers: &mut Headers, cookie_jar: &RwLock<CookieStorage… in set_request_cookies()
244 request: &ServoUrl, in set_cookie_for_url()
259 fn set_cookies_from_headers(url: &ServoUrl, headers: &Headers, cookie_jar: &RwLock<CookieStorage>) { in set_cookies_from_headers()
319 url: ServoUrl, in prepare_devtools_request()
[all …]
H A Dwebsocket_loader.rs271 fn fetch(url: ServoUrl, in fetch()
309 fn main_fetch(url: ServoUrl, in main_fetch()
390 fn scheme_fetch(url: &ServoUrl, in scheme_fetch()
400 fn http_fetch(url: &ServoUrl, in http_fetch()
450 fn http_network_or_cache_fetch(url: &ServoUrl, in http_network_or_cache_fetch()
556 fn http_network_fetch(url: &ServoUrl, in http_network_fetch()
600 url: &ServoUrl, in make_request()
633 url: &ServoUrl, in write_request()
H A Dstorage_thread.rs108 fn length(&self, sender: IpcSender<usize>, url: ServoUrl, storage_type: StorageType) { in length()
116 url: ServoUrl, in key()
129 url: ServoUrl, in keys()
145 url: ServoUrl, in set_item()
194 url: ServoUrl, in request_item()
207 url: ServoUrl, in remove_item()
221 fn clear(&mut self, sender: IpcSender<bool>, url: ServoUrl, storage_type: StorageType) { in clear()
H A Dcookie.rs37 pub fn from_cookie_string(cookie_str: String, request: &ServoUrl, in from_cookie_string()
46 …pub fn new_wrapped(mut cookie: cookie_rs::Cookie<'static>, request: &ServoUrl, source: CookieSourc… in new_wrapped()
180 pub fn appropriate_for_url(&self, url: &ServoUrl, source: CookieSource) -> bool { in appropriate_for_url()
H A Dcookie_storage.rs36 …pub fn remove(&mut self, cookie: &Cookie, url: &ServoUrl, source: CookieSource) -> Result<Option<C… in remove()
86 pub fn push(&mut self, mut cookie: Cookie, url: &ServoUrl, source: CookieSource) { in push()
137 pub fn cookies_for_url(&mut self, url: &ServoUrl, source: CookieSource) -> Option<String> { in cookies_for_url()
176 url: &'a ServoUrl, in cookies_data_for_url()
H A Dchrome_loader.rs10 pub fn resolve_chrome_url(url: &ServoUrl) -> Result<ServoUrl, ()> { in resolve_chrome_url()
H A Dblob_loader.rs21 (url: ServoUrl, in load_blob_sync()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/
H A Dserviceworkerjob.rs57 scope_url: ServoUrl, in create_job()
58 script_url: ServoUrl, in create_job()
133 pub fn run_job(&self, scope_url: ServoUrl, script_thread: &ScriptThread) { in run_job()
154 fn run_register(&self, job: &Job, scope_url: ServoUrl, script_thread: &ScriptThread) { in run_register()
201 pub fn finish_job(&self, scope_url: ServoUrl, script_thread: &ScriptThread) { in finish_job()
H A Ddocument_loader.rs29 fn url(&self) -> Option<&ServoUrl> { in url()
72 pub fn url(&self) -> Option<&ServoUrl> { in url()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/net/tests/
H A Dchrome_loader.rs8 fn c(s: &str) -> Result<ServoUrl, ()> { in c()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script_layout_interface/
H A Dreporter.rs26 url: &ServoUrl, in report_error()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout/
H A Dcontext.rs106 url: ServoUrl, in get_or_request_image_or_meta()
157 url: ServoUrl, in get_webrender_image_for_url()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/net_traits/
H A Drequest.rs262 pub fn new(url: ServoUrl, in new()
331 pub fn url(&self) -> ServoUrl { in url()
336 pub fn current_url(&self) -> ServoUrl { in current_url()
341 pub fn current_url_mut(&mut self) -> &mut ServoUrl { in current_url_mut()
362 pub fn to_url(&self) -> Option<&ServoUrl> { in to_url()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/servo/
H A Durl.rs74 pub fn url(&self) -> Option<&ServoUrl> { in url()
193 pub fn url(&self) -> Option<&ServoUrl> { in url()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout_traits/
H A Dlib.rs41 url: ServoUrl, in create()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/metrics/
H A Dlib.rs41 fn get_url(&self) -> &ServoUrl; in get_url()
67 url: &ServoUrl) in set_metric()
257 fn get_url(&self) -> &ServoUrl { in get_url()
402 fn get_url(&self) -> &ServoUrl { in get_url()

12345