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

  /external/chromium/chrome/browser/ui/views/download/
download_in_progress_dialog_view.cc 86 warning_->GetHeightForWidth(dialog_dimensions_.width()) +
87 explanation_->GetHeightForWidth(dialog_dimensions_.width());
  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.cc 56 virtual int GetHeightForWidth(int w);
177 size.Enlarge(0, section.GetHeightForWidth(size.width()));
292 int Section::GetHeightForWidth(int width) {
329 int height = description_label_->GetHeightForWidth(w);
about_chrome_view.cc 302 dummy_text.GetHeightForWidth(
    [all...]
  /external/chromium/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 194 height += heading_->GetHeightForWidth(right_column_width_);
198 height += will_have_access_to_->GetHeightForWidth(right_column_width_);
207 height += permissions_[0]->GetHeightForWidth(kPermissionLabelWidth);
extension_installed_bubble.cc 170 height += heading_->GetHeightForWidth(kRightColumnWidth);
174 height += info_->GetHeightForWidth(kRightColumnWidth);
177 height += manage_->GetHeightForWidth(kRightColumnWidth);
extension_uninstall_dialog_view.cc 102 height += heading_->GetHeightForWidth(kRightColumnWidth);
  /external/chromium/chrome/browser/speech/
speech_input_bubble_views.cc 182 height += message_->GetHeightForWidth(width) +
216 control_height = message_->GetHeightForWidth(available_width);

Completed in 188 milliseconds