Searched refs:content_height (Results 1 – 2 of 2) sorted by relevance
236 int content_height = std::max(kFaviconSize, font_height()); in Layout() local238 content_height = std::max(content_height, close_button_size.height()); in Layout()244 int favicon_top = kTopPadding + content_height / 2 - kFaviconSize / 2; in Layout()270 (content_height - close_button_size.height()) / 2; in Layout()282 int title_top = kTopPadding + (content_height - font_height()) / 2; in Layout()
476 int content_height = std::max(kFaviconSize, title_font_height_); in GetContentHeight() local477 return std::max(content_height, close_button_height_); in GetContentHeight()672 int content_height = GetContentHeight(); in Layout() local677 int favicon_top = kTopPadding + (content_height - kFaviconSize) / 2; in Layout()702 (content_height - close_button_height_) / 2; in Layout()743 title_bounds_.SetRect(title_left, title_top, title_width, content_height); in Layout()