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

  /external/chromium/chrome/browser/ui/views/
sad_tab_view.cc 114 int title_height = title_font_->GetHeight(); local
115 title_bounds_.SetRect(title_x, title_y, title_width_, title_height);
constrained_window_views.cc 528 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/message_center/views/
notifier_settings_view.cc 642 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);
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 493 int title_height = BrowserFrame::GetTitleFont().GetHeight(); local
500 icon_bounds.y() + ((icon_bounds.height() - title_height - 1) / 2),
502 title_height);
opaque_browser_frame_view.cc 1061 int title_height = BrowserFrame::GetTitleFont().GetHeight(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 495 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/
custom_frame_view.cc 539 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/ui/views/bubble/
bubble_frame_view.cc 164 const int title_height = title_->text().empty() ? 0 : local
167 insets += gfx::Insets(std::max(title_height, close_height), 0, 0, 0);
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc 558 int title_height = GetTitleFont().GetHeight(); local
561 icon_y + ((kIconSize - title_height - 1) / 2),
563 title_height);

Completed in 951 milliseconds