reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/IOHandler.cpp
  739   Rect MakeStatusBar() {
  740     Rect status_bar;
  753   Rect MakeMenuBar() {
  754     Rect menubar;
  766   void HorizontalSplitPercentage(float top_percentage, Rect &top,
  767                                  Rect &bottom) const {
  772   void HorizontalSplit(int top_height, Rect &top, Rect &bottom) const {
  772   void HorizontalSplit(int top_height, Rect &top, Rect &bottom) const {
  785   void VerticalSplitPercentage(float left_percentage, Rect &left,
  786                                Rect &right) const {
  791   void VerticalSplit(int left_width, Rect &left, Rect &right) const {
  791   void VerticalSplit(int left_width, Rect &left, Rect &right) const {
  805 bool operator==(const Rect &lhs, const Rect &rhs) {
  805 bool operator==(const Rect &lhs, const Rect &rhs) {
  809 bool operator!=(const Rect &lhs, const Rect &rhs) {
  809 bool operator!=(const Rect &lhs, const Rect &rhs) {
  883   Window(const char *name, const Rect &bounds)
  924   Rect GetBounds() {
  930   Rect GetFrame() {
  974   void SetBounds(const Rect &bounds) {
 1001   WindowSP CreateSubWindow(const char *name, const Rect &bounds,
 1134         Rect bounds = GetBounds();
 1632       Rect menu_bounds;
 3600       const Rect source_bounds = source_window_sp->GetBounds();
 3603         const Rect variables_bounds = variables_window_sp->GetBounds();
 3610           Rect registers_bounds = variables_bounds;
 3621         Rect new_variables_rect;
 3626           const Rect variables_bounds = registers_window_sp->GetBounds();
 3627           Rect new_registers_rect;
 3633           Rect new_source_rect;
 3652       const Rect source_bounds = source_window_sp->GetBounds();
 3656           const Rect variables_bounds = variables_window_sp->GetBounds();
 3672         Rect new_regs_rect;
 3677           const Rect variables_bounds = variables_window_sp->GetBounds();
 3678           Rect new_vars_rect;
 3684           Rect new_source_rect;
 4553     Rect content_bounds = main_window_sp->GetFrame();
 4554     Rect menubar_bounds = content_bounds.MakeMenuBar();
 4555     Rect status_bounds = content_bounds.MakeStatusBar();
 4556     Rect source_bounds;
 4557     Rect variables_bounds;
 4558     Rect threads_bounds;
 4559     Rect source_variables_bounds;