HomeSort by relevance Sort by last modified time
    Searched full:buttons_height (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/views/window/
dialog_client_view.cc 171 int buttons_height = GetButtonsAndExtraViewRowHeight(); local
172 if (buttons_height != 0) {
173 size.Enlarge(0, buttons_height + kRelatedControlVerticalSpacing);
395 int buttons_height = std::max( local
398 return std::max(extra_view_height, buttons_height);

Completed in 131 milliseconds