HomeSort by relevance Sort by last modified time
    Searched defs:kInfoBarHeight (Results 1 - 2 of 2) 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);

Completed in 136 milliseconds