Home
last modified time | relevance | path

Searched refs:iframe_browsing_context_id (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script_layout_interface/
H A Dwrapper_traits.rs258 fn iframe_browsing_context_id(&self) -> Option<BrowsingContextId>; in iframe_browsing_context_id() method
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout_thread/
H A Ddom_wrapper.rs1004 fn iframe_browsing_context_id(&self) -> Option<BrowsingContextId> { in iframe_browsing_context_id() method
1006 this.iframe_browsing_context_id() in iframe_browsing_context_id()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dnode.rs1030 fn iframe_browsing_context_id(&self) -> Option<BrowsingContextId>; in iframe_browsing_context_id() method
1181 fn iframe_browsing_context_id(&self) -> Option<BrowsingContextId> { in iframe_browsing_context_id() method
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout/
H A Dfragment.rs439 let browsing_context_id = node.iframe_browsing_context_id(); in new()