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

123

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGHiddenContainer.cpp34 ASSERT(needsLayout());
H A DRenderSVGResource.cpp137 static inline void removeFromCacheAndInvalidateDependencies(RenderObject* object, bool needsLayout) argument
172 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer, needsLayout);
178 void RenderSVGResource::markForLayoutAndParentResourceInvalidation(RenderObject* object, bool needsLayout) argument
183 if (needsLayout && !object->documentBeingDestroyed())
186 removeFromCacheAndInvalidateDependencies(object, needsLayout);
191 removeFromCacheAndInvalidateDependencies(current, needsLayout);
H A DRenderSVGForeignObject.cpp81 ASSERT(needsLayout());
110 ASSERT(!needsLayout());
H A DRenderSVGResource.h77 static void markForLayoutAndParentResourceInvalidation(RenderObject*, bool needsLayout = true);
H A DRenderSVGContainer.cpp59 ASSERT(needsLayout());
73 if (everHadLayout() && needsLayout())
H A DRenderSVGResourceMasker.cpp65 ASSERT_WITH_SECURITY_IMPLICATION(!needsLayout());
84 ASSERT_WITH_SECURITY_IMPLICATION(!needsLayout());
H A DRenderSVGRoot.cpp170 ASSERT(needsLayout());
172 bool needsLayout = selfNeedsLayout(); local
183 m_isLayoutSizeChanged = needsLayout || (svg->hasRelativeLengths() && oldSize != size());
184 SVGRenderSupport::layoutChildren(this, needsLayout || SVGRenderSupport::filtersForceContainerLayout(this));
H A DRenderSVGResourceContainer.cpp58 ASSERT(needsLayout());
110 bool needsLayout = mode == LayoutAndBoundariesInvalidation; local
124 RenderSVGResource::markForLayoutAndParentResourceInvalidation(client, needsLayout);
H A DRenderSVGImage.cpp119 ASSERT(needsLayout());
H A DRenderSVGResourceMarker.cpp48 ASSERT(needsLayout());
H A DSVGResourcesCache.cpp128 if (renderer->isSVGResourceFilterPrimitive() && !diff.needsLayout())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderIFrame.cpp63 ASSERT(needsLayout());
H A DSubtreeLayoutScope.cpp47 RELEASE_ASSERT(!m_root.needsLayout());
H A DRenderMedia.cpp66 bool controlsNeedLayout = controlsRenderer->needsLayout();
H A DRenderTableRow.cpp88 if (table && oldStyle && diff.needsFullLayout() && needsLayout() && table->collapseBorders() && borderWidthChanged(oldStyle, style())) {
167 ASSERT(needsLayout());
174 if (!cell->needsLayout())
176 if (cell->needsLayout()) {
H A DRenderLayerModelObject.cpp120 if (parent() && !needsLayout()) {
177 ASSERT(!needsLayout());
H A DRenderWidget.cpp150 ASSERT(needsLayout());
267 if (!needsLayout())
292 if ((boundsChanged || frameView->needsLayout()) && frameView->frame().page())
H A DRenderFrameSet.cpp375 if (needsLayout())
453 ASSERT(needsLayout());
545 if (needsLayout())
561 if (needsLayout())
612 if (needsLayout())
629 if (needsLayout())
H A DRenderTextControlSingleLine.cpp160 if (needsLayout())
178 bool neededLayout = placeholderBox->needsLayout();
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleDifference.h51 bool needsLayout() const { return m_layoutType != NoLayout; } function in class:blink::StyleDifference
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DViewPainter.cpp19 ASSERT(!m_renderView.needsLayout());
H A DTableSectionPainter.cpp22 ASSERT(!m_renderTableSection.needsLayout());
24 if (m_renderTableSection.needsLayout())
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositingReasonFinder.cpp59 ASSERT(!m_renderView.needsLayout());
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp581 if (needsLayout())
669 if (svgRoot->everHadLayout() && !svgRoot->needsLayout())
764 if (!m_postLayoutTasksTimer.isActive() && (needsLayout() || m_inSynchronousPostLayout)) {
770 if (needsLayout())
927 ASSERT(!rootForThisLayout->needsLayout());
965 ASSERT(!rootForPaintInvalidation.needsLayout());
1421 if (renderView && renderView->needsLayout())
1714 if (!useOverlayScrollbars && needsLayout())
1743 if (!needsLayout())
1778 if (renderView && renderView->needsLayout()) {
1829 bool FrameView::needsLayout() const function in class:blink::FrameView
[all...]
/external/chromium_org/third_party/WebKit/Source/web/mac/
H A DWebSubstringUtil.mm154 if (frame->view()->needsLayout())

Completed in 241 milliseconds

123