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

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 261 int tab_height = static_cast<int>(kScalingFactor * local
265 0, tab_height,
266 size.width(), size.height() - tab_height);
291 int tab_height = static_cast<int>(kScalingFactor * local
300 gfx::Rect(kDragFrameBorderSize, tab_height,
302 widget->allocation.height - tab_height -
318 double top_y = tab_height - kDragFrameBorderSize + offset;
tab_strip_gtk.cc 1338 int tab_height = TabGtk::GetStandardSize().height(); local
1785 int tab_height = TabGtk::GetStandardSize().height(); local
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_view.cc 141 int tab_height = renderer_bounds_.back().height(); local
143 tab_height - kDragFrameBorderSize,
144 ps.width(), ps.height() - tab_height);
146 int image_y = tab_height;
tab_strip.cc 898 int tab_height = Tab::GetStandardSize().height(); local
919 tab_height));
    [all...]

Completed in 24 milliseconds