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

  /external/chromium_org/ui/wm/core/
image_grid.h 95 int left_image_width() const { return left_image_width_; }
183 int left_image_width_; member in class:wm::ImageGrid
image_grid.cc 71 left_image_width_(0),
104 left_image_width_ = GetImageSize(left_image).width();
251 content_bounds.width() + left_image_width_ + right_image_width_,
255 gfx::Rect(content_bounds.x() - left_image_width_,

Completed in 243 milliseconds