Searched refs:content_bounds (Results 1 – 3 of 3) sorted by relevance
40 const auto content_bounds = this->children()[0]->revalidate(ic, ctm); in onRevalidate() local88 return content_bounds; in onRevalidate()
116 const auto content_bounds = this->INHERITED::onRevalidate(ic, ctm); in onRevalidate() local118 return filter ? filter->computeFastBounds(content_bounds) in onRevalidate()119 : content_bounds; in onRevalidate()
1434 Rect content_bounds = m_window_sp->GetFrame(); in TerminalSizeChanged() local1435 m_window_sp->SetBounds(content_bounds); in TerminalSizeChanged()1437 menubar_window_sp->SetBounds(content_bounds.MakeMenuBar()); in TerminalSizeChanged()1439 status_window_sp->SetBounds(content_bounds.MakeStatusBar()); in TerminalSizeChanged()1448 content_bounds.VerticalSplitPercentage(0.80, source_variables_bounds, in TerminalSizeChanged()1453 source_variables_bounds = content_bounds; in TerminalSizeChanged()4271 Rect content_bounds = main_window_sp->GetFrame(); in Activate() local4272 Rect menubar_bounds = content_bounds.MakeMenuBar(); in Activate()4273 Rect status_bounds = content_bounds.MakeStatusBar(); in Activate()4278 content_bounds.VerticalSplitPercentage(0.80, source_variables_bounds, in Activate()