Home
last modified time | relevance | path

Searched defs:FlowRef (Results 1 – 7 of 7) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout/
H A Dflow_ref.rs17 pub struct FlowRef(Arc<Flow>); struct
19 impl Deref for FlowRef { implementation
26 impl FlowRef { impl
62 pub fn upgrade(&self) -> Option<FlowRef> { in upgrade()
H A Dconstruct.rs177 flow: FlowRef, in new()
428 flow: &mut FlowRef, in flush_inline_fragments_to_flow()
516 flow: &mut FlowRef, in build_block_flow_using_construction_result_of_child()
622 mut flow: FlowRef, in build_flow_for_block_starting_with_fragments()
1968 parent: &mut FlowRef, in add_child()
1969 mut child: FlowRef, in add_child()
2002 parent: &mut FlowRef, in try_to_add_child()
2003 child: &mut FlowRef, in try_to_add_child()
2095 parent: &FlowRef, in push_next_anonymous_flow()
2146 reference: &FlowRef, in push_new_anonymous_flow()
[all …]
H A Dflow_list.rs65 pub fn push_back(&mut self, new_tail: FlowRef) { in push_back()
80 pub fn push_front(&mut self, new_head: FlowRef) { in push_front()
H A Dlayout_debug.rs99 pub fn begin_trace(flow_root: FlowRef) { in begin_trace()
H A Dflow.rs714 pub fn push(&mut self, given_descendant: FlowRef) { in push()
1348 impl MutableOwnedFlowUtils for FlowRef { implementation
1420 fn set(&mut self, link: FlowRef) { in set()
H A Dfragment.rs2146 fn inline_metrics_of_block(flow: &FlowRef, style: &ComputedValues) -> InlineMetrics { in content_inline_metrics()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout_thread/
H A Dlib.rs899 fn try_get_layout_root<N: LayoutNode>(&self, node: N) -> Option<FlowRef> { in try_get_layout_root()
1513 root_flow: &mut FlowRef, in perform_post_style_recalc_layout_passes()
1611 mut root_flow: &mut FlowRef, in perform_post_main_layout_passes()