Home
last modified time | relevance | path

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

/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_object.h552 bool isReplacedBlock() const in isReplacedBlock() function
H A Drender_block.cpp522 KHTMLAssert(isReplacedBlock() || !isInline()); in makeChildrenNonInline()
781 if (isInline() && !isReplacedBlock()) { in layoutBlock()
H A Drender_object.cpp2796 bool checkParent = ref->isInline() && !ref->isReplacedBlock() && in getVerticalPosition()
2915 if ((!isInline() || isReplacedBlock()) && childrenInline()) { in recalcMinMaxWidths()