Searched defs:right_image (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dimage_grid.cc87 const gfx::Image* right_image,
96 SetImage(right_image, &right_layer_, &right_painter_, VERTICAL);
105 right_image_width_ = GetImageSize(right_image).width();
117 max(GetImageSize(right_image).width(),
82 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
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc730 const gfx::ImageSkia& right_image = GetRightEdgeImage(); local
742 canvas->TileImageInt(right_image,
743 width() - right_image.width(),
745 right_image.width(),

Completed in 127 milliseconds