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

12 3

  /external/webkit/WebCore/rendering/
RenderView.cpp 133 if (needsLayout())
185 ASSERT(!needsLayout());
RenderEmbeddedObject.cpp 336 ASSERT(needsLayout());
RenderListItem.cpp 248 ASSERT(needsLayout());
RenderObject.h 388 bool needsLayout() const { return m_needsLayout || m_normalChildNeedsLayout || m_posChildNeedsLayout || m_needsPositionedMovementLayout; }
512 void layoutIfNeeded() { if (needsLayout()) layout(); }
    [all...]
RenderTable.cpp 257 ASSERT(needsLayout());
346 ASSERT(!section->needsLayout());
349 ASSERT(!child->needsLayout());
    [all...]
RenderSlider.cpp 328 ASSERT(needsLayout());
RenderFlexibleBox.cpp 211 ASSERT(needsLayout());
671 (child->style()->height().isAuto() && child->isBlockFlow() && !child->needsLayout())) {
    [all...]
RenderImage.cpp 350 if (!needsLayout())
RenderListBox.cpp 135 if (m_optionsChanged || needsLayout())
RenderMedia.cpp 153 if (newSize != oldSize || controlsRenderer->needsLayout()) {
RenderBox.cpp 168 if (needsLayout() && oldStyle && (oldStyle->height().isPercent() || oldStyle->minHeight().isPercent() || oldStyle->maxHeight().isPercent()))
235 ASSERT(needsLayout());
246 ASSERT(!child->needsLayout());
    [all...]
RenderBlock.cpp 679 ASSERT(needsLayout());
    [all...]
RenderObject.cpp     [all...]
RenderText.cpp     [all...]
RenderBoxModelObject.cpp 283 if (parent() && !needsLayout() && containingBlock())
    [all...]
RenderBlockLineLayout.cpp 618 else if (fullLayout || o->needsLayout()) // Replaced elements
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaFeed.java 75 public abstract void onFeedChanged(MediaFeed feed, boolean needsLayout);
326 public void updateListener(boolean needsLayout) {
328 mListenerNeedsLayout = needsLayout;
    [all...]
GridLayer.java     [all...]
HudLayer.java 470 public void setFeed(MediaFeed feed, int state, boolean needsLayout) {
471 mTimeBar.setFeed(feed, state, needsLayout);
    [all...]
  /external/webkit/WebCore/dom/
Document.cpp     [all...]
Node.cpp 859 ASSERT(!renderer()->needsLayout());
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebFrame.mm 585 if (ownerRenderer->needsLayout())
643 return _private->coreFrame->view() ? _private->coreFrame->view()->needsLayout() : false;
    [all...]
  /external/webkit/WebCore/page/
Frame.cpp 729 if (m_doc->renderer() && m_doc->renderer()->needsLayout() && view()->didFirstLayout())
    [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 184 if (frame->view()->needsLayout())
    [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp 456 if (v->needsLayout())
466 return success && !v->needsLayout();
    [all...]

Completed in 1786 milliseconds

12 3