Home | History | Annotate | Download | only in menu

Lines Matching refs:available_height

771   const int available_height = height() - top_margin - bottom_margin;
779 top_margin + (available_height - check.height()) / 2,
788 top_margin + (available_height - image.height()) / 2,
825 subtitle_.empty() ? available_height
826 : available_height / 2);
850 top_margin + (available_height - arrow.height()) / 2,
864 int available_height = height() - GetTopMargin() - GetBottomMargin();
871 GetTopMargin(), max_accel_width, available_height);