Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/target/
H A Dpaths.rs4 let constellation_chan = in main() localVariable
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/source/
H A Dpaths.rs4 …let constellation_chan = Constellation::<layout::layout_task::LayoutTask, script::script_task::Sc… in main() localVariable
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/servo/
H A Dlib.rs126 constellation_chan: Sender<ConstellationMsg>, field
491 let constellation_chan = self.constellation_chan.clone(); in setup_logging() localVariable
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/webvr/
H A Dwebvr_thread.rs44 constellation_chan: Sender<ConstellationMsg>, field
76 let constellation_chan = constellation_receiver.recv().unwrap(); in spawn() localVariable
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script_layout_interface/
H A Dmessage.rs198 pub constellation_chan: IpcSender<ConstellationMsg>, field
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/compositing/
H A Dcompositor_thread.rs254 pub constellation_chan: Sender<ConstellationMsg>, field
H A Dcompositor.rs154 constellation_chan: Sender<ConstellationMsg>, field
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/webdriver_server/
H A Dlib.rs139 constellation_chan: Sender<ConstellationMsg>, field
428 let constellation_chan = self.constellation_chan.clone(); in handle_set_window_size() localVariable
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/metrics/
H A Dlib.rs269 constellation_chan: IpcSender<LayoutMsg>, field
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout/
H A Dquery.rs49 pub constellation_chan: IpcSender<ConstellationMsg>, field
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout_thread/
H A Dlib.rs176 constellation_chan: IpcSender<ConstellationMsg>, field
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/constellation/
H A Dconstellation.rs466 pub constellation_chan: Arc<ReentrantMutex<Sender<FromCompositorMsg>>>, field