/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | dragged_tab_gtk.cc | 261 int tab_height = static_cast<int>(kScalingFactor * in SetContainerShapeMask() local 265 0, tab_height, in SetContainerShapeMask() 266 size.width(), size.height() - tab_height); in SetContainerShapeMask() 291 int tab_height = static_cast<int>(kScalingFactor * in OnExposeEvent() local 300 gfx::Rect(kDragFrameBorderSize, tab_height, in OnExposeEvent() 302 widget->allocation.height - tab_height - in OnExposeEvent() 318 double top_y = tab_height - kDragFrameBorderSize + offset; in OnExposeEvent()
|
D | tab_strip_gtk.cc | 1338 int tab_height = TabGtk::GetStandardSize().height(); in GenerateIdealBounds() local 1350 tab_height); in GenerateIdealBounds() 1785 int tab_height = TabGtk::GetStandardSize().height(); in AnimationLayout() local 1796 tab_height); in AnimationLayout()
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
D | dragged_view_gtk.cc | 365 int tab_height = static_cast<int>( in SetContainerShapeMask() local 369 0, tab_height, in SetContainerShapeMask() 370 size.width(), size.height() - tab_height); in SetContainerShapeMask() 391 int tab_height = static_cast<int>( in OnExpose() local 403 gfx::Rect dest_rect(kDragFrameBorderSize, tab_height, in OnExpose() 405 allocation.height - tab_height - in OnExpose() 422 double top_y = tab_height - kDragFrameBorderSize + offset; in OnExpose()
|
D | tab_strip_gtk.cc | 1437 int tab_height = TabGtk::GetStandardSize().height(); in GenerateIdealBounds() local 1449 tab_height); in GenerateIdealBounds() 1932 int tab_height = TabGtk::GetStandardSize().height(); in AnimationLayout() local 1943 tab_height); in AnimationLayout()
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | dragged_tab_view.cc | 141 int tab_height = renderer_bounds_.back().height(); in PaintDetachedView() local 143 tab_height - kDragFrameBorderSize, in PaintDetachedView() 144 ps.width(), ps.height() - tab_height); in PaintDetachedView() 146 int image_y = tab_height; in PaintDetachedView()
|
D | tab_strip.cc | 898 int tab_height = Tab::GetStandardSize().height(); in GenerateIdealBounds() local 919 tab_height)); in GenerateIdealBounds()
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | dragged_tab_view.cc | 145 int tab_height = renderer_bounds_.back().height(); in PaintDetachedView() local 146 scale_canvas.FillRect(gfx::Rect(0, tab_height - kDragFrameBorderSize, in PaintDetachedView() 147 ps.width(), ps.height() - tab_height), in PaintDetachedView() 150 tab_height, in PaintDetachedView()
|
D | tab_strip.cc | 2517 int tab_height = Tab::GetStandardSize().height(); in GenerateIdealBounds() local 2529 tab_height)); in GenerateIdealBounds() 2550 int tab_height = Tab::GetStandardSize().height(); in GenerateIdealBoundsForMiniTabs() local 2554 gfx::Rect(next_x, 0, mini_width, tab_height)); in GenerateIdealBoundsForMiniTabs()
|
/external/chromium_org/ui/views/controls/tabbed_pane/ |
D | tabbed_pane.cc | 214 SkScalar tab_height = in OnPaint() local 221 path.rLineTo(0, -tab_height); in OnPaint() 223 path.rLineTo(0, tab_height); in OnPaint()
|
/external/chromium_org/chrome/browser/ui/gtk/website_settings/ |
D | website_settings_popup_gtk.cc | 336 int tab_height = ui::ResourceBundle::GetSharedInstance().GetNativeImageNamed( in InitContents() local 338 gtk_widget_set_size_request(tabstrip_alignment_, -1, tab_height); in InitContents()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | tabpose_window.mm | 349 // a := tab_width / tab_height = w / h
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | tabpose_window.mm | 398 // a := tab_width / tab_height = w / h
|