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

  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumLinux.cpp 331 IntRect valueRect = progressValueRectFor(renderProgress, rect);
335 extraParams.progressBar.valueRectX = valueRect.x();
336 extraParams.progressBar.valueRectY = valueRect.y();
337 extraParams.progressBar.valueRectWidth = valueRect.width();
338 extraParams.progressBar.valueRectHeight = valueRect.height();
RenderThemeChromiumWin.cpp 778 // For indeterminate bar, valueRect is ignored and it is computed by the theme engine
780 IntRect valueRect = renderProgress->isDeterminate() ? determinateProgressValueRectFor(renderProgress, r) : IntRect(0, 0, 0, 0);
783 PlatformBridge::paintProgressBar(painter.context(), r, valueRect, renderProgress->isDeterminate(), animatedSeconds);

Completed in 133 milliseconds