Home
last modified time | relevance | path

Searched defs:get_block_child_style (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/taffy/src/tree/
Dtraits.rs302 fn get_block_child_style(&self, child_node_id: NodeId) -> Self::BlockItemStyle<'_>; in get_block_child_style() method
Dtaffy_tree.rs442 fn get_block_child_style(&self, child_node_id: NodeId) -> Self::BlockItemStyle<'_> { in get_block_child_style() function