Searched refs:styleWithRedundantProperties (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp92 static RefPtr<CSSMutableStyleDeclaration> getPropertiesNotIn(CSSStyleDeclaration* styleWithRedundantProperties, CSSStyleDeclaration* baseStyle);
986 RefPtr<CSSMutableStyleDeclaration> getPropertiesNotIn(CSSStyleDeclaration* styleWithRedundantProperties, CSSStyleDeclaration* baseStyle) argument
988 ASSERT(styleWithRedundantProperties);
990 RefPtr<CSSMutableStyleDeclaration> result = styleWithRedundantProperties->copy();

Completed in 233 milliseconds