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.h408 struct NonInheritedFlags { struct
410 bool operator==(const NonInheritedFlags &other) const { return _niflags == other._niflags; }
411 bool operator!=(const NonInheritedFlags &other) const { return _niflags != other._niflags; }
DRenderStyle.cpp61 struct NonInheritedFlags { struct
110 COMPILE_ASSERT((sizeof(NonInheritedFlags) <= 8), NonInheritedFlags_does_not_grow); in RenderStyle()
DRenderStyle.h202 struct NonInheritedFlags { struct
203 bool operator==(const NonInheritedFlags& other) const
233 bool operator!=(const NonInheritedFlags& other) const { return !(*this == other); }