Searched defs:title_height (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dsad_tab_view.cc114 int title_height = title_font_->GetHeight(); local
115 title_bounds_.SetRect(title_x, title_y, title_width_, title_height);
H A Dconstrained_window_views.cc528 int title_height = title_font_->GetHeight(); local
535 icon_bounds.y() + ((icon_bounds.height() - title_height - 1) / 2),
537 title_height);
/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.cc164 const int title_height = title_->text().empty() ? 0 : local
167 insets += gfx::Insets(std::max(title_height, close_height), 0, 0, 0);
/external/chromium/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.cc493 int title_height = BrowserFrame::GetTitleFont().GetHeight(); local
500 icon_bounds.y() + ((icon_bounds.height() - title_height - 1) / 2),
502 title_height);
H A Dopaque_browser_frame_view.cc1061 int title_height = BrowserFrame::GetTitleFont().GetHeight(); local
1068 icon_bounds.y() + ((icon_bounds.height() - title_height - 1) / 2),
1070 title_height);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.cc495 int title_height = BrowserFrame::GetTitleFont().GetHeight(); local
502 icon_bounds.y() + ((icon_bounds.height() - title_height - 1) / 2),
504 title_height);
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.cc539 int title_height = GetTitleFont().GetHeight(); local
546 icon_bounds.y() + ((icon_bounds.height() - title_height - 1) / 2),
548 title_x), title_height);
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc558 int title_height = GetTitleFont().GetHeight(); local
561 icon_y + ((kIconSize - title_height - 1) / 2),
563 title_height);
/external/chromium_org/ui/message_center/views/
H A Dnotifier_settings_view.cc642 int title_height = title_label_->GetHeightForWidth(width()); local
646 title_height);
651 if (title_height + content_height > height()) {
656 scroller_->SetBounds(0, title_height, width(), height() - title_height);

Completed in 318 milliseconds