Searched refs:checkForRepaintDuringLayout (Results 1 – 20 of 20) sorted by relevance
97 bool checkForRepaint = checkForRepaintDuringLayout(); in layout()
57 bool checkForRepaint = checkForRepaintDuringLayout() && selfNeedsLayout(); in layout()
153 if (selfNeedsLayout() && checkForRepaintDuringLayout()) { in layout()
233 if (checkForRepaintDuringLayout()) { in updateWidgetPosition()
307 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout()) { in setCellWidths()472 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout()) { in setCellWidths()666 …((te != oldTe || be > oldBe) && !table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout()) in setCellWidths()685 if (!table()->selfNeedsLayout() && cell->checkForRepaintDuringLayout()) in setCellWidths()
86 bool checkForRepaint = checkForRepaintDuringLayout(); in layout()
142 bool checkForRepaint = checkForRepaintDuringLayout(); in layout()
283 bool checkForRepaint = checkForRepaintDuringLayout(); in layout()376 if (!selfNeedsLayout() && m_caption->checkForRepaintDuringLayout()) in layout()447 if (!selfNeedsLayout() && m_caption->checkForRepaintDuringLayout()) in layout()
231 bool checkForRepaint = checkForRepaintDuringLayout() && selfWillPaint(); in layout()
96 bool checkForRepaint = checkForRepaintDuringLayout() && selfNeedsLayout(); in layout()
82 bool checkForRepaint = checkForRepaintDuringLayout(); in layout()
161 bool checkForRepaint = checkForRepaintDuringLayout() && selfNeedsLayout(); in layout()
210 bool checkForRepaint = checkForRepaintDuringLayout(); in layoutBlock()1089 if (!selfNeedsLayout() && child->checkForRepaintDuringLayout()) in placeChild()
595 bool checkForRepaintDuringLayout() const;
457 bool doFullRepaint = selfNeedsLayout() && checkForRepaintDuringLayout(); in layout()
620 bool checkForRepaint = m_everHadLayout && checkForRepaintDuringLayout(); in layoutBlock()1366 if (childHadLayout && !selfNeedsLayout() && child->checkForRepaintDuringLayout()) in layoutBlockChildren()1370 if (!childHadLayout && child->checkForRepaintDuringLayout()) in layoutBlockChildren()2387 if (o->checkForRepaintDuringLayout()) in positionNewFloats()
1808 bool RenderObject::checkForRepaintDuringLayout() const in checkForRepaintDuringLayout() function in WebCore::RenderObject
1488 (RenderObject::checkForRepaintDuringLayout):
42733 (WebCore::RenderObject::checkForRepaintDuringLayout): Added a comment
42659 (WebCore::RenderObject::checkForRepaintDuringLayout):