Searched refs:s_affectsParentBlock (Results 1 – 2 of 2) sorted by relevance
92 bool RenderObject::s_affectsParentBlock = false; member in WebCore::RenderObject1711 s_affectsParentBlock = isFloatingOrPositioned() && in styleWillChange()1727 s_affectsParentBlock = false; in styleWillChange()1763 if (s_affectsParentBlock) in styleDidChange()
895 static bool s_affectsParentBlock;