Searched refs:threads_window_sp (Results 1 – 1 of 1) sorted by relevance
4434 WindowSP threads_window_sp = m_window_sp->FindSubWindow("Threads"); in TerminalSizeChanged() local4440 if (threads_window_sp) in TerminalSizeChanged()4441 threads_window_sp->SetBounds(threads_bounds); in TerminalSizeChanged()6658 WindowSP threads_window_sp = main_window_sp->FindSubWindow("Threads"); in MenuDelegateAction() local6661 const Rect threads_bounds = threads_window_sp->GetBounds(); in MenuDelegateAction()6669 threads_window_sp->Resize(threads_bounds.size.width, in MenuDelegateAction()6677 threads_window_sp->SetBounds(new_threads_bounds); in MenuDelegateAction()7665 WindowSP threads_window_sp( in Activate() local7678 threads_window_sp->SetDelegate(WindowDelegateSP( in Activate()