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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMediaControls.cpp149 int rangeWidth = endPosition - startPosition; local
151 if (rangeWidth <= 0)
155 if (startOffset < borderRadius && rangeWidth < borderRadius)
156 rangeWidth = borderRadius;
157 if (endOffset < borderRadius && rangeWidth < borderRadius)
158 rangeWidth = borderRadius;
163 highlightRect.setWidth(rangeWidth);

Completed in 37 milliseconds