Searched refs:intRadii (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRoundedRect.h52 Radii(const RoundedRect::Radii& intRadii) argument
53 : m_topLeft(intRadii.topLeft())
54 , m_topRight(intRadii.topRight())
55 , m_bottomLeft(intRadii.bottomLeft())
56 , m_bottomRight(intRadii.bottomRight())

Completed in 199 milliseconds