Home | History | Annotate | Download | only in tabs

Lines Matching refs:EXPECT_LE

113           EXPECT_LE(3, tab.IconCapacity());
139 EXPECT_LE(2, tab.IconCapacity());
153 EXPECT_LE(contents_bounds.x(), tab.favicon_bounds_.x());
155 EXPECT_LE(tab.favicon_bounds_.right(), tab.title_->x());
156 EXPECT_LE(contents_bounds.y(), tab.favicon_bounds_.y());
157 EXPECT_LE(tab.favicon_bounds_.bottom(), contents_bounds.bottom());
160 EXPECT_LE(tab.favicon_bounds_.right(), tab.media_indicator_bounds_.x());
163 EXPECT_LE(tab.title_->bounds().right(),
166 EXPECT_LE(tab.media_indicator_bounds_.right(), contents_bounds.right());
167 EXPECT_LE(contents_bounds.y(), tab.media_indicator_bounds_.y());
168 EXPECT_LE(tab.media_indicator_bounds_.bottom(), contents_bounds.bottom());
173 EXPECT_LE(tab.media_indicator_bounds_.right(),
181 EXPECT_LE(tab.title_->bounds().right(),
185 EXPECT_LE(tab.close_button_->bounds().right(), contents_bounds.right());
186 EXPECT_LE(contents_bounds.y(), tab.close_button_->bounds().y());
187 EXPECT_LE(tab.close_button_->bounds().bottom(), contents_bounds.bottom());