Home
last modified time | relevance | path

Searched refs:top_image_height_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/wm/core/
Dimage_grid.cc69 top_image_height_(0), in ImageGrid()
102 top_image_height_ = GetImageSize(top_image).height(); in SetImages()
252 content_bounds.height() + top_image_height_ + in SetContentBounds()
256 content_bounds.y() - top_image_height_, in SetContentBounds()
Dimage_grid.h93 int top_image_height() const { return top_image_height_; } in top_image_height()
179 int top_image_height_; variable