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

/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.cc223 gfx::Size close_button_size = close_button_->GetPreferredSize(); local
226 std::max<int>(0, width() - kRightPadding - close_button_size.width() -
245 int y = CenterPosition(close_button_size.height(), height());
247 is_maximized ? width() - next_x : close_button_size.width(),
248 is_maximized ? height() - y : close_button_size.height());
325 gfx::Size close_button_size = close_button_->GetPreferredSize(); local
331 int available_width = width() - kRightPadding - close_button_size.width() -

Completed in 218 milliseconds