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

1 2 3

  /external/webkit/WebCore/rendering/
RenderPartObject.cpp 55 ASSERT(needsLayout());
101 } while (view->layoutPending() || root->needsLayout());
122 ASSERT(!root->needsLayout());
126 ASSERT(!c->needsLayout());
173 } while (view->layoutPending() || root->needsLayout());
199 } while (view->layoutPending() || root->needsLayout());
RenderSVGHiddenContainer.cpp 40 ASSERT(needsLayout());
RenderSelectionInfo.h 64 , m_rect(o->needsLayout() ? IntRect() : o->selectionRectForRepaint(m_repaintContainer, clipToVisibleContent))
85 , m_rects(b->needsLayout() ? GapRects() : block()->selectionGapRectsForRepaint(m_repaintContainer))
RenderFrame.cpp 142 ASSERT(!childRoot->needsLayout());
143 ASSERT(!childRoot->firstChild() || !childRoot->firstChild()->firstChild() || !childRoot->firstChild()->firstChild()->needsLayout());
RenderApplet.cpp 80 ASSERT(needsLayout());
SVGRenderSupport.cpp 247 bool needsLayout = selfNeedsLayout;
248 if (!needsLayout) {
251 needsLayout = static_cast<SVGStyledElement*>(element)->hasRelativeValues();
255 if (needsLayout)
259 ASSERT(!child->needsLayout());
RenderTableRow.cpp 115 ASSERT(needsLayout());
123 if (child->needsLayout()) {
RenderWidget.cpp 184 if (!needsLayout())
197 ASSERT(needsLayout());
328 if (boundsChanged || frameView->needsLayout())
RenderForeignObject.cpp 100 ASSERT(needsLayout());
RenderSVGContainer.cpp 55 ASSERT(needsLayout());
RenderSVGImage.cpp 53 ASSERT(needsLayout());
RenderSVGInlineText.cpp 81 ASSERT(!needsLayout());
RenderReplaced.cpp 70 ASSERT(needsLayout());
259 ASSERT(!needsLayout());
RenderTableSection.cpp 330 ASSERT(!needsLayout());
424 ASSERT(!needsLayout());
433 ASSERT(needsLayout());
439 ASSERT(!child->needsLayout());
452 ASSERT(!needsLayout());
723 ASSERT(!needsLayout());
    [all...]
RenderFrameSet.cpp 456 ASSERT(needsLayout());
768 if (needsLayout())
787 if (needsLayout())
848 if (needsLayout())
865 if (needsLayout())
RenderMarquee.cpp 263 if (m_layer->renderer()->needsLayout())
RenderSVGRoot.cpp 82 ASSERT(needsLayout());
RenderSVGText.cpp 72 ASSERT(needsLayout());
RenderListMarker.cpp     [all...]
  /external/webkit/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm 136 BOOL needsLayout = NO;
165 needsLayout = YES;
172 needsLayout = YES;
175 if (needsLayout && inUpdateScrollersLayoutPass < cMaxUpdateScrollbarsPass &&
  /external/webkit/WebCore/page/
FrameView.cpp 742 ASSERT(!root->needsLayout());
754 if (!m_postLayoutTasksTimer.isActive() && needsLayout()) {
942 if (m_frame->contentRenderer() && m_frame->contentRenderer()->needsLayout())
    [all...]
FrameView.h 93 bool needsLayout() const;
  /packages/apps/Gallery3D/src/com/cooliris/media/
TimeBar.java 116 public void setFeed(MediaFeed feed, int state, boolean needsLayout) {
120 if (needsLayout) {
491 public void onFeedChanged(MediaFeed feed, boolean needsLayout) {
  /external/webkit/WebCore/svg/graphics/
SVGImage.cpp 194 if (view->needsLayout())
  /external/webkit/WebKit/android/jni/
WebCoreJniOnLoad.cpp 263 while (frame->view()->needsLayout())

Completed in 358 milliseconds

1 2 3