Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.cpp649 int progressWidth = progressRect.width() * renderProgress->position(); in calculateProgressRect() local
651 progressRect.setX(progressRect.x() + progressRect.width() - progressWidth); in calculateProgressRect()
652 progressRect.setWidth(progressWidth); in calculateProgressRect()