OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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