Searched defs:no_footnote_size (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/window/
H A Ddialog_client_view_unittest.cc203 gfx::Size no_footnote_size = client_view()->bounds().size(); local
208 EXPECT_GT(client_view()->bounds().height(), no_footnote_size.height());
222 EXPECT_EQ(no_footnote_size.height(), client_view()->bounds().height());
223 EXPECT_EQ(no_footnote_size.width(), client_view()->bounds().width());
229 gfx::Size no_footnote_size = client_view()->bounds().size(); local
234 EXPECT_GT(client_view()->bounds().height(), no_footnote_size.height());

Completed in 28 milliseconds