Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumSkia.cpp564 int movableWidth = rect.width() - valueWidth; in indeterminateProgressValueRectFor() local
565 if (movableWidth <= 0) in indeterminateProgressValueRectFor()
570 return IntRect(rect.x() + progress * 2 * movableWidth, rect.y(), valueWidth, rect.height()); in indeterminateProgressValueRectFor()
571 …return IntRect(rect.x() + (1.0 - progress) * 2 * movableWidth, rect.y(), valueWidth, rect.height()… in indeterminateProgressValueRectFor()
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.cpp660 int movableWidth = progressRect.width() - newWidth; in calculateProgressRect() local
668 progressRect.setX(progressRect.x() + (animationProgress * 2 * movableWidth)); in calculateProgressRect()
670 progressRect.setX(progressRect.x() + ((1.0 - animationProgress) * 2 * movableWidth)); in calculateProgressRect()