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

  /external/chromium/chrome/browser/ui/views/download/
download_item_view.h 181 BodyImageSet normal_body_image_set_; member in class:DownloadItemView
download_item_view.cc 158 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_;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc 127 normal_body_image_set_ = normal_body_image_set;
197 normal_body_image_set_.top_left->height() +
198 normal_body_image_set_.bottom_left->height());
386 width = kLeftPadding + normal_body_image_set_.top_left->width();
389 width += normal_body_image_set_.top_right->width();
597 body_image_set = &normal_body_image_set_;
    [all...]
download_item_view.h 230 BodyImageSet normal_body_image_set_; member in class:DownloadItemView

Completed in 638 milliseconds