Searched defs:hasStaticInlinePosition (Results 1 – 2 of 2) sorted by relevance
1600 … bool hasStaticInlinePosition = child->style()->hasStaticInlinePosition(isHorizontalWritingMode()); in markFixedPositionObjectForLayoutIfNeeded() local
469 …bool hasStaticInlinePosition(bool horizontal) const { return horizontal ? hasAutoLeftAndRight() : … in hasStaticInlinePosition() function