/external/chromium/chrome/browser/chromeos/login/ |
username_view.cc | 116 int text_height, text_width; local 118 &text_width, &text_height,
|
/external/chromium_org/ui/gfx/ |
canvas_skia.cc | 274 const int text_height = strings.size() * line_height - line_padding; local 275 rect += Vector2d(0, (text_bounds.height() - text_height) / 2); 313 const int text_height = render_text->GetStringSize().height(); local 315 rect += Vector2d(0, (text_bounds.height() - text_height) / 2); 316 rect.set_height(text_height);
|
render_text.cc | 1005 const int text_height = lines_.back().preceding_heights + local [all...] |
/external/chromium_org/ui/message_center/views/ |
bounded_label.cc | 110 int text_height = std::numeric_limits<int>::max(); local 113 &text_width, &text_height, local 117 size.set_height(text_height + insets.height());
|
message_center_view.cc | 161 int text_height = label_->GetHeightForWidth(width()); local 162 int margin = (height() - text_height) / 2; 163 label_->SetBounds(0, margin, width(), text_height); [all...] |
/external/chromium/chrome/browser/ui/views/ |
status_bubble_views.cc | 434 int text_height = height - (kShadowThickness * 2); local 438 std::max(0, text_height));
|
/external/chromium_org/chrome/browser/ui/views/ |
status_bubble_views.cc | 445 int text_height = height - (kShadowThickness * 2); local 449 std::max(0, text_height));
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_renderer_gtk.cc | 732 int text_height = title_top + title_font_height_ + kBottomPadding; local 733 if (text_height > minimum_size.height()) 734 title_top -= (text_height - minimum_size.height()) / 2; [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
tab.cc | 289 int text_height = title_top + font_height() + kBottomPadding; local 290 if (text_height > minimum_size.height()) 291 title_top -= (text_height - minimum_size.height()) / 2;
|
/external/chromium_org/ui/views/controls/combobox/ |
combobox.cc | 634 int text_height = height() - insets.height(); local 653 gfx::Rect text_bounds(x, y, text_width, text_height);
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_renderer_gtk.cc | 812 int text_height = title_top + title_font_height_ + kBottomPadding; local 813 if (text_height > minimum_size.height()) 814 title_top -= (text_height - minimum_size.height()) / 2; [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab.cc | 875 int text_height = title_top + font_height_ + bottom_padding(); local 876 if (text_height > minimum_size.height()) 877 title_top -= (text_height - minimum_size.height()) / 2; [all...] |