Home
last modified time | relevance | path

Searched refs:reflectValue (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/css/
DCSSStyleSelector.cpp4531 CSSReflectValue* reflectValue = static_cast<CSSReflectValue*>(value); in applyProperty() local
4533 reflection->setDirection(reflectValue->direction()); in applyProperty()
4534 if (reflectValue->offset()) { in applyProperty()
4535 int type = reflectValue->offset()->primitiveType(); in applyProperty()
4537 reflection->setOffset(Length(reflectValue->offset()->getDoubleValue(), Percent)); in applyProperty()
4539 …reflection->setOffset(Length(reflectValue->offset()->computeLengthIntForLength(style(), zoomFactor… in applyProperty()
4542 mapNinePieceImage(reflectValue->mask(), mask); in applyProperty()
DCSSParser.cpp3607 …RefPtr<CSSReflectValue> reflectValue = CSSReflectValue::create(direction, offset.release(), mask.r… in parseReflect() local
3608 addProperty(propId, reflectValue.release(), important); in parseReflect()