Lines Matching defs:source_bounds
4444 Rect source_bounds;
4447 0.70, source_bounds, variables_registers_bounds);
4462 source_bounds = source_variables_bounds;
4465 source_window_sp->SetBounds(source_bounds);
6579 const Rect source_bounds = source_window_sp->GetBounds();
6590 registers_bounds.size.width = source_bounds.size.width;
6595 source_window_sp->Resize(source_bounds.size.width,
6596 source_bounds.size.height +
6613 source_bounds.HorizontalSplitPercentage(0.70, new_source_rect,
6631 const Rect source_bounds = source_window_sp->GetBounds();
6645 source_window_sp->Resize(source_bounds.size.width,
6646 source_bounds.size.height +
6664 source_bounds.HorizontalSplitPercentage(0.70, new_source_rect,
7670 Rect source_bounds;
7676 source_variables_bounds.HorizontalSplitPercentage(0.70, source_bounds,
7688 main_window_sp->CreateSubWindow("Source", source_bounds, true));