Home | History | Annotate | Download | only in panels

Lines Matching refs:GetRestoredBounds

46   EXPECT_EQ(panel1->GetBounds().width(), panel1->GetRestoredBounds().width());
47 EXPECT_EQ(panel2->GetBounds().width(), panel2->GetRestoredBounds().width());
48 EXPECT_EQ(panel3->GetBounds().width(), panel3->GetRestoredBounds().width());
61 EXPECT_EQ(panel7->GetBounds().width(), panel7->GetRestoredBounds().width());
65 EXPECT_LT(panel1->GetBounds().width(), panel1->GetRestoredBounds().width());
66 EXPECT_LT(panel2->GetBounds().width(), panel2->GetRestoredBounds().width());
67 EXPECT_LT(panel3->GetBounds().width(), panel3->GetRestoredBounds().width());
68 EXPECT_LT(panel4->GetBounds().width(), panel4->GetRestoredBounds().width());
69 EXPECT_LT(panel5->GetBounds().width(), panel5->GetRestoredBounds().width());
70 EXPECT_LT(panel6->GetBounds().width(), panel6->GetRestoredBounds().width());
81 EXPECT_EQ(panel2->GetBounds().width(), panel2->GetRestoredBounds().width());
84 EXPECT_LT(panel1->GetBounds().width(), panel1->GetRestoredBounds().width());
85 EXPECT_LT(panel3->GetBounds().width(), panel3->GetRestoredBounds().width());
86 EXPECT_LT(panel4->GetBounds().width(), panel4->GetRestoredBounds().width());
87 EXPECT_LT(panel5->GetBounds().width(), panel5->GetRestoredBounds().width());
88 EXPECT_LT(panel6->GetBounds().width(), panel6->GetRestoredBounds().width());
89 EXPECT_LT(panel7->GetBounds().width(), panel7->GetRestoredBounds().width());
118 EXPECT_LT(panel_1_width_less_squeezed, panel1->GetRestoredBounds().width());
119 EXPECT_LT(panel_2_width_less_squeezed, panel2->GetRestoredBounds().width());
120 EXPECT_LT(panel_3_width_less_squeezed, panel3->GetRestoredBounds().width());
121 EXPECT_LT(panel_4_width_less_squeezed, panel4->GetRestoredBounds().width());
122 EXPECT_LT(panel_5_width_less_squeezed, panel5->GetRestoredBounds().width());
131 EXPECT_EQ(panel7->GetBounds().width(), panel7->GetRestoredBounds().width());
161 EXPECT_EQ(panel7->GetBounds().width(), panel7->GetRestoredBounds().width());
164 EXPECT_LT(panel1->GetBounds().width(), panel1->GetRestoredBounds().width());
165 EXPECT_LT(panel2->GetBounds().width(), panel2->GetRestoredBounds().width());
166 EXPECT_LT(panel3->GetBounds().width(), panel3->GetRestoredBounds().width());
167 EXPECT_LT(panel4->GetBounds().width(), panel4->GetRestoredBounds().width());
168 EXPECT_LT(panel5->GetBounds().width(), panel5->GetRestoredBounds().width());
169 EXPECT_LT(panel6->GetBounds().width(), panel6->GetRestoredBounds().width());
191 EXPECT_LT(panel7->GetBounds().width(), panel7->GetRestoredBounds().width());
223 EXPECT_EQ(panel_7_orig_width, panel7->GetRestoredBounds().width());
226 EXPECT_LT(panel_1_orig_width, panel1->GetRestoredBounds().width());
227 EXPECT_LT(panel_2_orig_width, panel2->GetRestoredBounds().width());
228 EXPECT_LT(panel_3_orig_width, panel3->GetRestoredBounds().width());
229 EXPECT_LT(panel_4_orig_width, panel4->GetRestoredBounds().width());
230 EXPECT_LT(panel_5_orig_width, panel5->GetRestoredBounds().width());
231 EXPECT_LT(panel_6_orig_width, panel6->GetRestoredBounds().width());
262 EXPECT_EQ(panel1->GetBounds().width(), panel1->GetRestoredBounds().width());
263 EXPECT_EQ(panel4->GetBounds().width(), panel4->GetRestoredBounds().width());
264 EXPECT_EQ(panel6->GetBounds().width(), panel6->GetRestoredBounds().width());