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

  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.h 87 static const int kInfoBarHeight;
infobar_gtk.cc 20 extern const int InfoBar::kInfoBarHeight = 37;
58 gtk_widget_set_size_request(bg_box_, -1, kInfoBarHeight);
infobar_arrow_model.cc 92 SkIntToScalar(bounds.bottom() + InfoBar::kInfoBarHeight));

Completed in 241 milliseconds