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

/external/chromium/chrome/browser/ui/views/
H A Ddropdown_bar_host.cc160 gfx::Size pref_size = view_->GetPreferredSize(); local
162 pref_size.height());
H A Dfirst_run_bubble.cc170 gfx::Size pref_size = label1_->GetPreferredSize(); local
175 pref_size.height());
177 int next_v_space = label1_->y() + pref_size.height() +
180 pref_size = label2_->GetPreferredSize();
183 pref_size.height());
188 pref_size = label3_->GetPreferredSize();
191 pref_size.height());
193 pref_size = change_button_->GetPreferredSize();
195 canvas.width() - pref_size.width() - kBubblePadding,
196 canvas.height() - pref_size
323 gfx::Size pref_size = label1_->GetPreferredSize(); local
441 gfx::Size pref_size = label1_->GetPreferredSize(); local
[all...]
H A Dfirst_run_search_engine_view.cc353 gfx::Size pref_size = background_image_->GetPreferredSize(); local
355 pref_size.height());
369 pref_size.height() / 2 - title_label_->GetPreferredSize().height() / 2,
/external/chromium/chrome/browser/chromeos/login/
H A Dnew_user_view.cc353 gfx::Size pref_size = view->GetPreferredSize(); local
355 if (pref_size.width() < width) {
356 width = pref_size.width();
359 int height = pref_size.height();
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.cc749 gfx::Size pref_size = balloon_container_->GetPreferredSize(); local
750 int new_height = std::min(pref_size.height(), kMaxPanelHeight);
751 int new_width = pref_size.width();
753 if (new_height != pref_size.height()) {
760 gfx::Size pref_size = balloon_container_->GetPreferredSize(); local
763 int new_width = pref_size.width();
765 if (new_height != pref_size.height())

Completed in 41 milliseconds