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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMediaControls.cpp 151 int rangeWidth = endPosition - startPosition;
153 if (rangeWidth <= 0)
157 if (startOffset < borderRadius && rangeWidth < borderRadius)
158 rangeWidth = borderRadius;
159 if (endOffset < borderRadius && rangeWidth < borderRadius) {
160 startPosition -= borderRadius - rangeWidth;
161 rangeWidth = borderRadius;
167 highlightRect.setWidth(rangeWidth);
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 40 milliseconds