Home
last modified time | relevance | path

Searched refs:offsetFromCenter (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DSliderThumbElement.cpp122 int offsetFromCenter = RenderTheme::theme().sliderTickOffsetFromTrackCenter(); in computeLogicalHeight() local
124 if (offsetFromCenter < 0) in computeLogicalHeight()
125 trackHeight = -2 * offsetFromCenter; in computeLogicalHeight()
128 trackHeight = 2 * (offsetFromCenter + tickLength); in computeLogicalHeight()