Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValue.cpp130 inline static bool compareCSSValues(const CSSValue& first, const CSSValue& second) in compareCSSValues() function
145 return compareCSSValues<CSSAspectRatioValue>(*this, other); in equals()
147 return compareCSSValues<CSSBorderImageSliceValue>(*this, other); in equals()
149 return compareCSSValues<CSSCanvasValue>(*this, other); in equals()
151 return compareCSSValues<CSSCursorImageValue>(*this, other); in equals()
153 return compareCSSValues<CSSFontValue>(*this, other); in equals()
155 return compareCSSValues<CSSFontFaceSrcValue>(*this, other); in equals()
157 return compareCSSValues<CSSFontFeatureValue>(*this, other); in equals()
159 return compareCSSValues<CSSFunctionValue>(*this, other); in equals()
161 return compareCSSValues<CSSLinearGradientValue>(*this, other); in equals()
[all …]