Home
last modified time | relevance | path

Searched refs:needsLayout (Results 1 – 25 of 70) sorted by relevance

123

/external/webkit/Source/WebCore/rendering/svg/
DSVGRenderSupport.cpp202 ASSERT(!start->needsLayout()); in invalidateResourcesOfChildren()
216 bool needsLayout = selfNeedsLayout; in layoutChildren() local
226 needsLayout = true; in layoutChildren()
231 if (needsLayout) { in layoutChildren()
235 if (child->needsLayout()) in layoutChildren()
241 ASSERT(!child->needsLayout()); in layoutChildren()
DRenderSVGRoot.cpp103 ASSERT(needsLayout()); in layout()
108 bool needsLayout = selfNeedsLayout(); in layout() local
109 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() && needsLayout); in layout()
119 SVGRenderSupport::layoutChildren(this, needsLayout); in layout()
DRenderSVGResource.cpp141 …nderSVGResource::markForLayoutAndParentResourceInvalidation(RenderObject* object, bool needsLayout) in markForLayoutAndParentResourceInvalidation() argument
144 if (needsLayout) in markForLayoutAndParentResourceInvalidation()
DRenderSVGForeignObject.cpp102 ASSERT(needsLayout()); in layout()
132 ASSERT(!needsLayout()); in layout()
DRenderSVGResourceContainer.cpp93 bool needsLayout = mode == LayoutAndBoundariesInvalidation; in markAllClientsForInvalidation() local
107 if (needsLayout) in markAllClientsForInvalidation()
DRenderSVGHiddenContainer.cpp37 ASSERT(needsLayout()); in layout()
DRenderSVGResource.h83 static void markForLayoutAndParentResourceInvalidation(RenderObject*, bool needsLayout = true);
DRenderSVGContainer.cpp51 ASSERT(needsLayout()); in layout()
DRenderSVGImage.cpp64 ASSERT(needsLayout()); in layout()
/external/webkit/Source/WebCore/rendering/
DRenderFrameBase.cpp87 ASSERT(!childRoot->needsLayout()); in layoutWithFlattening()
88 …| !childRoot->firstChild()->firstChild() || !childRoot->firstChild()->firstChild()->needsLayout()); in layoutWithFlattening()
DRenderSelectionInfo.h65 …, m_rect(o->needsLayout() ? IntRect() : o->selectionRectForRepaint(m_repaintContainer, clipToVisib… in RenderSelectionInfo()
86 …, m_rects(b->needsLayout() ? GapRects() : block()->selectionGapRectsForRepaint(m_repaintContainer)) in RenderBlockSelectionInfo()
DRenderTableRow.cpp135 ASSERT(needsLayout()); in layout()
145 …if (!cell->needsLayout() && paginated && view()->layoutState()->pageLogicalHeight() && view()->lay… in layout()
148 if (child->needsLayout()) { in layout()
DRenderWidget.cpp210 if (!needsLayout()) in setWidget()
225 ASSERT(needsLayout()); in layout()
358 if ((boundsChanged || frameView->needsLayout()) && frameView->frame()->page()) in updateWidgetPosition()
DRenderImageResource.cpp88 if (!m_renderer->needsLayout()) in resetAnimation()
DRenderMedia.cpp69 if (newSize == oldSize && !controlsRenderer->needsLayout()) in layout()
DRenderApplet.cpp85 ASSERT(needsLayout()); in layout()
DRenderFrameSet.cpp457 ASSERT(needsLayout()); in layout()
769 if (needsLayout()) in continueResizing()
788 if (needsLayout()) in userResize()
849 if (needsLayout()) in splitPosition()
866 if (needsLayout()) in hitTestSplit()
DRenderTableSection.cpp336 ASSERT(!needsLayout()); in setCellLogicalWidths()
432 ASSERT(!needsLayout()); in setCellLogicalWidths()
441 ASSERT(needsLayout()); in setCellLogicalWidths()
447 ASSERT(!child->needsLayout()); in setCellLogicalWidths()
460 ASSERT(!needsLayout()); in setCellLogicalWidths()
712 …if (!cell->needsLayout() && view()->layoutState()->pageLogicalHeight() && view()->layoutState()->p… in setCellLogicalWidths()
738 ASSERT(!needsLayout()); in setCellLogicalWidths()
984 if (needsLayout()) in setCellLogicalWidths()
DRenderIFrame.cpp108 ASSERT(needsLayout()); in layout()
DRenderReplaced.cpp80 ASSERT(needsLayout()); in layout()
315 ASSERT(!needsLayout()); in selectionRectForRepaint()
DRenderFlexibleBox.cpp209 ASSERT(needsLayout()); in layoutBlock()
363 if (!child->needsLayout()) in layoutHorizontalBox()
425 if (!child->needsLayout()) in layoutHorizontalBox()
658 if (!child->needsLayout()) in layoutVerticalBox()
DRenderSlider.cpp130 ASSERT(needsLayout()); in layout()
DRenderTreeAsText.cpp438 …bool needsLayout = o.selfNeedsLayout() || o.needsPositionedMovementLayout() || o.posChildNeedsLayo… in writeRenderObject() local
439 if (needsLayout) in writeRenderObject()
468 if (needsLayout) in writeRenderObject()
/external/webkit/Source/WebCore/page/
DFrameView.cpp632 if (needsLayout()) in syncCompositingStateForThisFrame()
719 if (!needsLayout()) in enterCompositingMode()
1007 ASSERT(!root->needsLayout()); in layout()
1023 …if (!m_hasPendingPostLayoutTasks && (needsLayout() || m_inSynchronousPostLayout || inSubframeLayou… in layout()
1030 if (needsLayout()) { in layout()
1478 if (m_frame->contentRenderer() && m_frame->contentRenderer()->needsLayout()) in maintainScrollPositionAtAnchor()
1596 if (needsLayout()) in visibleContentsResized()
1736 if (!needsLayout()) in scheduleRelayout()
1782 if (m_frame->contentRenderer() && m_frame->contentRenderer()->needsLayout()) { in scheduleRelayoutOfSubtree()
1793 ASSERT(!m_layoutRoot->container() || !m_layoutRoot->container()->needsLayout()); in scheduleRelayoutOfSubtree()
[all …]
/external/webkit/Source/WebKit/mac/WebView/
DWebDynamicScrollBarsView.mm289 BOOL needsLayout = NO;
335 needsLayout = YES;
346 needsLayout = YES;
353 if (needsLayout && _private->inUpdateScrollersLayoutPass < cMaxUpdateScrollbarsPass &&

123