NonInheritedFlags  112 Source/core/rendering/style/RenderStyle.cpp     COMPILE_ASSERT((sizeof(NonInheritedFlags) <= 8), NonInheritedFlags_does_not_grow);
NonInheritedFlags  209 Source/core/rendering/style/RenderStyle.h         bool operator==(const NonInheritedFlags& other) const
NonInheritedFlags  239 Source/core/rendering/style/RenderStyle.h         bool operator!=(const NonInheritedFlags& other) const { return !(*this == other); }
NonInheritedFlags  410 Source/core/rendering/style/SVGRenderStyle.h         bool operator==(const NonInheritedFlags &other) const { return _niflags == other._niflags; }
NonInheritedFlags  411 Source/core/rendering/style/SVGRenderStyle.h         bool operator!=(const NonInheritedFlags &other) const { return _niflags != other._niflags; }