Home
last modified time | relevance | path

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

123

/external/webkit/Source/WebCore/rendering/
DRenderIFrame.cpp53 if (isScrollable || !style()->height().isFixed()) { in computeLogicalHeight()
71 if (isScrollable || !style()->width().isFixed()) { in computeLogicalWidth()
88 if (!isScrollable && style()->width().isFixed() in flattenFrame()
89 && style()->height().isFixed()) in flattenFrame()
114 layoutWithFlattening(style()->width().isFixed(), style()->height().isFixed()); in layout()
DFixedTableLayout.cpp101 if (w.isFixed() && w.value() > 0) in calcWidthArray()
120 if ((w.isFixed() || w.isPercent()) && w.isPositive()) { in calcWidthArray()
162 if (w.isFixed() && w.isPositive()) in calcWidthArray()
205 …int tableLogicalWidth = m_table->style()->logicalWidth().isFixed() ? m_table->style()->logicalWidt… in computePreferredLogicalWidths()
246 if (m_width[i].isFixed()) { in layout()
269 if (m_width[i].isFixed()) { in layout()
DAutoTableLayout.cpp93 if (columnLayout.logicalWidth.isFixed()) { in recalcColumn()
131 if (columnLayout.logicalWidth.isFixed()) { in recalcColumn()
163 … if ((colLogicalWidth.isFixed() || colLogicalWidth.isPercent()) && colLogicalWidth.isZero()) in fullRecalc()
168 … if (colLogicalWidth.isFixed() && m_layoutStruct[effCol].maxLogicalWidth < colLogicalWidth.value()) in fullRecalc()
265 if (tableLogicalWidth.isFixed() && tableLogicalWidth.value() > 0) { in computePreferredLogicalWidths()
403 … if (m_layoutStruct[pos].logicalWidth.isFixed() && haveAuto && fixedWidth <= cellMinLogicalWidth) { in calcEffectiveLogicalWidth()
414 …if (!(m_layoutStruct[pos].logicalWidth.isFixed() && haveAuto && fixedWidth <= cellMinLogicalWidth)… in calcEffectiveLogicalWidth()
569 … if (logicalWidth.isFixed() && logicalWidth.value() > m_layoutStruct[i].computedLogicalWidth) { in layout()
607 if (logicalWidth.isFixed()) { in layout()
703 if (logicalWidth.isFixed()) in layout()
[all …]
DRenderApplet.cpp66 int contentWidth = style()->width().isFixed() ? style()->width().value() : in createWidgetIfNecessary()
68 int contentHeight = style()->height().isFixed() ? style()->height().value() : in createWidgetIfNecessary()
DRenderSlider.cpp78 if (style()->width().isFixed() && style()->width().value() > 0) in computePreferredLogicalWidths()
83 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) { in computePreferredLogicalWidths()
91 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in computePreferredLogicalWidths()
DRenderFrameSet.cpp220 if (grid[i].isFixed()) { in layOutAxis()
250 if (grid[i].isFixed()) { in layOutAxis()
324 if (grid[i].isFixed()) { in layOutAxis()
357 if (grid[i].isFixed()) { in layOutAxis()
543 if (l.isFixed()) in positionFrames()
554 if (l.isFixed()) in positionFrames()
666 bool fixedWidth = frameSet()->colLengths() && frameSet()->colLengths()[c].isFixed(); in positionFramesWithFlattening()
667 bool fixedHeight = frameSet()->rowLengths() && frameSet()->rowLengths()[r].isFixed(); in positionFramesWithFlattening()
DRenderDataGrid.cpp102 if (style()->width().isFixed() && style()->width().value() > 0) in computePreferredLogicalWidths()
107 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) { in computePreferredLogicalWidths()
115 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in computePreferredLogicalWidths()
DRenderFlexibleBox.cpp130 if (marginLeft.isFixed()) in marginWidthForChild()
132 if (marginRight.isFixed()) in marginWidthForChild()
170 if (style()->width().isFixed() && style()->width().value() > 0) in computePreferredLogicalWidths()
190 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) { in computePreferredLogicalWidths()
195 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in computePreferredLogicalWidths()
972 if (!child->style()->maxWidth().isUndefined() && child->style()->maxWidth().isFixed()) in allowedChildFlex()
985 if (!child->style()->maxHeight().isUndefined() && child->style()->maxHeight().isFixed()) in allowedChildFlex()
997 if (child->style()->minWidth().isFixed()) in allowedChildFlex()
1007 if (child->style()->minHeight().isFixed()) { in allowedChildFlex()
DRenderFileUploadControl.cpp283 if (style()->width().isFixed() && style()->width().value() > 0) in computePreferredLogicalWidths()
293 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) { in computePreferredLogicalWidths()
301 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in computePreferredLogicalWidths()
DRenderFieldset.cpp57 if (legendMarginLeft.isFixed()) in computePreferredLogicalWidths()
60 if (legendMarginRight.isFixed()) in computePreferredLogicalWidths()
DRenderMenuList.cpp256 if (style()->width().isFixed() && style()->width().value() > 0) in computePreferredLogicalWidths()
261 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) { in computePreferredLogicalWidths()
269 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in computePreferredLogicalWidths()
DRenderTextControl.cpp572 if (style()->width().isFixed() && style()->width().value() > 0) in computePreferredLogicalWidths()
580 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) { in computePreferredLogicalWidths()
588 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in computePreferredLogicalWidths()
DRenderListBox.cpp175 if (style()->width().isFixed() && style()->width().value() > 0) in computePreferredLogicalWidths()
183 if (style()->minWidth().isFixed() && style()->minWidth().value() > 0) { in computePreferredLogicalWidths()
191 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) { in computePreferredLogicalWidths()
DRenderMarquee.cpp245 if (s->height().isFixed() && s->height().value() < s->fontSize()) in updateMarqueeStyle()
DRenderLayer.h328 …bool isFixed() const { return renderer()->isPositioned() && renderer()->style()->position() == Fix… in isFixed() function
335 return !hasAutoZIndex() || renderer()->isRenderView() || (isComposited() && isFixed()); in isStackingContext()
DRenderTableCell.cpp105 if (!colWidth.isFixed()) { in styleOrColLogicalWidth()
122 if (colWidthSum.isFixed() && colWidthSum.value() > 0) in styleOrColLogicalWidth()
142 if (!nowrap.isNull() && w.isFixed()) in computePreferredLogicalWidths()
DRenderReplaced.cpp264 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) in computePreferredLogicalWidths()
/external/skia/legacy/include/core/
DSk64.h34 SkBool isFixed() const;
43 SkASSERT(this->isFixed()); in getFixed()
/external/skia/include/core/
DSk64.h34 SkBool isFixed() const;
43 SkASSERT(this->isFixed()); in getFixed()
/external/webkit/Source/WebCore/platform/graphics/transforms/
DPerspectiveTransformOperation.h67 ASSERT(p.isFixed()); in PerspectiveTransformOperation()
/external/webkit/Source/WebCore/platform/
DLength.h174 bool isFixed() const { return type() == Fixed; } in isFixed() function
/external/webkit/Source/WebKit/android/jni/
DViewStateSerializer.cpp473 bool isFixed = stream->readBool(); in deserializeLayer() local
489 if (isFixed) { in deserializeLayer()
/external/skia/src/core/
DSk64.cpp145 SkBool Sk64::isFixed() const in isFixed() function in Sk64
/external/skia/legacy/src/core/
DSk64.cpp147 SkBool Sk64::isFixed() const in isFixed() function in Sk64
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGRoot.cpp67 if (style()->maxWidth().isFixed() && style()->maxWidth().value() != undefinedLength) in computePreferredLogicalWidths()

123