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

/external/chromium_org/ui/views/corewm/
H A Dimage_grid.cc26 gfx::RectF ImageGrid::TestAPI::GetTransformedLayerBounds(
33 ImageGrid::ImageGrid() function in class:views::corewm::ImageGrid
45 ImageGrid::~ImageGrid() {
48 void ImageGrid::SetImages(const gfx::Image* top_left_image,
89 void ImageGrid::SetSize(const gfx::Size& size) {
213 void ImageGrid::SetContentBounds(const gfx::Rect& content_bounds) {
226 void ImageGrid::ImagePainter::SetClipRect(const gfx::Rect& clip_rect,
234 void ImageGrid
[all...]
H A Dimage_grid.h24 // An ImageGrid is a 3x3 array of ui::Layers, each containing an image.
44 // This may seem odd at first, but it lets ImageGrid be used to draw shadows
60 class VIEWS_EXPORT ImageGrid { class in namespace:views::corewm
65 TestAPI(ImageGrid* grid) : grid_(grid) {}
84 ImageGrid* grid_; // not owned
89 ImageGrid();
90 ~ImageGrid();
222 DISALLOW_COPY_AND_ASSIGN(ImageGrid);

Completed in 90 milliseconds