Searched refs:layoutStateEnabled (Results 1 – 8 of 8) sorted by relevance
55 ASSERT(!view()->layoutStateEnabled()); in layout()
124 …ASSERT(!view()->layoutStateEnabled()); // RenderSVGRoot disables layoutState for the SVG rendering… in layout()
68 ASSERT(!view->layoutStateEnabled()); in repaintAfterLayout()
153 bool layoutStateEnabled() const { return m_layoutStateDisableCount == 0 && m_layoutState; } in layoutStateEnabled() function
1002 … ASSERT(!view() || !view()->layoutStateEnabled() || LayoutRectRecorder::shouldRecordLayoutRects()); in clippedOverflowRectForRepaint()1064 if (v->layoutStateEnabled() && !repaintContainer) { in computeRectForRepaint()1151 if (v->layoutStateEnabled() && !repaintContainer) { in mapLocalToContainer()
378 if ((!v || !v->layoutStateEnabled() || repaintContainer) && parent()) in computeRectForRepaint()
1912 if (v->layoutStateEnabled() && !repaintContainer) { in mapLocalToContainer()1965 ASSERT(!view() || !view()->layoutStateEnabled()); in mapAbsoluteToLocalPoint()2118 … if (v->layoutStateEnabled() && !repaintContainer && styleToUse->position() != FixedPosition) { in computeRectForRepaint()
2717 ASSERT(!view() || !view()->layoutStateEnabled()); in mapAbsoluteToLocalPoint()