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

  /external/chromium_org/chrome/browser/infobars/
infobar.h 107 int bar_target_height() const { return bar_target_height_; } function in class:InfoBar
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc 72 return animation().is_animating() ? bar_target_height() : 0;
164 gtk_widget_set_size_request(bg_box_, -1, bar_target_height());
167 bar_height() - bar_target_height());
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.cc 337 std::max((bar_target_height() - prefsize.height()) / 2, 0) -
338 (bar_target_height() - bar_height());

Completed in 33 milliseconds