Searched refs:GetHeightForWidth (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_in_progress_dialog_view.cc86 warning_->GetHeightForWidth(dialog_dimensions_.width()) +
87 explanation_->GetHeightForWidth(dialog_dimensions_.width());
/external/chromium/chrome/browser/ui/views/
H A Dpage_info_bubble_view.cc56 virtual int GetHeightForWidth(int w);
177 size.Enlarge(0, section.GetHeightForWidth(size.width()));
292 int Section::GetHeightForWidth(int width) { function in class:Section
329 int height = description_label_->GetHeightForWidth(w);
H A Dabout_chrome_view.cc302 dummy_text.GetHeightForWidth(
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_install_dialog_view.cc194 height += heading_->GetHeightForWidth(right_column_width_);
198 height += will_have_access_to_->GetHeightForWidth(right_column_width_);
207 height += permissions_[0]->GetHeightForWidth(kPermissionLabelWidth);
H A Dextension_installed_bubble.cc170 height += heading_->GetHeightForWidth(kRightColumnWidth);
174 height += info_->GetHeightForWidth(kRightColumnWidth);
177 height += manage_->GetHeightForWidth(kRightColumnWidth);
H A Dextension_uninstall_dialog_view.cc102 height += heading_->GetHeightForWidth(kRightColumnWidth);
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_views.cc182 height += message_->GetHeightForWidth(width) +
216 control_height = message_->GetHeightForWidth(available_width);

Completed in 165 milliseconds