Home
last modified time | relevance | path

Searched defs:hasRadius (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DClipRect.h50 bool hasRadius() const { return m_hasRadius; } in hasRadius() function
51 void setHasRadius(bool hasRadius) { m_hasRadius = hasRadius; } in setHasRadius()