Home
last modified time | relevance | path

Searched refs:isSpecified (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGRadialGradientElement.cpp122 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()
DSVGPatternElement.cpp144 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()
DSVGLinearGradientElement.cpp108 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()
DSVGTests.cpp52 if (m_requiredFeatures->isSpecified()) { in isValid()
62 if (m_systemLanguage->isSpecified()) { in isValid()
DSVGUseElement.cpp158 …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()
DSVGScriptElement.cpp191 return href()->isSpecified(); in hasSourceAttribute()
/external/chromium_org/third_party/WebKit/Source/platform/
DLength.h280 … bool isSpecified() const { return type() == Fixed || type() == Percent || type() == Calculated; } in isSpecified() function
281 bool isSpecifiedOrIntrinsic() const { return isSpecified() || isIntrinsic(); } in isSpecifiedOrIntrinsic()
291 ASSERT(isSpecified() && from.isSpecified()); in blend()
DLength.cpp181 ASSERT(from.isSpecified()); in blendMixedTypes()
182 ASSERT(isSpecified()); in blendMixedTypes()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp136 if (style()->logicalWidth().isSpecified() || style()->logicalMaxWidth().isSpecified()) in computeReplacedLogicalWidth()
158 if (style()->logicalHeight().isSpecified() || style()->logicalMaxHeight().isSpecified()) in computeReplacedLogicalHeight()
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedProperty.cpp63 bool SVGAnimatedPropertyBase::isSpecified() const in isSpecified() function in blink::SVGAnimatedPropertyBase
DSVGAnimatedProperty.h88 bool isSpecified() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp267 …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()
DRenderImage.cpp212 … imageSizeIsConstrained = style()->logicalWidth().isSpecified() && style()->logicalHeight().isSpec… in paintInvalidationOrMarkForLayout()
DRenderReplaced.cpp219 if (style()->logicalHeight().isSpecified()) { in hasReplacedLogicalHeight()
340 if (style()->logicalWidth().isSpecified() || style()->logicalWidth().isIntrinsic()) in computeReplacedLogicalWidth()
DTextAutosizer.cpp226 …if (style->height().isSpecified() || style->maxHeight().isSpecified() || block->isOutOfFlowPositio… in blockHeightConstrained()
275 return block->style() && block->style()->width().isSpecified(); in hasExplicitWidth()
DRenderGrid.cpp515 if (trackLength.isSpecified()) in computeUsedBreadthOfMinLength()
529 if (trackLength.isSpecified()) { in computeUsedBreadthOfMaxLength()
541 ASSERT(trackLength.isSpecified()); in computeUsedBreadthOfSpecifiedLength()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java689 boolean isSpecified = ((Attr) attr).getSpecified(); in serializeAttList()
805 if ((((fFeatures & DISCARDDEFAULT) != 0) && isSpecified) in serializeAttList()