HomeSort by relevance Sort by last modified time
    Searched refs:needsLayout (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGHiddenContainer.cpp 34 ASSERT(needsLayout());
RenderSVGResource.h 83 static void markForLayoutAndParentResourceInvalidation(RenderObject*, bool needsLayout = true);
RenderSVGResource.cpp 161 static inline void removeFromCacheAndInvalidateDependencies(RenderObject* object, bool needsLayout)
183 RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer, needsLayout);
187 void RenderSVGResource::markForLayoutAndParentResourceInvalidation(RenderObject* object, bool needsLayout)
193 if (needsLayout)
196 removeFromCacheAndInvalidateDependencies(object, needsLayout);
201 removeFromCacheAndInvalidateDependencies(current, needsLayout);
RenderSVGContainer.cpp 51 ASSERT(needsLayout());
70 if (everHadLayout() && needsLayout())
SVGRenderSupport.cpp 175 ASSERT(!start->needsLayout());
216 bool needsLayout = selfNeedsLayout;
223 needsLayout = true;
238 needsLayout = true;
243 if (needsLayout)
246 if (child->needsLayout()) {
257 ASSERT(!child->needsLayout());
RenderSVGForeignObject.cpp 123 ASSERT(needsLayout());
154 ASSERT(!needsLayout());
RenderSVGResourceContainer.cpp 99 bool needsLayout = mode == LayoutAndBoundariesInvalidation;
113 RenderSVGResource::markForLayoutAndParentResourceInvalidation(client, needsLayout);
RenderSVGRoot.cpp 213 ASSERT(needsLayout());
220 bool needsLayout = selfNeedsLayout();
221 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() && needsLayout);
230 m_isLayoutSizeChanged = needsLayout || (svg->hasRelativeLengths() && oldSize != size());
231 SVGRenderSupport::layoutChildren(this, needsLayout || SVGRenderSupport::filtersForceContainerLayout(this));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderIFrame.cpp 119 ASSERT_UNUSED(childRoot, !childRoot || !childRoot->needsLayout());
125 ASSERT(needsLayout());
RenderImageResource.cpp 90 if (!m_renderer->needsLayout())
RenderMedia.cpp 69 bool controlsNeedLayout = controlsRenderer->needsLayout();
RenderTableRow.cpp 80 if (table && oldStyle && diff == StyleDifferenceLayout && needsLayout() && table->collapseBorders() && borderWidthChanged(oldStyle, style())) {
159 ASSERT(needsLayout());
169 if (!cell->needsLayout() && paginated && view()->layoutState()->pageLogicalHeight() && view()->layoutState()->pageLogicalOffset(cell, cell->logicalTop()) != cell->pageLogicalOffset())
172 if (child->needsLayout()) {
RenderLazyBlock.cpp 179 if (heightOfChildren && child->needsLayout())
210 ASSERT(needsLayout());
RenderFrameSet.cpp 362 if (needsLayout())
441 ASSERT(needsLayout());
542 if (needsLayout())
558 if (needsLayout())
619 if (needsLayout())
636 if (needsLayout())
RenderWidget.cpp 188 if (!needsLayout())
208 ASSERT(needsLayout());
334 if ((boundsChanged || frameView->needsLayout()) && frameView->frame()->page())
RenderEmbeddedObject.cpp 211 ASSERT(needsLayout());
245 if (newSize == oldSize && !childBox->needsLayout())
RenderObject.h 549 bool needsLayout() const
551 return m_bitfields.needsLayout() || m_bitfields.normalChildNeedsLayout() || m_bitfields.posChildNeedsLayout()
555 bool selfNeedsLayout() const { return m_bitfields.needsLayout(); }
559 return m_bitfields.needsPositionedMovementLayout() && !m_bitfields.needsLayout() && !m_bitfields.normalChildNeedsLayout()
673 void layoutIfNeeded() { if (needsLayout()) layout(); }
    [all...]
RenderLayerModelObject.cpp 150 if (parent() && !needsLayout() && containingBlock()) {
RenderMultiColumnBlock.cpp 162 if (relayoutChildren || childBox->needsLayout()) {
RenderTextControlSingleLine.cpp 162 if (needsLayout())
189 bool neededLayout = placeholderBox->needsLayout();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInsideInfo.h 96 bool needsLayout() { return m_needsLayout; }
  /frameworks/base/core/jni/android/graphics/
TextLayout.h 77 static bool needsLayout(const jchar* text, jint len, jint bidiFlags);
TextLayout.cpp 35 bool TextLayout::needsLayout(const jchar* text, jint len, jint bidiFlags) {
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp 690 if (m_doingPreLayoutStyleUpdate || layoutPending() || renderView->needsLayout())
699 if (!needsLayout())
823 if (svgRoot->everHadLayout() && !svgRoot->needsLayout())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm 61 if (frame->view()->needsLayout())

Completed in 691 milliseconds

1 2 3