HomeSort by relevance Sort by last modified time
    Searched refs:needsFullLayout (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleDifference.h 58 ASSERT(!needsFullLayout());
62 bool needsFullLayout() const { return m_layoutType == FullLayout; }
RenderStyle.cpp 380 if ((!diff.needsFullLayout() || !diff.needsPaintInvalidation()) && diffNeedsFullLayoutAndPaintInvalidation(other)) {
385 if (!diff.needsFullLayout() && diffNeedsFullLayout(other))
388 if (!diff.needsFullLayout() && position() != StaticPosition && surround->offset != other.surround->offset) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGBlock.cpp 82 if (diff.needsFullLayout())
RenderSVGModelObject.cpp 105 if (diff.needsFullLayout()) {
RenderSVGInline.cpp 127 if (diff.needsFullLayout())
RenderSVGInlineText.cpp 93 if (!diff.needsFullLayout())
RenderSVGRoot.cpp 275 if (diff.needsFullLayout())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableRow.cpp 88 if (table && oldStyle && diff.needsFullLayout() && needsLayout() && table->collapseBorders() && borderWidthChanged(oldStyle, style())) {
RenderTextControlSingleLine.cpp 237 if (innerEditorRenderer && diff.needsFullLayout())
RenderObject.cpp     [all...]
RenderBlockFlow.cpp     [all...]
RenderFlexibleBox.cpp 214 if (oldStyle && oldStyle->alignItems() == ItemPositionStretch && diff.needsFullLayout()) {
    [all...]
RenderText.cpp 197 if (diff.needsFullLayout()) {
    [all...]
RenderBlock.cpp 367 m_hasBorderOrPaddingLogicalWidthChanged = oldStyle && diff.needsFullLayout() && needsLayout() && borderOrPaddingLogicalWidthChanged(oldStyle, newStyle);
    [all...]
RenderLayer.cpp     [all...]
RenderBox.cpp 157 if (diff.needsFullLayout() && parent() && oldStyle->position() != newStyle.position()) {
    [all...]

Completed in 1113 milliseconds