Home
last modified time | relevance | path

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

/external/webkit/WebCore/css/
DCSSStyleSelector.cpp4753 CSSReflectValue* reflectValue = static_cast<CSSReflectValue*>(value); in applyProperty() local
4755 reflection->setDirection(reflectValue->direction()); in applyProperty()
4756 if (reflectValue->offset()) { in applyProperty()
4757 int type = reflectValue->offset()->primitiveType(); in applyProperty()
4759 reflection->setOffset(Length(reflectValue->offset()->getDoubleValue(), Percent)); in applyProperty()
4761 …reflection->setOffset(Length(reflectValue->offset()->computeLengthIntForLength(style(), m_rootElem… in applyProperty()
4764 mapNinePieceImage(reflectValue->mask(), mask); in applyProperty()
DCSSParser.cpp3929 …RefPtr<CSSReflectValue> reflectValue = CSSReflectValue::create(direction, offset.release(), mask.r… in parseReflect() local
3930 addProperty(propId, reflectValue.release(), important); in parseReflect()