Home
last modified time | relevance | path

Searched refs:kToolbarOverlap (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dtab.cc36 static const int kToolbarOverlap = 1; variable
483 0, 0, theme_l.width(), theme_l.height() - kToolbarOverlap, in PaintInactiveTabBackground()
484 0, 0, theme_l.width(), theme_l.height() - kToolbarOverlap, in PaintInactiveTabBackground()
494 0, 0, theme_r.width(), theme_r.height() - kToolbarOverlap, in PaintInactiveTabBackground()
496 theme_r.height() - kToolbarOverlap, false); in PaintInactiveTabBackground()
507 height() - kDropShadowHeight - kToolbarOverlap - tab_image->y_offset); in PaintInactiveTabBackground()
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.cc58 const int kToolbarOverlap = 1; variable
449 minimum_size.set_height(tab_active_.image_l->height() - kToolbarOverlap); in GetMinimumUnselectedSize()
783 height() + kToolbarOverlap); in GetMaskedBitmap()
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc68 static const int kToolbarOverlap = 3; variable
734 return kToolbarOverlap; in GetToolbarOverlap()
742 return static_cast<int>(kToolbarOverlap * size_animation_->GetCurrentValue()); in GetToolbarOverlap()