Home
last modified time | relevance | path

Searched refs:isPrimitiveValue (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/css/
DMediaQueryEvaluator.cpp181 …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()
DCSSValue.h60 virtual bool isPrimitiveValue() const { return false; } in isPrimitiveValue() function
DCSSFontSelector.cpp111 if (fontStyle->isPrimitiveValue()) { in addFontFaceRule()
143 if (fontWeight->isPrimitiveValue()) { in addFontFaceRule()
199 if (fontVariant->isPrimitiveValue()) { in addFontFaceRule()
DCSSStyleApplyProperty.cpp106 if (value->isPrimitiveValue()) in applyValue()
140 if (value->isPrimitiveValue()) in applyValue()
164 if (!value->isPrimitiveValue()) in applyValue()
DCSSStyleSelector.cpp3466 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 …]
DSVGCSSStyleSelector.cpp109 if (value->isPrimitiveValue()) in applySVGProperty()
266 if (!currValue->isPrimitiveValue()) in applySVGProperty()
DWebKitCSSMatrix.cpp62 …if (!value || (value->isPrimitiveValue() && (static_cast<CSSPrimitiveValue*>(value.get()))->getIde… in setMatrixValue()
DCSSPrimitiveValue.h224 virtual bool isPrimitiveValue() const { return true; } in isPrimitiveValue() function
DCSSParser.cpp5482 ASSERT(!centerX || centerX->isPrimitiveValue()); in parseRadialGradient()
5483 ASSERT(!centerY || centerY->isPrimitiveValue()); in parseRadialGradient()
6435 …= CSSPropertyFontStyle || id == CSSPropertyFontVariant) && property->value()->isPrimitiveValue()) { in createFontFaceRule()
DCSSComputedStyleDeclaration.cpp1946 if (property->id() == CSSPropertyFontSize && property->value()->isPrimitiveValue() && m_node) { in cssPropertyMatches()
/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp140 …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()
DEditor.cpp589 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()
Dmarkup.cpp432 if (!value->isPrimitiveValue()) in propertyMissingOrEqualToNone()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CSSValueCustom.cpp53 if (impl->isPrimitiveValue()) in toV8()
/external/webkit/Source/WebCore/bindings/js/
DJSCSSValueCustom.cpp67 else if (value->isPrimitiveValue()) in toJS()
/external/webkit/Source/WebCore/html/
DHTMLBodyElement.cpp130 if (val && val->isPrimitiveValue()) { in parseMappedAttribute()
DHTMLTableElement.cpp318 if (val && val->isPrimitiveValue()) { in parseMappedAttribute()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-199267 (DOM::StyleBaseImpl::isPrimitiveValue):
DChangeLog-2008-08-1011184 (WebCore::CSSPrimitiveValue::isPrimitiveValue):
11233 (WebCore::CSSValue::isPrimitiveValue):