/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGResource.cpp | 163 static inline void removeFromCacheAndInvalidateDependencies(RenderObject* object, bool needsLayout) in removeFromCacheAndInvalidateDependencies() argument 185 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer, needsLayout); in removeFromCacheAndInvalidateDependencies() 189 …nderSVGResource::markForLayoutAndParentResourceInvalidation(RenderObject* object, bool needsLayout) in markForLayoutAndParentResourceInvalidation() argument 194 if (needsLayout && !object->documentBeingDestroyed()) in markForLayoutAndParentResourceInvalidation() 197 removeFromCacheAndInvalidateDependencies(object, needsLayout); in markForLayoutAndParentResourceInvalidation() 202 removeFromCacheAndInvalidateDependencies(current, needsLayout); in markForLayoutAndParentResourceInvalidation()
|
D | SVGRenderSupport.cpp | 175 ASSERT(!start->needsLayout()); in invalidateResourcesOfChildren() 216 bool needsLayout = selfNeedsLayout; in layoutChildren() local 223 needsLayout = true; in layoutChildren() 238 needsLayout = true; in layoutChildren() 248 if (needsLayout && !child->isSVGResourceContainer()) in layoutChildren() 253 if (child->needsLayout()) { in layoutChildren()
|
D | RenderSVGRoot.cpp | 196 ASSERT(needsLayout()); in layout() 203 bool needsLayout = selfNeedsLayout(); in layout() local 204 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() && needsLayout); in layout() 215 m_isLayoutSizeChanged = needsLayout || (svg->hasRelativeLengths() && oldSize != size()); in layout() 216 …SVGRenderSupport::layoutChildren(this, needsLayout || SVGRenderSupport::filtersForceContainerLayou… in layout()
|
D | RenderSVGResourceContainer.cpp | 61 ASSERT(needsLayout()); in layout() 112 bool needsLayout = mode == LayoutAndBoundariesInvalidation; in markAllClientsForInvalidation() local 126 RenderSVGResource::markForLayoutAndParentResourceInvalidation(client, needsLayout); in markAllClientsForInvalidation()
|
D | RenderSVGContainer.cpp | 52 ASSERT(needsLayout()); in layout() 72 if (everHadLayout() && needsLayout()) in layout()
|
D | RenderSVGHiddenContainer.cpp | 35 ASSERT(needsLayout()); in layout()
|
D | RenderSVGForeignObject.cpp | 123 ASSERT(needsLayout()); in layout() 155 ASSERT(!needsLayout()); in layout()
|
D | RenderSVGResourceMasker.cpp | 65 ASSERT_WITH_SECURITY_IMPLICATION(!needsLayout()); in applyResource() 86 ASSERT_WITH_SECURITY_IMPLICATION(!needsLayout()); in postApplyResource()
|
D | RenderSVGResource.h | 82 static void markForLayoutAndParentResourceInvalidation(RenderObject*, bool needsLayout = true);
|
D | RenderSVGResourceMarker.cpp | 48 ASSERT(needsLayout()); in layout()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | SubtreeLayoutScope.cpp | 49 ASSERT(m_root->needsLayout()); in ~SubtreeLayoutScope() 53 RELEASE_ASSERT(!m_root->needsLayout()); in ~SubtreeLayoutScope()
|
D | RenderTableRow.cpp | 83 …if (table && oldStyle && diff == StyleDifferenceLayout && needsLayout() && table->collapseBorders(… in styleDidChange() 161 ASSERT(needsLayout()); in layout() 174 …if (!cell->needsLayout() && paginated && view()->layoutState()->pageLogicalHeight() && view()->lay… in layout() 177 if (child->needsLayout()) { in layout()
|
D | RenderIFrame.cpp | 120 ASSERT_UNUSED(childRoot, !childRoot || !childRoot->needsLayout()); in layoutSeamlessly() 125 ASSERT(needsLayout()); in layout()
|
D | RenderFrameSet.cpp | 364 if (needsLayout()) in notifyFrameEdgeInfoChanged() 442 ASSERT(needsLayout()); in layout() 550 if (needsLayout()) in continueResizing() 566 if (needsLayout()) in userResize() 627 if (needsLayout()) in splitPosition() 644 if (needsLayout()) in hitTestSplit()
|
D | RenderWidget.cpp | 192 if (!needsLayout()) in setWidget() 211 ASSERT(needsLayout()); in layout() 338 if ((boundsChanged || frameView->needsLayout()) && frameView->frame().page()) in updateWidgetPosition()
|
D | RenderMedia.cpp | 63 bool controlsNeedLayout = controlsRenderer->needsLayout(); in layout()
|
D | RenderEmbeddedObject.cpp | 195 ASSERT(needsLayout()); in layout() 230 if (newSize == oldSize && !childBox->needsLayout()) in layout()
|
D | RenderImageResource.cpp | 89 if (!m_renderer->needsLayout()) in resetAnimation()
|
D | RenderNamedFlowFragment.cpp | 77 if (parent() && parent()->needsLayout()) in styleDidChange()
|
D | RenderTextControlSingleLine.cpp | 161 if (needsLayout()) in layout() 188 bool neededLayout = placeholderBox->needsLayout(); in layout()
|
D | RenderTableSection.cpp | 618 ASSERT(!needsLayout()); in calcRowLogicalHeight() 721 ASSERT(!needsLayout()); in calcRowLogicalHeight() 730 ASSERT(needsLayout()); in layout() 880 ASSERT(!needsLayout()); in layoutRows() 976 …if (!cell->needsLayout() && view()->layoutState()->pageLogicalHeight() && view()->layoutState()->p… in layoutRows() 1013 ASSERT(!needsLayout()); in layoutRows() 1289 ASSERT_WITH_SECURITY_IMPLICATION(!needsLayout()); in paint() 1291 if (needsLayout()) in paint()
|
D | RenderLayerModelObject.cpp | 149 if (parent() && !needsLayout() && containingBlock()) { in styleDidChange()
|
D | RenderMultiColumnBlock.cpp | 162 if (relayoutChildren || childBox->needsLayout()) { in layoutSpecialExcludedChild()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | FrameView.cpp | 709 if (m_doingPreLayoutStyleUpdate || layoutPending() || renderView->needsLayout()) in updateCompositingLayersAfterStyleChange() 718 if (!needsLayout()) in updateCompositingLayersAfterStyleChange() 833 if (svgRoot->everHadLayout() && !svgRoot->needsLayout()) in forceLayoutParentViewIfNeeded() 923 if (autosized && rootForThisLayout->needsLayout()) { in performLayout() 959 …if (!m_postLayoutTasksTimer.isActive() && (needsLayout() || m_inSynchronousPostLayout || frame().d… in scheduleOrPerformPostLayoutTasks() 965 if (!partialLayout().isStopping() && needsLayout()) in scheduleOrPerformPostLayoutTasks() 1143 ASSERT(partialLayout().isStopping() || !rootForThisLayout->needsLayout()); in layout() 1183 ASSERT(!root->needsLayout()); in repaintTree() 1645 if (renderView && renderView->needsLayout()) in maintainScrollPositionAtAnchor() 1844 if (!useOverlayScrollbars && needsLayout()) in scrollbarExistenceDidChange() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
D | ShapeInsideInfo.h | 95 bool needsLayout() { return m_needsLayout; } in needsLayout() function
|