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

  /external/chromium_org/ui/message_center/views/
proportional_image_view.cc 12 ProportionalImageView::ProportionalImageView(const gfx::ImageSkia& image,
16 ProportionalImageView::~ProportionalImageView() {}
18 gfx::Size ProportionalImageView::GetPreferredSize() const { return max_size_; }
20 int ProportionalImageView::GetHeightForWidth(int width) const {
24 void ProportionalImageView::OnPaint(gfx::Canvas* canvas) {
53 gfx::Size ProportionalImageView::GetImageDrawingSize() {
proportional_image_view.h 14 class ProportionalImageView : public views::View {
16 ProportionalImageView(const gfx::ImageSkia& image, const gfx::Size& max_size);
17 virtual ~ProportionalImageView();
30 DISALLOW_COPY_AND_ASSIGN(ProportionalImageView);

Completed in 76 milliseconds