Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/infobars/
Dinfobar_gtk.cc20 extern const int InfoBar::kInfoBarHeight = 37;
58 gtk_widget_set_size_request(bg_box_, -1, kInfoBarHeight); in InfoBar()
Dinfobar_gtk.h87 static const int kInfoBarHeight; variable
Dinfobar_arrow_model.cc92 SkIntToScalar(bounds.bottom() + InfoBar::kInfoBarHeight)); in Paint()