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

  /external/chromium_org/ui/views/controls/
progress_bar.cc 203 const int progress_width =
219 if (progress_width > 1) {
221 if (progress_width > kBorderWidth * 2) {
226 bar_left, bar_top, progress_width, bar_height,
270 progress_width, bar_height,
296 std::max(0, progress_width - kHighlightWidth - kBorderWidth);
298 p[1].iset(progress_width, 0);
315 bar_left, bar_top, progress_width, bar_height,
  /external/chromium_org/ui/app_list/views/
search_result_view.cc 164 const int progress_width = rect.width() / 5; local
167 rect.right() - kActionButtonRightMargin - progress_width,
169 progress_width,

Completed in 144 milliseconds