• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebCore-7600.1.25/css/

Lines Matching +refs:set +refs:border +refs:color

183     void set(CSSPropertyID, CSSValue&, unsigned linkMatchType);
205 m_state.style()->set##Prop(m_state.parentStyle()->prop()); \
212 m_state.style()->set##Prop(RenderStyle::initial##Prop()); \
222 m_borderData = m_style->border();
339 m_keyframesRuleMap.set(s.impl(), rule);
731 // Tracking child index requires unique style for each node. This may get set by the sibling rule match above.
845 // Line-height is set when we are sure we decided on the font-size
1016 // Line-height is set when we are sure we decided on the font-size.
1050 // FIXME: Using "hasQuirk" to decide the margin wasn't set is kind of lame.
1286 // if overflow-y is set to -webkit-paged-x or -webkit-page-y. For now, we'll let it
1292 // Call setStylesForPaginationMode() if a pagination mode is set for any non-root elements. If these
1693 // If so, we cache the border and background styles so that RenderTheme::adjustStyle()
1727 // Line-height is set when we are sure we decided on the font-size.
1855 // Though all CSS values that can be applied to outermost <svg> elements (width/height/border/padding...)
1857 // width/height/border/padding/... from the RenderStyle -> for SVG these values would never scale,
2349 Color color;
2350 if (item->color)
2351 color = colorFromPrimitiveValue(item->color.get());
2353 color = state.style()->color();
2355 auto shadowData = std::make_unique<ShadowData>(IntPoint(x, y), blur, spread, shadowStyle, id == CSSPropertyWebkitBoxShadow, color.isValid() ? color : Color::transparent);
3142 m_state.pendingImageProperties().set(property, value);
3155 m_state.pendingImageProperties().set(property, &value);
3166 m_state.pendingImageProperties().set(property, value);
3175 m_state.pendingImageProperties().set(property, value);
3272 RGBA32 color;
3300 return col->color;
3338 return state.style()->color();
3531 Color color;
3532 if (item->color)
3533 color = colorFromPrimitiveValue(item->color.get());
3535 operations.operations().append(DropShadowFilterOperation::create(location, blur, color.isValid() ? color : Color::transparent));
3759 void StyleResolver::CascadedProperties::set(CSSPropertyID id, CSSValue& cssValue, unsigned linkMatchType)
3770 m_propertyIsPresent.set(id);
3811 set(propertyID, *current.value(), linkMatchType);