Home
last modified time | relevance | path

Searched refs:isFixed (Results 1 – 25 of 36) sorted by relevance

12

/external/webkit/WebCore/rendering/
DFixedTableLayout.cpp104 if (w.isFixed() && w.value() > 0) in calcWidthArray()
123 if ((w.isFixed() || w.isPercent()) && w.isPositive()) { in calcWidthArray()
166 if (w.isFixed() && w.isPositive()) in calcWidthArray()
204 … int tableWidth = m_table->style()->width().isFixed() ? m_table->style()->width().value() - bs : 0; in calcPrefWidths()
228 if (m_width[i].isFixed()) { in layout()
251 if (m_width[i].isFixed()) { in layout()
DAutoTableLayout.cpp102 if (l.width.isFixed()) { in recalcColumn()
144 if (l.width.isFixed()) { in recalcColumn()
180 if ((w.isFixed() || w.isPercent()) && w.isZero()) in fullRecalc()
186 if (w.isFixed() && m_layoutStruct[cEffCol].maxWidth < w.value()) in fullRecalc()
287 if (tw.isFixed() && tw.value() > 0) { in calcPrefWidths()
424 … if (m_layoutStruct[pos].width.isFixed() && haveAuto && fixedWidth <= cMinWidth) { in calcEffectiveWidth()
435 … if (!(m_layoutStruct[pos].width.isFixed() && haveAuto && fixedWidth <= cMinWidth)) { in calcEffectiveWidth()
592 if (width.isFixed() && width.value() > m_layoutStruct[i].calcWidth) { in layout()
631 if (width.isFixed()) { in layout()
728 if (width.isFixed()) in layout()
[all …]
DRenderApplet.cpp61 int contentWidth = style()->width().isFixed() ? style()->width().value() : in createWidgetIfNecessary()
63 int contentHeight = style()->height().isFixed() ? style()->height().value() : in createWidgetIfNecessary()
DRenderFlexibleBox.cpp134 if (ml.isFixed()) in calcHorizontalPrefWidths()
136 if (mr.isFixed()) in calcHorizontalPrefWidths()
158 if (ml.isFixed()) in calcVerticalPrefWidths()
160 if (mr.isFixed()) in calcVerticalPrefWidths()
175 if (style()->width().isFixed() && style()->width().value() > 0) in calcPrefWidths()
188 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) { in calcPrefWidths()
193 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in calcPrefWidths()
1111 child->style()->maxWidth().isFixed()) in allowedChildFlex()
1125 child->style()->maxHeight().isFixed()) in allowedChildFlex()
1137 if (child->style()->minWidth().isFixed()) in allowedChildFlex()
[all …]
DRenderDataGrid.cpp96 if (style()->width().isFixed() && style()->width().value() > 0) in calcPrefWidths()
101 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) { in calcPrefWidths()
109 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in calcPrefWidths()
DRenderFileUploadControl.cpp245 if (style()->width().isFixed() && style()->width().value() > 0) in calcPrefWidths()
255 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) { in calcPrefWidths()
263 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in calcPrefWidths()
DRenderFrameSet.cpp218 if (grid[i].isFixed()) { in layOutAxis()
248 if (grid[i].isFixed()) { in layOutAxis()
322 if (grid[i].isFixed()) { in layOutAxis()
355 if (grid[i].isFixed()) { in layOutAxis()
538 if (l.isFixed()) in positionFrames()
549 if (l.isFixed()) in positionFrames()
DRenderPartObject.cpp360 bool widthIsFixed = style()->width().isFixed(); in layout()
361 bool heightIsFixed = style()->height().isFixed(); in layout()
451 if (!scrolling && style()->width().isFixed()) in calcWidth()
485 if (!scrolling && style()->height().isFixed()) in calcHeight()
DRenderMenuList.cpp243 if (style()->width().isFixed() && style()->width().value() > 0) in calcPrefWidths()
248 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) { in calcPrefWidths()
256 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in calcPrefWidths()
DRenderSlider.cpp232 if (style()->width().isFixed() && style()->width().value() > 0) in calcPrefWidths()
237 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) { in calcPrefWidths()
245 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in calcPrefWidths()
DRenderTextControl.cpp463 if (style()->width().isFixed() && style()->width().value() > 0) in calcPrefWidths()
471 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) { in calcPrefWidths()
479 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in calcPrefWidths()
DRenderFieldset.cpp57 if (legendMarginLeft.isFixed()) in calcPrefWidths()
60 if (legendMarginRight.isFixed()) in calcPrefWidths()
DRenderListBox.cpp170 if (style()->width().isFixed() && style()->width().value() > 0) in calcPrefWidths()
178 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) { in calcPrefWidths()
186 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in calcPrefWidths()
DRenderVideo.cpp245 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) in calcPrefWidths()
DRenderMarquee.cpp237 if (s->height().isFixed() && s->height().value() < s->fontSize()) in updateMarqueeStyle()
DRenderListMarker.cpp652 if (leftMargin.isFixed()) in layout()
654 if (rightMargin.isFixed()) in layout()
DRenderSVGRoot.cpp68 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) in calcPrefWidths()
DRenderBlock.cpp675 if (cb->style()->height().isFixed() || cb->isTableCell()) in isSelfCollapsingBlock()
682 …if (hasAutoHeight || ((style()->height().isFixed() || style()->height().isPercent()) && style()->h… in isSelfCollapsingBlock()
3307 if (!result && child->avoidsFloats() && child->style()->width().isFixed() && in getClearDelta()
3931 if (!isTableCell() && style()->width().isFixed() && style()->width().value() > 0) in calcPrefWidths()
3954 if (w.isFixed() && w.value() > 0) in calcPrefWidths()
3959 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) { in calcPrefWidths()
3964 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in calcPrefWidths()
4048 return (cssUnit.isFixed() ? cssUnit.value() : childValue); in getBPMWidth()
4168 if (leftMargin.isFixed()) in calcInlinePrefWidths()
4170 if (rightMargin.isFixed()) in calcInlinePrefWidths()
[all …]
DRenderReplaced.cpp197 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) in calcPrefWidths()
DRenderTableCell.cpp100 if (w.isFixed() && w.value() > 0) in styleOrColWidth()
118 if (!nowrap.isNull() && w.isFixed()) in calcPrefWidths()
DRenderInline.cpp475 if (margin.isFixed()) in marginLeft()
487 if (margin.isFixed()) in marginRight()
DRenderImage.cpp623 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) in calcPrefWidths()
/external/skia/include/core/
DSk64.h42 SkBool isFixed() const;
51 SkASSERT(this->isFixed()); in getFixed()
/external/webkit/WebCore/platform/
DLength.h160 bool isFixed() const { return type() == Fixed; } in isFixed() function
/external/skia/src/core/
DSk64.cpp154 SkBool Sk64::isFixed() const in isFixed() function in Sk64

12