Home
last modified time | relevance | path

Searched refs:threads_bounds (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4436 Rect threads_bounds; in TerminalSizeChanged() local
4439 threads_bounds); in TerminalSizeChanged()
4441 threads_window_sp->SetBounds(threads_bounds); in TerminalSizeChanged()
6684 const Rect threads_bounds = threads_window_sp->GetBounds(); in MenuDelegateAction() local
6692 threads_window_sp->Resize(threads_bounds.size.width, in MenuDelegateAction()
6693 threads_bounds.size.height + in MenuDelegateAction()
6698 threads_bounds.HorizontalSplitPercentage(0.70, new_threads_bounds, in MenuDelegateAction()
7658 Rect threads_bounds; in Activate() local
7661 threads_bounds); in Activate()
7678 main_window_sp->CreateSubWindow("Threads", threads_bounds, false)); in Activate()