Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResource.cpp163 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()
DSVGRenderSupport.cpp175 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()
DRenderSVGRoot.cpp196 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()
DRenderSVGResourceContainer.cpp61 ASSERT(needsLayout()); in layout()
112 bool needsLayout = mode == LayoutAndBoundariesInvalidation; in markAllClientsForInvalidation() local
126 RenderSVGResource::markForLayoutAndParentResourceInvalidation(client, needsLayout); in markAllClientsForInvalidation()
DRenderSVGContainer.cpp52 ASSERT(needsLayout()); in layout()
72 if (everHadLayout() && needsLayout()) in layout()
DRenderSVGHiddenContainer.cpp35 ASSERT(needsLayout()); in layout()
DRenderSVGForeignObject.cpp123 ASSERT(needsLayout()); in layout()
155 ASSERT(!needsLayout()); in layout()
DRenderSVGResourceMasker.cpp65 ASSERT_WITH_SECURITY_IMPLICATION(!needsLayout()); in applyResource()
86 ASSERT_WITH_SECURITY_IMPLICATION(!needsLayout()); in postApplyResource()
DRenderSVGResource.h82 static void markForLayoutAndParentResourceInvalidation(RenderObject*, bool needsLayout = true);
DRenderSVGResourceMarker.cpp48 ASSERT(needsLayout()); in layout()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DSubtreeLayoutScope.cpp49 ASSERT(m_root->needsLayout()); in ~SubtreeLayoutScope()
53 RELEASE_ASSERT(!m_root->needsLayout()); in ~SubtreeLayoutScope()
DRenderTableRow.cpp83 …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()
DRenderIFrame.cpp120 ASSERT_UNUSED(childRoot, !childRoot || !childRoot->needsLayout()); in layoutSeamlessly()
125 ASSERT(needsLayout()); in layout()
DRenderFrameSet.cpp364 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()
DRenderWidget.cpp192 if (!needsLayout()) in setWidget()
211 ASSERT(needsLayout()); in layout()
338 if ((boundsChanged || frameView->needsLayout()) && frameView->frame().page()) in updateWidgetPosition()
DRenderMedia.cpp63 bool controlsNeedLayout = controlsRenderer->needsLayout(); in layout()
DRenderEmbeddedObject.cpp195 ASSERT(needsLayout()); in layout()
230 if (newSize == oldSize && !childBox->needsLayout()) in layout()
DRenderImageResource.cpp89 if (!m_renderer->needsLayout()) in resetAnimation()
DRenderNamedFlowFragment.cpp77 if (parent() && parent()->needsLayout()) in styleDidChange()
DRenderTextControlSingleLine.cpp161 if (needsLayout()) in layout()
188 bool neededLayout = placeholderBox->needsLayout(); in layout()
DRenderTableSection.cpp618 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()
DRenderLayerModelObject.cpp149 if (parent() && !needsLayout() && containingBlock()) { in styleDidChange()
DRenderMultiColumnBlock.cpp162 if (relayoutChildren || childBox->needsLayout()) { in layoutSpecialExcludedChild()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp709 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/
DShapeInsideInfo.h95 bool needsLayout() { return m_needsLayout; } in needsLayout() function

123