Home
last modified time | relevance | path

Searched defs:USVString (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Durlhelper.rs14 pub fn Origin(url: &ServoUrl) -> USVString { in Origin()
17 pub fn Href(url: &ServoUrl) -> USVString { in Href()
20 pub fn Hash(url: &ServoUrl) -> USVString { in Hash()
23 pub fn Host(url: &ServoUrl) -> USVString { in Host()
26 pub fn Port(url: &ServoUrl) -> USVString { in Port()
29 pub fn Search(url: &ServoUrl) -> USVString { in Search()
32 pub fn Hostname(url: &ServoUrl) -> USVString { in Hostname()
35 pub fn Password(url: &ServoUrl) -> USVString { in Password()
38 pub fn Pathname(url: &ServoUrl) -> USVString { in Pathname()
41 pub fn Protocol(url: &ServoUrl) -> USVString { in Protocol()
[all …]
H A Durl.rs150 fn Hash(&self) -> USVString { in Hash()
160 fn Host(&self) -> USVString { in Host()
170 fn Hostname(&self) -> USVString { in Hostname()
180 fn Href(&self) -> USVString { in Href()
199 fn Password(&self) -> USVString { in Password()
209 fn Pathname(&self) -> USVString { in Pathname()
219 fn Port(&self) -> USVString { in Port()
229 fn Protocol(&self) -> USVString { in Protocol()
239 fn Origin(&self) -> USVString { in Origin()
244 fn Search(&self) -> USVString { in Search()
[all …]
H A Dworkerlocation.rs39 fn Hash(&self) -> USVString { in Hash()
44 fn Host(&self) -> USVString { in Host()
49 fn Hostname(&self) -> USVString { in Hostname()
54 fn Href(&self) -> USVString { in Href()
59 fn Pathname(&self) -> USVString { in Pathname()
64 fn Port(&self) -> USVString { in Port()
69 fn Protocol(&self) -> USVString { in Protocol()
74 fn Search(&self) -> USVString { in Search()
H A Dhtmlanchorelement.rs158 fn Hash(&self) -> USVString { in Hash()
193 fn Host(&self) -> USVString { in Host()
232 fn Hostname(&self) -> USVString { in Hostname()
267 fn Href(&self) -> USVString { in Href()
293 fn Origin(&self) -> USVString { in Origin()
310 fn Password(&self) -> USVString { in Password()
343 fn Pathname(&self) -> USVString { in Pathname()
376 fn Port(&self) -> USVString { in Port()
410 fn Protocol(&self) -> USVString { in Protocol()
441 fn Search(&self) -> USVString { in Search()
[all …]
H A Dlocation.rs42 fn set_url_component(&self, value: USVString, in set_url_component()
107 fn GetHash(&self) -> Fallible<USVString> { in GetHash()
123 fn GetHost(&self) -> Fallible<USVString> { in GetHost()
136 fn GetOrigin(&self) -> Fallible<USVString> { in GetOrigin()
142 fn GetHostname(&self) -> Fallible<USVString> { in GetHostname()
155 fn GetHref(&self) -> Fallible<USVString> { in GetHref()
172 fn GetPathname(&self) -> Fallible<USVString> { in GetPathname()
185 fn GetPort(&self) -> Fallible<USVString> { in GetPort()
198 fn GetProtocol(&self) -> Fallible<USVString> { in GetProtocol()
216 fn GetSearch(&self) -> Fallible<USVString> { in GetSearch()
H A Dformdata.rs63 fn Append(&self, name: USVString, str_value: USVString) { in Append()
79 fn Append_(&self, name: USVString, blob: &Blob, filename: Option<USVString>) { in Append_()
95 fn Delete(&self, name: USVString) { in Delete()
127 fn Set(&self, name: USVString, str_value: USVString) { in Set()
137 fn Set_(&self, name: USVString, blob: &Blob, filename: Option<USVString>) { in Set_()
192 fn get_key_at_index(&self, n: u32) -> USVString { in get_key_at_index()
H A Durlsearchparams.rs72 fn Append(&self, name: USVString, value: USVString) { in Append()
80 fn Delete(&self, name: USVString) { in Delete()
88 fn Get(&self, name: USVString) -> Option<USVString> { in Get()
95 fn GetAll(&self, name: USVString) -> Vec<USVString> { in GetAll()
113 fn Set(&self, name: USVString, value: USVString) { in Set()
176 fn get_value_at_index(&self, n: u32) -> USVString { in get_value_at_index()
181 fn get_key_at_index(&self, n: u32) -> USVString { in get_key_at_index()
H A Dserviceworkercontainer.rs56 script_url: USVString, in Register()
60 let USVString(ref script_url) = script_url; in Register() localVariable
H A Dhashchangeevent.rs73 fn OldURL(&self) -> USVString { in OldURL()
78 fn NewURL(&self) -> USVString { in NewURL()
H A Dtestworklet.rs51 fn AddModule(&self, moduleURL: USVString, options: &WorkletOptions) -> Rc<Promise> { in AddModule()
H A Ddissimilaroriginlocation.rs56 fn GetHref(&self) -> Fallible<USVString> { in GetHref()
H A Dclient.rs59 fn Url(&self) -> USVString { in Url()
H A Dtextdecoder.rs71 -> Fallible<USVString> { in Decode()
H A Dresponse.rs150 …pub fn Redirect(global: &GlobalScope, url: USVString, status: u16) -> Fallible<DomRoot<Response>> { in Redirect()
255 fn Url(&self) -> USVString { in Url()
H A Dserviceworker.rs83 fn ScriptURL(&self) -> USVString { in ScriptURL()
H A Dserviceworkerregistration.rs123 fn Scope(&self) -> USVString { in Scope()
H A Dtestbinding.rs112 fn UsvstringAttribute(&self) -> USVString { USVString("".to_owned()) } in UsvstringAttribute()
113 fn SetUsvstringAttribute(&self, _: USVString) {} in SetUsvstringAttribute()
202 fn SetUsvstringAttributeNullable(&self, _: Option<USVString>) {} in SetUsvstringAttributeNullable()
265 fn ReceiveUsvstring(&self) -> USVString { USVString("".to_owned()) } in ReceiveUsvstring()
427 fn PassUsvstring(&self, _: USVString) {} in PassUsvstring()
476 fn PassNullableUsvstring(&self, _: Option<USVString>) {} in PassNullableUsvstring()
506 fn PassOptionalUsvstring(&self, _: Option<USVString>) {} in PassOptionalUsvstring()
538 fn PassOptionalNullableUsvstring(&self, _: Option<Option<USVString>>) {} in PassOptionalNullableUsvstring()
564 fn PassOptionalUsvstringWithDefault(&self, _: USVString) {} in PassOptionalUsvstringWithDefault()
629 fn PassVariadicUsvstring(&self, _: Vec<USVString>) {} in PassVariadicUsvstring()
[all …]
H A Dhistory.rs71 _url: Option<USVString>, in push_or_replace_state()
H A Dxmlhttprequest.rs296 fn Open_(&self, method: ByteString, url: USVString, async: bool, in Open_()
297 username: Option<USVString>, password: Option<USVString>) -> ErrorResult { in Open_()
674 fn ResponseURL(&self) -> USVString { in ResponseURL()
789 fn GetResponseText(&self) -> Fallible<USVString> { in GetResponseText()
H A Drequest.rs510 fn Url(&self) -> USVString { in Url()
526 fn Referrer(&self) -> USVString { in Referrer()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/bindings/
H A Dconversions.rs145 impl ToJSValConvertible for USVString { implementation
228 impl FromJSValConvertible for USVString { implementation
231 -> Result<ConversionResult<USVString>, ()> { in from_jsval()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/webidl-0.8.0/src/lexer/
H A Dtoken.rs68 USVString, enumerator
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/webidl-0.8.0/src/parser/
H A Dast.rs389 USVString, enumerator
531 USVString, enumerator
584 USVString, enumerator
/dports/www/firefox-esr/firefox-91.8.0/dom/docs/webIdlBindings/
H A Dindex.rst583 .. _USVString: target
597 those of ``USVString``.
/dports/mail/thunderbird/thunderbird-91.8.0/dom/docs/webIdlBindings/
H A Dindex.rst583 .. _USVString: target
597 those of ``USVString``.

12