Home
last modified time | relevance | path

Searched refs:isAuto (Results 1 – 25 of 43) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp1150 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 …]
DAutoTableLayout.cpp114 …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 …]
DFixedTableLayout.cpp98 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()
DRenderBoxModelObject.cpp385 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()
DRenderThemeChromiumLinux.cpp200 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto()) in setCheckboxSize()
219 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto()) in setRadioSize()
DRenderSlider.cpp86 …} else if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPerce… in computePreferredLogicalWidths()
DRenderThemeSafari.cpp381 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()
DRenderThemeChromiumSkia.cpp211 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto()) in setCheckboxSize()
520 if (style->height().isAuto()) in setSizeIfAuto()
DRenderDataGrid.cpp110 …} else if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPerce… in computePreferredLogicalWidths()
DRenderFlexibleBox.cpp854 || (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()
DRenderMarquee.cpp247 } else if (s->height().isAuto()) //vertical marquee with no specified height in updateMarqueeStyle()
DRenderFileUploadControl.cpp296 …} else if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPerce… in computePreferredLogicalWidths()
DRenderTable.cpp94 if (style()->tableLayout() == TFIXED && !style()->logicalWidth().isAuto()) in styleDidChange()
242 if (!style()->marginStart().isAuto()) in computeLogicalWidth()
244 if (!style()->marginEnd().isAuto()) in computeLogicalWidth()
DRenderThemeWinCE.cpp214 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto()) in setCheckboxSize()
223 if (style->height().isAuto()) in setCheckboxSize()
DRenderTableSection.cpp528 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/
DRenderThemeHaiku.cpp131 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto()) in setCheckboxSize()
138 if (style->height().isAuto()) in setCheckboxSize()
/external/webkit/Source/WebCore/platform/wx/
DRenderThemeWx.cpp214 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/
DOutlineValue.h52 bool isAuto() const { return m_isAuto; } in isAuto() function
DRenderStyle.h388 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/
DHTMLElement.h84 TextDirection directionalityIfhasDirAutoAttribute(bool& isAuto) const;
DHTMLElement.cpp837 TextDirection HTMLElement::directionalityIfhasDirAutoAttribute(bool& isAuto) const in directionalityIfhasDirAutoAttribute()
840 isAuto = false; in directionalityIfhasDirAutoAttribute()
844 isAuto = true; in directionalityIfhasDirAutoAttribute()
/external/webkit/Source/WebCore/platform/
DLength.h171 bool isAuto() const { return type() == Auto; } in isAuto() function
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGRoot.cpp70 …if (style()->width().isPercent() || (style()->width().isAuto() && style()->height().isPercent())) { in computePreferredLogicalWidths()
/external/webkit/Source/WebCore/page/
DPrintContext.cpp283 if (style->marginLeft().isAuto()) in pageProperty()
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk2.cpp147 if (!style->width().isIntrinsicOrAuto() && !style->height().isAuto()) in setToggleSize()
154 if (style->height().isAuto()) in setToggleSize()

12