Searched defs:reflectValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleBuilderCustom.cpp1115 CSSReflectValue* reflectValue = toCSSReflectValue(value); local
1116 CSSPrimitiveValue* direction = reflectValue->direction();
1117 CSSPrimitiveValue* offset = reflectValue->offset();
1118 CSSValue* mask = reflectValue->mask();
1396 CSSReflectValue* reflectValue = toCSSReflectValue(value);
1398 reflection->setDirection(*reflectValue->direction());
1399 if (reflectValue->offset())
1400 reflection->setOffset(reflectValue->offset()->convertToLength<FixedConversion | PercentConversion>(state.cssToLengthConversionData()));
1403 state.styleMap().mapNinePieceImage(state.style(), id, reflectValue->mask(), mask);

Completed in 307 milliseconds