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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 97 bool hasRadius() const { return m_hasRadius; }
98 void setHasRadius(bool hasRadius) { m_hasRadius = hasRadius; }
100 bool operator==(const ClipRect& other) const { return rect() == other.rect() && hasRadius() == other.hasRadius(); }
101 bool operator!=(const ClipRect& other) const { return rect() != other.rect() || hasRadius() != other.hasRadius(); }
108 if (other.hasRadius())
    [all...]
RenderLayer.cpp     [all...]

Completed in 40 milliseconds