Searched defs:title_width (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/views/layout/
H A Dgrid_layout_unittest.cc396 int title_width = 100; local
406 title_width,
407 title_width);
423 2 + title_width * i + (title_width - pref_width) / 2,
431 EXPECT_EQ(gfx::Size(column_count * title_width + 4,
/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.cc195 const int title_width = std::max(0, close_->bounds().x() - title_bounds.x()); local
196 title_size.SetToMin(gfx::Size(title_width, title_size.height()));
/external/chromium_org/ui/views/controls/table/
H A Dtable_header.cc98 const int title_width = font_.GetStringWidth(columns[i].column.title); local
101 title_width + kSortIndicatorWidth <= width);
130 indicator_x = x + title_width;
/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_org/ash/wm/
H A Dframe_painter.cc375 int title_width = GetTitleOffsetX() + local
378 if (title_width > min_size.width())
379 min_size.set_width(title_width);
/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);
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc844 int title_width; local
846 title_width = std::max(close_button_bounds_.x() -
849 title_width = std::max(local_bounds.width() - title_left, 0);
851 title_bounds_.SetRect(title_left, title_top, title_width, content_height);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.cc849 int title_width; local
854 title_width = std::max(close_button_->x() +
858 title_width = std::max(lb.width() - title_left, 0);
860 title_bounds_.SetRect(title_left, title_top, title_width, font_height_);

Completed in 265 milliseconds