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

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

Completed in 42 milliseconds