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

  /external/chromium_org/ui/views/controls/table/
table_header.cc 98 const int title_width = font_.GetStringWidth(columns[i].column.title); local
101 title_width + kSortIndicatorWidth <= width);
130 indicator_x = x + title_width;
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 816 int title_width; local
818 title_width = media_indicator_bounds_.x() - kTitleCloseButtonSpacing -
821 title_width = close_button_bounds_.x() - kTitleCloseButtonSpacing -
824 title_width = local_bounds.width() - title_left;
826 title_width = std::max(title_width, 0);
827 title_bounds_.SetRect(title_left, title_top, title_width, content_height);
    [all...]
  /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_org/ui/views/layout/
grid_layout_unittest.cc 396 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/
bubble_frame_view.cc 189 const int title_width = std::max(0, close_->bounds().x() - title_bounds.x()); local
190 title_size.SetToMin(gfx::Size(title_width, title_size.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...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 879 int title_width; local
881 title_width = media_indicator_bounds_.x() - kTitleCloseButtonSpacing -
887 title_width = close_button_->x() + close_button_->GetInsets().left() -
890 title_width = lb.width() - title_left;
892 title_width = std::max(title_width, 0);
893 title_bounds_.SetRect(title_left, title_top, title_width, font_height_);
    [all...]

Completed in 968 milliseconds