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

  /external/webkit/WebCore/rendering/style/
SVGRenderStyle.h 155 struct NonInheritedFlags {
157 bool operator==(const NonInheritedFlags &other) const { return _niflags == other._niflags; }
158 bool operator!=(const NonInheritedFlags &other) const { return _niflags != other._niflags; }
RenderStyle.h 208 struct NonInheritedFlags {
209 bool operator==(const NonInheritedFlags& other) const
231 bool operator!=(const NonInheritedFlags& other) const { return !(*this == other); }
    [all...]

Completed in 120 milliseconds