Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp149 …getPropertiesNotIn(StylePropertySet* styleWithRedundantProperties, CSSStyleDeclaration* baseStyle);
1578 … getPropertiesNotIn(StylePropertySet* styleWithRedundantProperties, CSSStyleDeclaration* baseStyle) in getPropertiesNotIn() argument
1581 ASSERT(baseStyle); in getPropertiesNotIn()
1584 result->removeEquivalentProperties(baseStyle); in getPropertiesNotIn()
1586 …RefPtrWillBeRawPtr<CSSValue> baseTextDecorationsInEffect = baseStyle->getPropertyCSSValueInternal(… in getPropertiesNotIn()
1590 …if (RefPtrWillBeRawPtr<CSSValue> baseFontWeight = baseStyle->getPropertyCSSValueInternal(CSSProper… in getPropertiesNotIn()
1597 …if (baseStyle->getPropertyCSSValueInternal(CSSPropertyColor) && getRGBAFontColor(result.get()) == … in getPropertiesNotIn()
1600 if (baseStyle->getPropertyCSSValueInternal(CSSPropertyTextAlign) in getPropertiesNotIn()
1601 && textAlignResolvingStartAndEnd(result.get()) == textAlignResolvingStartAndEnd(baseStyle)) in getPropertiesNotIn()
1604 …if (baseStyle->getPropertyCSSValueInternal(CSSPropertyBackgroundColor) && getRGBABackgroundColor(r… in getPropertiesNotIn()