HomeSort by relevance Sort by last modified time
    Searched refs:title_height (Results 1 - 4 of 4) 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/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...]

Completed in 148 milliseconds