/external/webkit/Source/WebCore/rendering/ |
D | RenderBox.cpp | 1150 if (!style()->clipLeft().isAuto()) { in clipRect() 1156 if (!style()->clipRight().isAuto()) in clipRect() 1159 if (!style()->clipTop().isAuto()) { in clipRect() 1165 if (!style()->clipBottom().isAuto()) in clipRect() 1652 …if (logicalWidthLength.isAuto() || hasPerpendicularContainingBlock || isFloating() || isInline()) { in computeLogicalWidth() 1756 if ((marginStartLength.isAuto() && marginEndLength.isAuto() && childWidth < containerWidth) in computeInlineDirectionMargins() 1757 …|| (!marginStartLength.isAuto() && !marginEndLength.isAuto() && containingBlock->style()->textAlig… in computeInlineDirectionMargins() 1764 if (marginEndLength.isAuto() && childWidth < containerWidth) { in computeInlineDirectionMargins() 1771 …bool pushToEndFromTextAlign = !marginEndLength.isAuto() && ((!containingBlockStyle->isLeftToRightD… in computeInlineDirectionMargins() 1773 if ((marginStartLength.isAuto() && childWidth < containerWidth) || pushToEndFromTextAlign) { in computeInlineDirectionMargins() [all …]
|
D | AutoTableLayout.cpp | 114 …if (cellLogicalWidth.isAuto() || (cellLogicalWidth.isRelative() && cellLogicalWidth.value() > colu… in recalcColumn() 161 if (colLogicalWidth.isAuto()) in fullRecalc() 166 …if (!colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) =… in fullRecalc() 196 if ((tw.isAuto() || tw.isPercent()) && !table->isPositioned()) { in shouldScaleColumns() 199 cb->style()->width().isAuto() && !cb->isPositioned()) in shouldScaleColumns() 204 (cb->style()->width().isAuto() || cb->style()->width().isPercent())) { in shouldScaleColumns() 209 if (cell->colSpan() > 1 || cell->table()->style()->width().isAuto()) in shouldScaleColumns() 594 if (logicalWidth.isAuto() && totalAuto && !m_layoutStruct[i].emptyCellsOnly) { in layout() 637 … if (m_layoutStruct[i].effectiveLogicalWidth.isAuto() && m_layoutStruct[i].emptyCellsOnly) in layout() 659 if (logicalWidth.isAuto()) in layout() [all …]
|
D | FixedTableLayout.cpp | 98 if (w.isAuto()) in calcWidthArray() 170 if (m_width[cCol + i].isAuto() && w.type() != Auto) { in calcWidthArray() 253 } else if (m_width[i].isAuto()) { in layout() 291 if (m_width[i].isAuto()) { in layout()
|
D | RenderBoxModelObject.cpp | 385 if (!style()->left().isAuto()) { in relativePositionOffsetX() 387 if (!style()->right().isAuto() && !cb->style()->isLeftToRightDirection()) in relativePositionOffsetX() 391 if (!style()->right().isAuto()) { in relativePositionOffsetX() 408 if (!style()->top().isAuto() in relativePositionOffsetY() 409 && (!containingBlock->style()->height().isAuto() in relativePositionOffsetY() 414 if (!style()->bottom().isAuto() in relativePositionOffsetY() 415 && (!containingBlock->style()->height().isAuto() in relativePositionOffsetY() 808 if (layerWidth.isAuto() && !layerHeight.isAuto()) { in calculateFillTileSize() 812 } else if (!layerWidth.isAuto() && layerHeight.isAuto()) { in calculateFillTileSize() 816 } else if (layerWidth.isAuto() && layerHeight.isAuto()) { in calculateFillTileSize()
|
D | RenderThemeChromiumLinux.cpp | 200 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto()) in setCheckboxSize() 219 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto()) in setRadioSize()
|
D | RenderSlider.cpp | 86 …} else if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPerce… in computePreferredLogicalWidths()
|
D | RenderThemeSafari.cpp | 381 if (style->height().isAuto() && size.height() > 0) in setSizeFromFont() 445 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto()) in setCheckboxSize() 484 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto()) in setRadioSize() 569 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto()) in setButtonSize() 1045 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto()) in setSearchFieldSize()
|
D | RenderThemeChromiumSkia.cpp | 211 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto()) in setCheckboxSize() 520 if (style->height().isAuto()) in setSizeIfAuto()
|
D | RenderDataGrid.cpp | 110 …} else if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPerce… in computePreferredLogicalWidths()
|
D | RenderFlexibleBox.cpp | 854 || (child->style()->height().isAuto() && child->isBlockFlow())) { in applyLineClamp() 864 if (child->style()->height().isAuto() && child->isBlockFlow()) in applyLineClamp() 876 if (child->isPositioned() || !child->style()->height().isAuto() || !child->isBlockFlow()) in applyLineClamp()
|
D | RenderMarquee.cpp | 247 } else if (s->height().isAuto()) //vertical marquee with no specified height in updateMarqueeStyle()
|
D | RenderFileUploadControl.cpp | 296 …} else if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPerce… in computePreferredLogicalWidths()
|
D | RenderTable.cpp | 94 if (style()->tableLayout() == TFIXED && !style()->logicalWidth().isAuto()) in styleDidChange() 242 if (!style()->marginStart().isAuto()) in computeLogicalWidth() 244 if (!style()->marginEnd().isAuto()) in computeLogicalWidth()
|
D | RenderThemeWinCE.cpp | 214 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto()) in setCheckboxSize() 223 if (style->height().isAuto()) in setCheckboxSize()
|
D | RenderTableSection.cpp | 528 if (m_grid[r].logicalHeight.isAuto()) in setCellLogicalWidths() 557 if (numAuto > 0 && m_grid[r].logicalHeight.isAuto()) { in setCellLogicalWidths() 620 … || (!table()->style()->logicalHeight().isAuto() && rHeight != cell->logicalHeight()); in setCellLogicalWidths()
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | RenderThemeHaiku.cpp | 131 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto()) in setCheckboxSize() 138 if (style->height().isAuto()) in setCheckboxSize()
|
/external/webkit/Source/WebCore/platform/wx/ |
D | RenderThemeWx.cpp | 214 if (style->height().isAuto()) { in addIntrinsicMargins() 226 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto()) in setCheckboxSize() 236 if (style->height().isAuto()) in setCheckboxSize()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | OutlineValue.h | 52 bool isAuto() const { return m_isAuto; } in isAuto() function
|
D | RenderStyle.h | 388 bool hasAutoLeftAndRight() const { return left().isAuto() && right().isAuto(); } in hasAutoLeftAndRight() 389 bool hasAutoTopAndBottom() const { return top().isAuto() && bottom().isAuto(); } in hasAutoTopAndBottom() 456 bool outlineStyleIsAuto() const { return m_background->outline().isAuto(); } in outlineStyleIsAuto() 891 void setOutlineStyle(EBorderStyle v, bool isAuto = false) 894 SET_VAR(m_background, m_outline.m_isAuto, isAuto)
|
/external/webkit/Source/WebCore/html/ |
D | HTMLElement.h | 84 TextDirection directionalityIfhasDirAutoAttribute(bool& isAuto) const;
|
D | HTMLElement.cpp | 837 TextDirection HTMLElement::directionalityIfhasDirAutoAttribute(bool& isAuto) const in directionalityIfhasDirAutoAttribute() 840 isAuto = false; in directionalityIfhasDirAutoAttribute() 844 isAuto = true; in directionalityIfhasDirAutoAttribute()
|
/external/webkit/Source/WebCore/platform/ |
D | Length.h | 171 bool isAuto() const { return type() == Auto; } in isAuto() function
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGRoot.cpp | 70 …if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPercent())) { in computePreferredLogicalWidths()
|
/external/webkit/Source/WebCore/page/ |
D | PrintContext.cpp | 283 if (style->marginLeft().isAuto()) in pageProperty()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | RenderThemeGtk2.cpp | 147 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto()) in setToggleSize() 154 if (style->height().isAuto()) in setToggleSize()
|