Searched refs:source_window_sp (Results 1 – 1 of 1) sorted by relevance
4503 WindowSP source_window_sp = main_window_sp->FindSubWindow("Source"); in MenuDelegateAction() local4506 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction()4525 source_window_sp->Resize (source_bounds.size.width, in MenuDelegateAction()4547 source_window_sp->SetBounds (new_source_rect); in MenuDelegateAction()4561 WindowSP source_window_sp = main_window_sp->FindSubWindow("Source"); in MenuDelegateAction() local4564 const Rect source_bounds = source_window_sp->GetBounds(); in MenuDelegateAction()4580 source_window_sp->Resize (source_bounds.size.width, in MenuDelegateAction()4603 source_window_sp->SetBounds (new_source_rect); in MenuDelegateAction()5548 WindowSP source_window_sp (main_window_sp->CreateSubWindow("Source", in Activate() local5562 source_window_sp->SetDelegate (WindowDelegateSP(new SourceFileWindowDelegate(m_debugger))); in Activate()