Searched defs:borderRadius (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMediaControls.cpp133 int borderRadius = rect.height() / 2; local
134 IntSize radii(borderRadius, borderRadius);
143 int borderRadius = rect.height() / 2; local
144 IntSize radii(borderRadius, borderRadius);
155 if (startOffset < borderRadius && rangeWidth < borderRadius)
156 rangeWidth = borderRadius;
157 if (endOffset < borderRadius
[all...]

Completed in 72 milliseconds