HomeSort by relevance Sort by last modified time
    Searched refs:NonInheritedFlags (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 390 struct NonInheritedFlags {
392 bool operator==(const NonInheritedFlags &other) const { return _niflags == other._niflags; }
393 bool operator!=(const NonInheritedFlags &other) const { return _niflags != other._niflags; }
RenderStyle.cpp 63 struct NonInheritedFlags {
112 COMPILE_ASSERT((sizeof(NonInheritedFlags) <= 8), NonInheritedFlags_does_not_grow);
    [all...]
RenderStyle.h 206 struct NonInheritedFlags {
207 bool operator==(const NonInheritedFlags& other) const
236 bool operator!=(const NonInheritedFlags& other) const { return !(*this == other); }
    [all...]

Completed in 45 milliseconds