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

  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.cc 215 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/
tab.cc 293 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/
tab_renderer_gtk.cc 736 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);
    [all...]

Completed in 670 milliseconds