Home
last modified time | relevance | path

Searched refs:old_height_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/
Davatar_menu_button_gtk.cc23 old_height_(0) { in AvatarMenuButtonGtk()
60 if (allocation->height != old_height_) in OnSizeAllocate()
77 old_height_ = allocation.height; in UpdateButtonIcon()
Davatar_menu_button_gtk.h66 int old_height_; variable
/external/chromium_org/chrome/browser/ui/views/
Davatar_menu_button.cc36 old_height_(0) { in AvatarMenuButton()
52 if (old_height_ != height() || button_icon_.isNull()) { in OnPaint()
53 old_height_ = height(); in OnPaint()
Davatar_menu_button.h67 int old_height_; variable