/external/webkit/WebCore/rendering/ |
D | FixedTableLayout.cpp | 104 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()
|
D | AutoTableLayout.cpp | 102 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 …]
|
D | RenderApplet.cpp | 61 int contentWidth = style()->width().isFixed() ? style()->width().value() : in createWidgetIfNecessary() 63 int contentHeight = style()->height().isFixed() ? style()->height().value() : in createWidgetIfNecessary()
|
D | RenderFlexibleBox.cpp | 134 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 …]
|
D | RenderDataGrid.cpp | 96 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()
|
D | RenderFileUploadControl.cpp | 245 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()
|
D | RenderFrameSet.cpp | 218 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()
|
D | RenderPartObject.cpp | 360 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()
|
D | RenderMenuList.cpp | 243 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()
|
D | RenderSlider.cpp | 232 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()
|
D | RenderTextControl.cpp | 463 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()
|
D | RenderFieldset.cpp | 57 if (legendMarginLeft.isFixed()) in calcPrefWidths() 60 if (legendMarginRight.isFixed()) in calcPrefWidths()
|
D | RenderListBox.cpp | 170 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()
|
D | RenderVideo.cpp | 245 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) in calcPrefWidths()
|
D | RenderMarquee.cpp | 237 if (s->height().isFixed() && s->height().value() < s->fontSize()) in updateMarqueeStyle()
|
D | RenderListMarker.cpp | 652 if (leftMargin.isFixed()) in layout() 654 if (rightMargin.isFixed()) in layout()
|
D | RenderSVGRoot.cpp | 68 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) in calcPrefWidths()
|
D | RenderBlock.cpp | 675 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 …]
|
D | RenderReplaced.cpp | 197 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) in calcPrefWidths()
|
D | RenderTableCell.cpp | 100 if (w.isFixed() && w.value() > 0) in styleOrColWidth() 118 if (!nowrap.isNull() && w.isFixed()) in calcPrefWidths()
|
D | RenderInline.cpp | 475 if (margin.isFixed()) in marginLeft() 487 if (margin.isFixed()) in marginRight()
|
D | RenderImage.cpp | 623 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) in calcPrefWidths()
|
/external/skia/include/core/ |
D | Sk64.h | 42 SkBool isFixed() const; 51 SkASSERT(this->isFixed()); in getFixed()
|
/external/webkit/WebCore/platform/ |
D | Length.h | 160 bool isFixed() const { return type() == Fixed; } in isFixed() function
|
/external/skia/src/core/ |
D | Sk64.cpp | 154 SkBool Sk64::isFixed() const in isFixed() function in Sk64
|