Searched refs:top_right_image (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/corewm/
H A Dimage_grid.cc50 const gfx::Image* top_right_image,
59 SetImage(top_right_image, &top_right_layer_, &top_right_painter_);
74 GetImageSize(top_right_image).height()));
81 base_right_column_width_ = max(GetImageSize(top_right_image).width(),
48 SetImages(const gfx::Image* top_left_image, const gfx::Image* top_image, const gfx::Image* top_right_image, const gfx::Image* left_image, const gfx::Image* center_image, const gfx::Image* right_image, const gfx::Image* bottom_left_image, const gfx::Image* bottom_image, const gfx::Image* bottom_right_image) argument
H A Dimage_grid_unittest.cc231 scoped_ptr<gfx::Image> top_right_image(
237 grid.SetImages(top_left_image.get(), top_image.get(), top_right_image.get(),
278 scoped_ptr<gfx::Image> top_right_image(
291 top_left_image.get(), top_image.get(), top_right_image.get(),
H A Dimage_grid.h114 const gfx::Image* top_right_image,
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc723 const gfx::ImageSkia& top_right_image = GetTopRightCornerImage(corner_style_); local
738 width() - top_right_image.width(),
740 canvas->DrawImageInt(top_right_image, width() - top_right_image.width(), 0);
745 top_right_image.height(),
747 height() - top_right_image.height() -

Completed in 89 milliseconds