Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h81 #define compareEqual(t, u) ((t) == (u)) macro
83 template<typename T, typename U> inline bool compareEqual(const T& t, const U& u) { return t == sta… in compareEqual() function
87 if (!compareEqual(group->variable, value)) \
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1015755 * rendering/render_style.h: (compareEqual): Made it inline, fixed variable name.
15816 (compareEqual):
15831 (compareEqual):
DChangeLog-2010-01-2915934 Change compareEqual to a macro in Winscw compiler to get around "illegal operand"
15935 error when compareEqual is defined as template.