/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGRenderSupport.cpp | 202 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()
|
D | RenderSVGRoot.cpp | 103 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()
|
D | RenderSVGResource.cpp | 141 …nderSVGResource::markForLayoutAndParentResourceInvalidation(RenderObject* object, bool needsLayout) in markForLayoutAndParentResourceInvalidation() argument 144 if (needsLayout) in markForLayoutAndParentResourceInvalidation()
|
D | RenderSVGForeignObject.cpp | 102 ASSERT(needsLayout()); in layout() 132 ASSERT(!needsLayout()); in layout()
|
D | RenderSVGResourceContainer.cpp | 93 bool needsLayout = mode == LayoutAndBoundariesInvalidation; in markAllClientsForInvalidation() local 107 if (needsLayout) in markAllClientsForInvalidation()
|
D | RenderSVGHiddenContainer.cpp | 37 ASSERT(needsLayout()); in layout()
|
D | RenderSVGResource.h | 83 static void markForLayoutAndParentResourceInvalidation(RenderObject*, bool needsLayout = true);
|
D | RenderSVGContainer.cpp | 51 ASSERT(needsLayout()); in layout()
|
D | RenderSVGImage.cpp | 64 ASSERT(needsLayout()); in layout()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderFrameBase.cpp | 87 ASSERT(!childRoot->needsLayout()); in layoutWithFlattening() 88 …| !childRoot->firstChild()->firstChild() || !childRoot->firstChild()->firstChild()->needsLayout()); in layoutWithFlattening()
|
D | RenderSelectionInfo.h | 65 …, m_rect(o->needsLayout() ? IntRect() : o->selectionRectForRepaint(m_repaintContainer, clipToVisib… in RenderSelectionInfo() 86 …, m_rects(b->needsLayout() ? GapRects() : block()->selectionGapRectsForRepaint(m_repaintContainer)) in RenderBlockSelectionInfo()
|
D | RenderTableRow.cpp | 135 ASSERT(needsLayout()); in layout() 145 …if (!cell->needsLayout() && paginated && view()->layoutState()->pageLogicalHeight() && view()->lay… in layout() 148 if (child->needsLayout()) { in layout()
|
D | RenderWidget.cpp | 210 if (!needsLayout()) in setWidget() 225 ASSERT(needsLayout()); in layout() 358 if ((boundsChanged || frameView->needsLayout()) && frameView->frame()->page()) in updateWidgetPosition()
|
D | RenderImageResource.cpp | 88 if (!m_renderer->needsLayout()) in resetAnimation()
|
D | RenderMedia.cpp | 69 if (newSize == oldSize && !controlsRenderer->needsLayout()) in layout()
|
D | RenderApplet.cpp | 85 ASSERT(needsLayout()); in layout()
|
D | RenderFrameSet.cpp | 457 ASSERT(needsLayout()); in layout() 769 if (needsLayout()) in continueResizing() 788 if (needsLayout()) in userResize() 849 if (needsLayout()) in splitPosition() 866 if (needsLayout()) in hitTestSplit()
|
D | RenderTableSection.cpp | 336 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()
|
D | RenderIFrame.cpp | 108 ASSERT(needsLayout()); in layout()
|
D | RenderReplaced.cpp | 80 ASSERT(needsLayout()); in layout() 315 ASSERT(!needsLayout()); in selectionRectForRepaint()
|
D | RenderFlexibleBox.cpp | 209 ASSERT(needsLayout()); in layoutBlock() 363 if (!child->needsLayout()) in layoutHorizontalBox() 425 if (!child->needsLayout()) in layoutHorizontalBox() 658 if (!child->needsLayout()) in layoutVerticalBox()
|
D | RenderSlider.cpp | 130 ASSERT(needsLayout()); in layout()
|
D | RenderTreeAsText.cpp | 438 …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/ |
D | FrameView.cpp | 632 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/ |
D | WebDynamicScrollBarsView.mm | 289 BOOL needsLayout = NO; 335 needsLayout = YES; 346 needsLayout = YES; 353 if (needsLayout && _private->inUpdateScrollersLayoutPass < cMaxUpdateScrollbarsPass &&
|