Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyle.h390 struct NonInheritedFlags { struct
392 bool operator==(const NonInheritedFlags &other) const { return _niflags == other._niflags; }
393 bool operator!=(const NonInheritedFlags &other) const { return _niflags != other._niflags; }
DRenderStyle.cpp63 struct NonInheritedFlags { struct
112 COMPILE_ASSERT((sizeof(NonInheritedFlags) <= 8), NonInheritedFlags_does_not_grow); in RenderStyle()
DRenderStyle.h206 struct NonInheritedFlags { struct
207 bool operator==(const NonInheritedFlags& other) const
236 bool operator!=(const NonInheritedFlags& other) const { return !(*this == other); }