HomeSort by relevance Sort by last modified time
    Searched full:needslayout (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/webkit/Source/WebCore/rendering/
RenderSelectionInfo.h 65 , m_rect(o->needsLayout() ? IntRect() : o->selectionRectForRepaint(m_repaintContainer, clipToVisibleContent))
86 , m_rects(b->needsLayout() ? GapRects() : block()->selectionGapRectsForRepaint(m_repaintContainer))
RenderFrameBase.cpp 87 ASSERT(!childRoot->needsLayout());
88 ASSERT(!childRoot->firstChild() || !childRoot->firstChild()->firstChild() || !childRoot->firstChild()->firstChild()->needsLayout());
RenderTableRow.cpp 135 ASSERT(needsLayout());
145 if (!cell->needsLayout() && paginated && view()->layoutState()->pageLogicalHeight() && view()->layoutState()->pageLogicalOffset(cell->logicalTop()) != cell->pageLogicalOffset())
148 if (child->needsLayout()) {
RenderImageResource.cpp 88 if (!m_renderer->needsLayout())
RenderMedia.cpp 69 if (newSize == oldSize && !controlsRenderer->needsLayout())
RenderWidget.cpp 206 if (!needsLayout())
221 ASSERT(needsLayout());
354 if ((boundsChanged || frameView->needsLayout()) && frameView->frame()->page())
RenderApplet.cpp 85 ASSERT(needsLayout());
RenderIFrame.cpp 108 ASSERT(needsLayout());
RenderTableSection.cpp 330 ASSERT(!needsLayout());
426 ASSERT(!needsLayout());
435 ASSERT(needsLayout());
441 ASSERT(!child->needsLayout());
454 ASSERT(!needsLayout());
706 if (!cell->needsLayout() && view()->layoutState()->pageLogicalHeight() && view()->layoutState()->pageLogicalOffset(cell->logicalTop()) != cell->pageLogicalOffset())
732 ASSERT(!needsLayout());
    [all...]
RenderFrameSet.cpp 457 ASSERT(needsLayout());
769 if (needsLayout())
788 if (needsLayout())
849 if (needsLayout())
866 if (needsLayout())
RenderReplaced.cpp 72 ASSERT(needsLayout());
307 ASSERT(!needsLayout());
RenderSlider.cpp 130 ASSERT(needsLayout());
  /external/webkit/Source/WebCore/manual-tests/
bugzilla-14899.html 14 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=14899">Bugzilla bug 14899</a> !d->m_view->needsLayout() in Frame::paint() (Causes assert)</p>
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGHiddenContainer.cpp 37 ASSERT(needsLayout());
SVGRenderSupport.cpp 202 ASSERT(!start->needsLayout());
216 bool needsLayout = selfNeedsLayout;
226 needsLayout = true;
231 if (needsLayout) {
235 if (child->needsLayout())
241 ASSERT(!child->needsLayout());
RenderSVGResourceContainer.cpp 93 bool needsLayout = mode == LayoutAndBoundariesInvalidation;
107 if (needsLayout)
RenderSVGResource.h 83 static void markForLayoutAndParentResourceInvalidation(RenderObject*, bool needsLayout = true);
RenderSVGRoot.cpp 103 ASSERT(needsLayout());
108 bool needsLayout = selfNeedsLayout();
109 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() && needsLayout);
119 SVGRenderSupport::layoutChildren(this, needsLayout);
RenderSVGForeignObject.cpp 102 ASSERT(needsLayout());
132 ASSERT(!needsLayout());
RenderSVGResource.cpp 141 void RenderSVGResource::markForLayoutAndParentResourceInvalidation(RenderObject* object, bool needsLayout)
144 if (needsLayout)
RenderSVGContainer.cpp 51 ASSERT(needsLayout());
  /frameworks/base/core/jni/android/graphics/
TextLayout.h 98 static bool needsLayout(const jchar* text, jint len, jint bidiFlags);
TextLayout.cpp 33 bool TextLayout::needsLayout(const jchar* text, jint len, jint bidiFlags) {
159 if (needsLayout(text, len, bidiFlags)) {
303 if (!needsLayout(text, count, bidiFlags)) {
  /external/webkit/Source/WebCore/page/
FrameView.cpp 637 if (needsLayout())
724 if (!needsLayout())
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm 289 BOOL needsLayout = NO;
335 needsLayout = YES;
346 needsLayout = YES;
353 if (needsLayout && _private->inUpdateScrollersLayoutPass < cMaxUpdateScrollbarsPass &&

Completed in 4493 milliseconds

1 2 3