HomeSort by relevance Sort by last modified time
    Searched defs:needsLayout (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/rendering/
SVGRenderSupport.cpp 247 bool needsLayout = selfNeedsLayout;
248 if (!needsLayout) {
251 needsLayout = static_cast<SVGStyledElement*>(element)->hasRelativeValues();
255 if (needsLayout)
259 ASSERT(!child->needsLayout());
RenderObject.h 388 bool needsLayout() const { return m_needsLayout || m_normalChildNeedsLayout || m_posChildNeedsLayout || m_needsPositionedMovementLayout; }
512 void layoutIfNeeded() { if (needsLayout()) layout(); }
    [all...]
  /external/webkit/WebCore/page/
FrameView.cpp 742 ASSERT(!root->needsLayout());
754 if (!m_postLayoutTasksTimer.isActive() && needsLayout()) {
942 if (m_frame->contentRenderer() && m_frame->contentRenderer()->needsLayout())
    [all...]

Completed in 1507 milliseconds