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

  /external/chromium_org/ui/app_list/views/
contents_switcher_view.cc 51 gfx::Size buttons_size(buttons_->GetPreferredSize());
52 gfx::Rect buttons_bounds(rect.CenterPoint().x() - buttons_size.width() / 2,
54 buttons_size.width(),
page_switcher.cc 181 gfx::Size buttons_size(buttons_->GetPreferredSize());
182 gfx::Rect buttons_bounds(rect.CenterPoint().x() - buttons_size.width() / 2,
184 buttons_size.width(),
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_bubble_view.cc 555 gfx::Size buttons_size = buttons_view_->GetPreferredSize(); local
556 preferred_size.Enlarge(0, buttons_size.height());
557 preferred_size.SetToMax(buttons_size);

Completed in 130 milliseconds