Searched refs:isSpecified (Results 1 – 17 of 17) sorted by relevance
122 if (!attributes.hasSpreadMethod() && element->spreadMethod()->isSpecified()) in setGradientAttributes()125 if (!attributes.hasGradientUnits() && element->gradientUnits()->isSpecified()) in setGradientAttributes()128 if (!attributes.hasGradientTransform() && element->gradientTransform()->isSpecified()) { in setGradientAttributes()143 if (!attributes.hasCx() && radial->cx()->isSpecified()) in setGradientAttributes()146 if (!attributes.hasCy() && radial->cy()->isSpecified()) in setGradientAttributes()149 if (!attributes.hasR() && radial->r()->isSpecified()) in setGradientAttributes()152 if (!attributes.hasFx() && radial->fx()->isSpecified()) in setGradientAttributes()155 if (!attributes.hasFy() && radial->fy()->isSpecified()) in setGradientAttributes()158 if (!attributes.hasFr() && radial->fr()->isSpecified()) in setGradientAttributes()
144 if (!attributes.hasX() && element->x()->isSpecified()) in setPatternAttributes()147 if (!attributes.hasY() && element->y()->isSpecified()) in setPatternAttributes()150 if (!attributes.hasWidth() && element->width()->isSpecified()) in setPatternAttributes()153 if (!attributes.hasHeight() && element->height()->isSpecified()) in setPatternAttributes()156 …if (!attributes.hasViewBox() && element->viewBox()->isSpecified() && element->viewBox()->currentVa… in setPatternAttributes()159 if (!attributes.hasPreserveAspectRatio() && element->preserveAspectRatio()->isSpecified()) in setPatternAttributes()162 if (!attributes.hasPatternUnits() && element->patternUnits()->isSpecified()) in setPatternAttributes()165 if (!attributes.hasPatternContentUnits() && element->patternContentUnits()->isSpecified()) in setPatternAttributes()168 if (!attributes.hasPatternTransform() && element->patternTransform()->isSpecified()) { in setPatternAttributes()
108 if (!attributes.hasSpreadMethod() && element->spreadMethod()->isSpecified()) in setGradientAttributes()111 if (!attributes.hasGradientUnits() && element->gradientUnits()->isSpecified()) in setGradientAttributes()114 if (!attributes.hasGradientTransform() && element->gradientTransform()->isSpecified()) { in setGradientAttributes()129 if (!attributes.hasX1() && linear->x1()->isSpecified()) in setGradientAttributes()132 if (!attributes.hasY1() && linear->y1()->isSpecified()) in setGradientAttributes()135 if (!attributes.hasX2() && linear->x2()->isSpecified()) in setGradientAttributes()138 if (!attributes.hasY2() && linear->y2()->isSpecified()) in setGradientAttributes()
52 if (m_requiredFeatures->isSpecified()) { in isValid()62 if (m_systemLanguage->isSpecified()) { in isValid()
158 …shadowElement->setAttribute(SVGNames::widthAttr, use.width()->isSpecified() ? AtomicString(use.wid… in transferUseWidthAndHeightIfNeeded()159 …shadowElement->setAttribute(SVGNames::heightAttr, use.height()->isSpecified() ? AtomicString(use.h… in transferUseWidthAndHeightIfNeeded()163 if (use.width()->isSpecified()) in transferUseWidthAndHeightIfNeeded()167 if (use.height()->isSpecified()) in transferUseWidthAndHeightIfNeeded()
191 return href()->isSpecified(); in hasSourceAttribute()
280 … bool isSpecified() const { return type() == Fixed || type() == Percent || type() == Calculated; } in isSpecified() function281 bool isSpecifiedOrIntrinsic() const { return isSpecified() || isIntrinsic(); } in isSpecifiedOrIntrinsic()291 ASSERT(isSpecified() && from.isSpecified()); in blend()
181 ASSERT(from.isSpecified()); in blendMixedTypes()182 ASSERT(isSpecified()); in blendMixedTypes()
136 if (style()->logicalWidth().isSpecified() || style()->logicalMaxWidth().isSpecified()) in computeReplacedLogicalWidth()158 if (style()->logicalHeight().isSpecified() || style()->logicalMaxHeight().isSpecified()) in computeReplacedLogicalHeight()
63 bool SVGAnimatedPropertyBase::isSpecified() const in isSpecified() function in blink::SVGAnimatedPropertyBase
88 bool isSpecified() const;
267 …if ((styleLogicalWidth.isSpecified() && styleLogicalWidth.isPositive()) || styleLogicalWidth.isInt… in updateLogicalWidth()286 …if ((styleMaxLogicalWidth.isSpecified() && !styleMaxLogicalWidth.isNegative()) || styleMaxLogicalW… in updateLogicalWidth()297 …if ((styleMinLogicalWidth.isSpecified() && !styleMinLogicalWidth.isNegative()) || styleMinLogicalW… in updateLogicalWidth()324 …if (isCSSTable && styleLogicalWidth.isSpecified() && styleLogicalWidth.isPositive() && style()->bo… in convertStyleLogicalWidthToComputedWidth()489 …if (logicalHeightLength.isIntrinsic() || (logicalHeightLength.isSpecified() && logicalHeightLength… in layout()493 …if (logicalMaxHeightLength.isIntrinsic() || (logicalMaxHeightLength.isSpecified() && !logicalMaxHe… in layout()499 …if (logicalMinHeightLength.isIntrinsic() || (logicalMinHeightLength.isSpecified() && !logicalMinHe… in layout()
212 … imageSizeIsConstrained = style()->logicalWidth().isSpecified() && style()->logicalHeight().isSpec… in paintInvalidationOrMarkForLayout()
219 if (style()->logicalHeight().isSpecified()) { in hasReplacedLogicalHeight()340 if (style()->logicalWidth().isSpecified() || style()->logicalWidth().isIntrinsic()) in computeReplacedLogicalWidth()
226 …if (style->height().isSpecified() || style->maxHeight().isSpecified() || block->isOutOfFlowPositio… in blockHeightConstrained()275 return block->style() && block->style()->width().isSpecified(); in hasExplicitWidth()
515 if (trackLength.isSpecified()) in computeUsedBreadthOfMinLength()529 if (trackLength.isSpecified()) { in computeUsedBreadthOfMaxLength()541 ASSERT(trackLength.isSpecified()); in computeUsedBreadthOfSpecifiedLength()
689 boolean isSpecified = ((Attr) attr).getSpecified(); in serializeAttList()805 if ((((fFeatures & DISCARDDEFAULT) != 0) && isSpecified) in serializeAttList()