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

  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 368 struct NonInheritedFlags {
370 bool operator==(const NonInheritedFlags &other) const { return _niflags == other._niflags; }
371 bool operator!=(const NonInheritedFlags &other) const { return _niflags != other._niflags; }
RenderStyle.h 214 struct NonInheritedFlags {
215 bool operator==(const NonInheritedFlags& other) const
238 bool operator!=(const NonInheritedFlags& other) const { return !(*this == other); }
    [all...]

Completed in 30 milliseconds