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

  /external/chromium/chrome/browser/ui/views/infobars/
after_translate_infobar.cc 76 gfx::Size options_size = options_menu_button_->GetPreferredSize(); local
77 options_menu_button_->SetBounds(EndX() - options_size.width(),
78 OffsetY(options_size), options_size.width(), options_size.height());
before_translate_infobar.cc 83 gfx::Size options_size = options_menu_button_->GetPreferredSize(); local
84 options_menu_button_->SetBounds(EndX() - options_size.width(),
85 OffsetY(options_size), options_size.width(), options_size.height());
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view.cc 96 gfx::Size options_size = options_menu_button_->GetPreferredSize(); local
99 int height = std::max(options_size.height(), button_size.height());
101 0, (height - options_size.height()) / 2,
102 options_size.width(), options_size.height());
105 options_size.width() + kControlButtonsMargin,

Completed in 201 milliseconds