Searched refs:isPrimitiveValue (Results 1 – 19 of 19) sorted by relevance
181 …if (i0->isPrimitiveValue() && static_cast<CSSPrimitiveValue*>(i0)->primitiveType() == CSSPrimitive… in parseAspectRatio()182 …&& i1->isPrimitiveValue() && static_cast<CSSPrimitiveValue*>(i1)->primitiveType() == CSSPrimitiveV… in parseAspectRatio()183 …&& i2->isPrimitiveValue() && static_cast<CSSPrimitiveValue*>(i2)->primitiveType() == CSSPrimitiveV… in parseAspectRatio()212 if (value->isPrimitiveValue() in numberValue()294 …return value->isPrimitiveValue() && compareValue(frame->page()->chrome()->scaleFactor(), static_ca… in device_pixel_ratioMediaFeatureEval()314 …return value->isPrimitiveValue() && compareValue(static_cast<int>(sg.height()), static_cast<CSSPri… in device_heightMediaFeatureEval()326 …return value->isPrimitiveValue() && compareValue(static_cast<int>(sg.width()), static_cast<CSSPrim… in device_widthMediaFeatureEval()339 …return value->isPrimitiveValue() && compareValue(view->layoutHeight(), static_cast<CSSPrimitiveVal… in heightMediaFeatureEval()350 …return value->isPrimitiveValue() && compareValue(view->layoutWidth(), static_cast<CSSPrimitiveValu… in widthMediaFeatureEval()
60 virtual bool isPrimitiveValue() const { return false; } in isPrimitiveValue() function
111 if (fontStyle->isPrimitiveValue()) { in addFontFaceRule()143 if (fontWeight->isPrimitiveValue()) { in addFontFaceRule()199 if (fontVariant->isPrimitiveValue()) { in addFontFaceRule()
106 if (value->isPrimitiveValue()) in applyValue()140 if (value->isPrimitiveValue()) in applyValue()164 if (!value->isPrimitiveValue()) in applyValue()
3466 if (!currValue->isPrimitiveValue()) in applyCounterList()3550 if (value->isPrimitiveValue()) in applyProperty()3848 if (!item->isPrimitiveValue()) in applyProperty()4512 if (!item->isPrimitiveValue()) in applyProperty()4596 ASSERT(item->isPrimitiveValue()); in applyProperty()4656 if (!item->isPrimitiveValue()) in applyProperty()4733 if (!item->isPrimitiveValue()) in applyProperty()5936 if (!item->isPrimitiveValue()) in applyProperty()6223 if (!valueList->item(0)->isPrimitiveValue() || !valueList->item(1)->isPrimitiveValue()) in applyPageSizeProperty()6245 if (!valueList->item(0)->isPrimitiveValue()) in applyPageSizeProperty()[all …]
109 if (value->isPrimitiveValue()) in applySVGProperty()266 if (!currValue->isPrimitiveValue()) in applySVGProperty()
62 …if (!value || (value->isPrimitiveValue() && (static_cast<CSSPrimitiveValue*>(value.get()))->getIde… in setMatrixValue()
224 virtual bool isPrimitiveValue() const { return true; } in isPrimitiveValue() function
5482 ASSERT(!centerX || centerX->isPrimitiveValue()); in parseRadialGradient()5483 ASSERT(!centerY || centerY->isPrimitiveValue()); in parseRadialGradient()6435 …= CSSPropertyFontStyle || id == CSSPropertyFontVariant) && property->value()->isPrimitiveValue()) { in createFontFaceRule()
1946 if (property->id() == CSSPropertyFontSize && property->value()->isPrimitiveValue() && m_node) { in cssPropertyMatches()
140 …return matches(element) && value && value->isPrimitiveValue() && static_cast<CSSPrimitiveValue*>(v… in valueIsPresentInStyle()389 if (!unicodeBidi || !unicodeBidi->isPrimitiveValue()) in textDirection()395 if (!direction || !direction->isPrimitiveValue()) in textDirection()711 if (backgroundColor && backgroundColor->isPrimitiveValue() in prepareToApplyAt()717 if (unicodeBidi && unicodeBidi->isPrimitiveValue()) { in prepareToApplyAt()719 if (direction && direction->isPrimitiveValue()) in prepareToApplyAt()843 if (!colorValue || !colorValue->isPrimitiveValue()) in getRGBAFontColor()910 if (!fontSize->isPrimitiveValue()) in extractTextStyles()942 if (!fontWeight->isPrimitiveValue()) in fontWeightIsBold()1016 if (!value || !value->isPrimitiveValue()) in getIdentifierValue()
589 if (!unicodeBidi || !unicodeBidi->isPrimitiveValue()) in textDirectionForSelection()619 if (!unicodeBidi || !unicodeBidi->isPrimitiveValue()) in textDirectionForSelection()631 if (!direction || !direction->isPrimitiveValue()) in textDirectionForSelection()925 if (!cssValue->isPrimitiveValue()) in hasTransparentBackgroundColor()958 if (cssValue->isPrimitiveValue()) { in selectionStartCSSPropertyValue()
432 if (!value->isPrimitiveValue()) in propertyMissingOrEqualToNone()
53 if (impl->isPrimitiveValue()) in toV8()
67 else if (value->isPrimitiveValue()) in toJS()
130 if (val && val->isPrimitiveValue()) { in parseMappedAttribute()
318 if (val && val->isPrimitiveValue()) { in parseMappedAttribute()
9267 (DOM::StyleBaseImpl::isPrimitiveValue):
11184 (WebCore::CSSPrimitiveValue::isPrimitiveValue):11233 (WebCore::CSSValue::isPrimitiveValue):