Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/taffy/src/tree/
Dtraits.rs299 fn get_block_container_style(&self, node_id: NodeId) -> Self::BlockContainerStyle<'_>; in get_block_container_style() method
Dtaffy_tree.rs437 fn get_block_container_style(&self, node_id: NodeId) -> Self::BlockContainerStyle<'_> { in get_block_container_style() function