HomeSort by relevance Sort by last modified time
    Searched refs:top_image_height_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/wm/core/
image_grid.h 93 int top_image_height() const { return top_image_height_; }
181 int top_image_height_; member in class:wm::ImageGrid
image_grid.cc 69 top_image_height_(0),
102 top_image_height_ = GetImageSize(top_image).height();
252 content_bounds.height() + top_image_height_ +
256 content_bounds.y() - top_image_height_,

Completed in 546 milliseconds