GetUpdatedClientBounds 75 ui/views/window/dialog_client_view_unittest.cc const gfx::Rect client_bounds = GetUpdatedClientBounds(); GetUpdatedClientBounds 123 ui/views/window/dialog_client_view_unittest.cc const int height_without_buttons = GetUpdatedClientBounds().height(); GetUpdatedClientBounds 129 ui/views/window/dialog_client_view_unittest.cc const int height_with_buttons = GetUpdatedClientBounds().height(); GetUpdatedClientBounds 136 ui/views/window/dialog_client_view_unittest.cc EXPECT_EQ(GetUpdatedClientBounds().height(), height_without_buttons); GetUpdatedClientBounds 142 ui/views/window/dialog_client_view_unittest.cc EXPECT_EQ(GetUpdatedClientBounds().height(), height_with_buttons); GetUpdatedClientBounds 148 ui/views/window/dialog_client_view_unittest.cc EXPECT_EQ(GetUpdatedClientBounds().height(), height_with_buttons);