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

  /external/chromium_org/ui/wm/core/
image_grid.cc 87 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(),
image_grid_unittest.cc 234 scoped_ptr<gfx::Image> right_image(CreateImage(gfx::Size(kEdge, kEdge)));
238 left_image.get(), NULL, right_image.get(),
282 scoped_ptr<gfx::Image> right_image(CreateImage(gfx::Size(kEdge, kEdge)));
292 left_image.get(), center_image.get(), right_image.get(),
image_grid.h 117 const gfx::Image* right_image,
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc 730 const gfx::ImageSkia& right_image = GetRightEdgeImage(); local
742 canvas->TileImageInt(right_image,
743 width() - right_image.width(),
745 right_image.width(),

Completed in 225 milliseconds