HomeSort by relevance Sort by last modified time
    Searched refs:tab_height (Results 1 - 10 of 10) 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...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
dragged_tab_view.cc 146 int tab_height = renderer_bounds_.back().height(); local
147 scale_canvas.FillRect(gfx::Rect(0, tab_height - kDragFrameBorderSize,
148 ps.width(), ps.height() - tab_height),
151 tab_height,
tab_strip.cc 2461 int tab_height = Tab::GetStandardSize().height(); local
2494 int tab_height = Tab::GetStandardSize().height(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_view_gtk.cc 365 int tab_height = static_cast<int>( local
369 0, tab_height,
370 size.width(), size.height() - tab_height);
391 int tab_height = static_cast<int>( local
403 gfx::Rect dest_rect(kDragFrameBorderSize, tab_height,
405 allocation.height - tab_height -
422 double top_y = tab_height - kDragFrameBorderSize + offset;
tab_strip_gtk.cc 1444 int tab_height = TabGtk::GetStandardSize().height(); local
1939 int tab_height = TabGtk::GetStandardSize().height(); local
    [all...]
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.cc 229 SkScalar tab_height = local
236 path.rLineTo(0, -tab_height);
238 path.rLineTo(0, tab_height);
  /external/chromium_org/chrome/browser/ui/gtk/website_settings/
website_settings_popup_gtk.cc 336 int tab_height = ui::ResourceBundle::GetSharedInstance().GetNativeImageNamed( local
338 gtk_widget_set_size_request(tabstrip_alignment_, -1, tab_height);

Completed in 71 milliseconds