Searched refs:with_footnote_size (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/window/
H A Ddialog_client_view_unittest.cc210 gfx::Size with_footnote_size = client_view()->bounds().size(); local
211 EXPECT_EQ(with_footnote_size.width(), footnote_view->bounds().width());
215 EXPECT_LE(with_footnote_size.height(), client_view()->bounds().height());
216 EXPECT_LE(with_footnote_size.width(), client_view()->bounds().width());

Completed in 24 milliseconds