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

  /external/chromium_org/chrome/browser/infobars/
infobar.h 97 int bar_target_height() const { return bar_target_height_; } function in class:InfoBar
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc 126 return animation().is_animating() ? bar_target_height() : 0;
167 gtk_widget_set_size_request(bg_box_, -1, bar_target_height());
170 bar_height() - bar_target_height());

Completed in 1863 milliseconds