Searched refs:kDisplayBounds (Results 1 – 1 of 1) sorted by relevance
251 constexpr gfx::Rect kDisplayBounds{1366, 768}; in TEST_F() local252 EXPECT_NE(window->bounds(), kDisplayBounds); in TEST_F()254 gfx::Rect expected_bounds = kDisplayBounds; in TEST_F()