Searched refs:box_y_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc207 box_y_ = (DownloadShelf::kSmallProgressIconSize - box_height_) / 2;
209 box_y_ = 0;
681 int y = box_y_ + kVerticalPadding + font_list_.GetHeight() +
716 x, box_y_, box_height_, body_image_set->top_left->width());
721 x, box_y_, box_height_, center_width);
726 x, box_y_, box_height_, body_image_set->top_right->width());
738 x, box_y_, box_height_, hot_body_image_set_.top_left->width());
743 x, box_y_, box_height_, center_width);
748 x, box_y_, box_height_,
760 x, box_y_, box_height
[all...]
H A Ddownload_item_view.h278 int box_y_; member in class:DownloadItemView

Completed in 78 milliseconds