Home
last modified time | relevance | path

Searched refs:title_width (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
Dpanel_controller.cc215 gint title_width = 1; in TitleMousePressed() local
216 gtk_window_get_size(GTK_WINDOW(title_), &title_width, NULL); in TitleMousePressed()
222 mouse_down_offset_x_ = event.x() - title_width; in TitleMousePressed()
/external/chromium/chrome/browser/ui/views/tabs/
Dtab.cc293 int title_width; in Layout() local
295 title_width = std::max(close_button()->x() - in Layout()
298 title_width = std::max(lb.width() - title_left, 0); in Layout()
300 title_bounds_.SetRect(title_left, title_top, title_width, font_height()); in Layout()
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.cc736 int title_width; in Layout() local
738 title_width = std::max(close_button_bounds_.x() - in Layout()
741 title_width = std::max(local_bounds.width() - title_left, 0); in Layout()
743 title_bounds_.SetRect(title_left, title_top, title_width, content_height); in Layout()