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

  /external/chromium/chrome/browser/ui/views/tabs/
tab.h 53 static gfx::Size GetStandardSize();
tab_strip.cc 121 current_unselected_width_(Tab::GetStandardSize().width()),
122 current_selected_width_(Tab::GetStandardSize().width()),
644 *selected_width = *unselected_width = Tab::GetStandardSize().width();
657 static_cast<double>(Tab::GetStandardSize().width()));
898 int tab_height = Tab::GetStandardSize().height();
929 if (abs(Round(unselected) - Tab::GetStandardSize().width()) > 1 &&
    [all...]
tab.cc 157 gfx::Size Tab::GetStandardSize() {
dragged_tab_controller.cc 715 double ratio = unselected / Tab::GetStandardSize().width();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_unittest.cc 199 tab.SetBoundsRect(gfx::Rect(gfx::Point(0, 0), Tab::GetStandardSize()));
259 gfx::Rect bounds(gfx::Point(0, 0), Tab::GetStandardSize());
tab.h 119 static gfx::Size GetStandardSize();
tab_strip.cc 622 current_unselected_width_(Tab::GetStandardSize().width()),
623 current_selected_width_(Tab::GetStandardSize().width()),
    [all...]
tab_drag_controller.cc     [all...]
tab.cc 690 gfx::Size Tab::GetStandardSize() {
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 221 static_cast<double>(TabRendererGtk::GetStandardSize().width());
693 : current_unselected_width_(TabGtk::GetStandardSize().width()),
694 current_selected_width_(TabGtk::GetStandardSize().width()),
    [all...]
tab_renderer_gtk.h 188 static gfx::Size GetStandardSize();
dragged_tab_controller_gtk.cc 275 double ratio = unselected / TabGtk::GetStandardSize().width();
tab_renderer_gtk.cc 461 gfx::Size TabRendererGtk::GetStandardSize() {
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 242 static_cast<double>(TabRendererGtk::GetStandardSize().width());
718 : current_unselected_width_(TabGtk::GetStandardSize().width()),
719 current_selected_width_(TabGtk::GetStandardSize().width()),
    [all...]
tab_renderer_gtk.h 192 static gfx::Size GetStandardSize();
dragged_tab_controller_gtk.cc 329 double ratio = unselected / TabGtk::GetStandardSize().width();
    [all...]
tab_renderer_gtk.cc 563 gfx::Size TabRendererGtk::GetStandardSize() {
    [all...]

Completed in 571 milliseconds