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

  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 225 box_height_ = std::max<int>(2 * kVerticalPadding + font_.GetHeight() +
231 if (download_util::kSmallProgressIconSize > box_height_)
232 box_y_ = (download_util::kSmallProgressIconSize - box_height_) / 2;
801 x, box_y_, box_height_, body_image_set->top_left->width());
806 x, box_y_, box_height_, center_width);
811 x, box_y_, box_height_, body_image_set->top_right->width());
823 x, box_y_, box_height_, hot_body_image_set_.top_left->width());
828 x, box_y_, box_height_, center_width);
833 x, box_y_, box_height_,
845 x, box_y_, box_height_, drop_down_image_set->top->width())
    [all...]
download_item_view.h 223 int box_height_; member in class:DownloadItemView

Completed in 26 milliseconds