Home
last modified time | relevance | path

Searched refs:FocusIFrame (Results 1 – 3 of 3) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script_traits/
H A Dlib.rs294 FocusIFrame(PipelineId, BrowsingContextId), enumerator
346 FocusIFrame(..) => "FocusIFrame", in fmt()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/
H A Dscript_thread.rs1171 FocusIFrame(id, ..) => Some(id), in message_to_pipeline()
1297 ConstellationControlMsg::FocusIFrame(parent_pipeline_id, frame_id) => in handle_msg_from_constellation()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/constellation/
H A Dconstellation.rs2133 let msg = ConstellationControlMsg::FocusIFrame(parent_pipeline_id, browsing_context_id); in focus_parent_pipeline()