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

/external/chromium_org/ui/wm/core/
H A Dimage_grid.cc84 const gfx::Image* top_right_image,
93 SetImage(top_right_image, &top_right_layer_, &top_right_painter_, NONE);
109 GetImageSize(top_right_image).height()));
116 base_right_column_width_ = max(GetImageSize(top_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.cc722 const gfx::ImageSkia& top_right_image = GetTopRightCornerImage(corner_style_); local
737 width() - top_right_image.width(),
739 canvas->DrawImageInt(top_right_image, width() - top_right_image.width(), 0);
744 top_right_image.height(),
746 height() - top_right_image.height() -

Completed in 1282 milliseconds