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

/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.h181 BodyImageSet normal_body_image_set_; member in class:DownloadItemView
H A Ddownload_item_view.cc158 normal_body_image_set_ = normal_body_image_set;
228 normal_body_image_set_.top_left->height() +
229 normal_body_image_set_.bottom_left->height());
491 width = kLeftPadding + normal_body_image_set_.top_left->width();
494 width += normal_body_image_set_.top_right->width();
722 body_image_set = &normal_body_image_set_;

Completed in 84 milliseconds