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

  /external/chromium_org/ui/views/corewm/
image_grid.cc 56 const gfx::Image* bottom_right_image) {
65 SetImage(bottom_right_image, &bottom_right_layer_, &bottom_right_painter_);
77 GetImageSize(bottom_right_image).height()));
83 GetImageSize(bottom_right_image).width()));
image_grid.h 120 const gfx::Image* bottom_right_image);
image_grid_unittest.cc 286 scoped_ptr<gfx::Image> bottom_right_image(
293 bottom_left_image.get(), bottom_image.get(), bottom_right_image.get());
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc 726 const gfx::ImageSkia& bottom_right_image = local
748 bottom_right_image.height());
751 canvas->DrawImageInt(bottom_right_image,
752 width() - bottom_right_image.width(),
753 height() - bottom_right_image.height());
758 bottom_right_image.width(),

Completed in 675 milliseconds