Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout/
H A Dblock.rs479 InlineBlockNonReplaced, enumerator
573 BlockType::InlineBlockNonReplaced in block_type()
620 BlockType::InlineBlockNonReplaced => { in compute_used_inline_size()
621 let inline_size_computer = InlineBlockNonReplaced; in compute_used_inline_size()
2596 pub struct InlineBlockNonReplaced; struct
3001 impl ISizeAndMarginsComputer for InlineBlockNonReplaced { implementation