Searched refs:isFixed (Results 26 - 47 of 47) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGSVGElement.cpp587 if (!intrinsicWidth.isFixed() || !intrinsicHeight.isFixed())
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGRoot.cpp122 return valueForLength(length, maxSize) * (length.isFixed() ? scale : 1);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBlock.cpp909 if (cb->style().logicalHeight().isFixed() || cb->isTableCell())
916 if (hasAutoHeight || ((logicalHeightLength.isFixed() || logicalHeightLength.isPercent()) && logicalHeightLength.isZero())) {
1397 if (marginLeft.isFixed())
1399 if (marginRight.isFixed())
2772 if (!isTableCell() && styleToUse.logicalWidth().isFixed() && styleToUse.logicalWidth().value() >= 0
2778 if (styleToUse.logicalMinWidth().isFixed() && styleToUse.logicalMinWidth().value() > 0) {
2783 if (styleToUse.logicalMaxWidth().isFixed()) {
2868 return (cssUnit.isFixed() ? LayoutUnit(cssUnit.value()) : childValue);
3024 if (startMargin.isFixed())
3026 if (endMargin.isFixed())
[all...]
H A DRenderImage.cpp107 bool isFixed = false; local
108 IntRect absoluteBounds = localToAbsoluteQuad(FloatRect(imageRect), false, &isFixed).enclosingBoundingBox();
115 rects.append(SelectionRect(absoluteBounds, containingBlock->style().direction(), lineExtentBounds.x(), lineExtentBounds.maxX(), lineExtentBounds.maxY(), 0, false /* line break */, isFirstOnLine, isLastOnLine, false /* contains start */, false /* contains end */, containingBlock->style().isHorizontalWritingMode(), isFixed, false /* ruby text */, view().pageNumberForBlockProgressionOffset(absoluteBounds.x())));
H A DRenderListBox.cpp208 if (style().width().isFixed() && style().width().value() > 0)
213 if (style().minWidth().isFixed() && style().minWidth().value() > 0) {
218 if (style().maxWidth().isFixed()) {
H A DRenderTable.cpp363 if (styleLogicalHeight.isFixed()) {
787 if (styleToUse.logicalMinWidth().isFixed() && styleToUse.logicalMinWidth().value() > 0) {
793 if (styleToUse.logicalMaxWidth().isFixed()) {
H A DRenderText.cpp368 bool isFixed = false; local
369 IntRect absRect = localToAbsoluteQuad(FloatRect(rect), false, &isFixed).enclosingBoundingBox();
381 rects.append(SelectionRect(absRect, box->direction(), extentsRect.x(), extentsRect.maxX(), extentsRect.maxY(), 0, box->isLineBreak(), isFirstOnLine, isLastOnLine, containsStart, containsEnd, boxIsHorizontal, isFixed, containingBlock->isRubyText(), view().pageNumberForBlockProgressionOffset(absRect.x())));
H A DRenderFlexibleBox.cpp141 if (styleToUse.logicalWidth().isFixed() && styleToUse.logicalWidth().value() > 0)
147 if (styleToUse.logicalMinWidth().isFixed() && styleToUse.logicalMinWidth().value() > 0) {
153 if (styleToUse.logicalMaxWidth().isFixed()) {
671 if (flexBasis.isAuto() || (flexBasis.isFixed() && !flexBasis.value() && hasInfiniteLineLength)) {
H A DRenderListMarker.cpp1384 if (startMargin.isFixed())
1386 if (endMargin.isFixed())
H A DRenderTableCell.cpp150 if (!colWidth.isFixed()) {
182 if (!nowrap.isNull() && w.isFixed())
H A DRenderTableSection.cpp74 || (cRowLogicalHeight.isFixed() && cRowLogicalHeight.value() < logicalHeight.value()))
577 bool flexAllChildren = cell->style().logicalHeight().isFixed()
H A DRenderBox.cpp1888 if (!logicalHeightLength.isFixed()) {
2760 if (height.isFixed())
2834 } else if (cbstyle.logicalHeight().isFixed()) {
2911 if (cw > 0 || (!cw && (containerLogicalWidth.isFixed() || containerLogicalWidth.isPercent())))
4446 if (cb->style().logicalHeight().isFixed())
H A DRenderLayerCompositor.cpp2614 bool isFixed = renderer.isOutOfFlowPositioned() && position == FixedPosition; local
2615 if (isFixed && !layer.isStackingContainer())
2619 if (!isFixed && !isSticky)
H A DRenderInline.cpp737 if (margin.isFixed())
H A DRenderBoxModelObject.cpp960 if (layerWidth.isFixed())
965 if (layerHeight.isFixed())
H A DRenderThemeIOS.mm579 if (style.width().isFixed() && style.width().value() > 0)
H A DRenderBlockFlow.cpp371 if (tableCellWidth.isFixed() && tableCellWidth.value() > 0)
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMFrameLowering.cpp496 bool isFixed = MFI->isFixedObjectIndex(FI); local
515 if (isFixed) {
530 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86FloatingPoint.cpp103 bool isFixed() const { return !Mask || FixCount; } function in struct:__anon10574::FPS::LiveBundle
510 assert(Bundle.isFixed() && "Reached block before any predecessors");
555 if (Bundle.isFixed()) {
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DRenderStyle.cpp1348 if (multiplier > 1 && lh.isFixed())
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocument.cpp1897 ASSERT(size.width().isFixed());
1898 ASSERT(size.height().isFixed());
/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleResolver.cpp1174 if (style.width().isFixed())

Completed in 339 milliseconds

12