Home
last modified time | relevance | path

Searched refs:initial_bounds (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/
Dwindow_sizer_unittest.cc360 gfx::Rect initial_bounds(kWindowTilePixels, kWindowTilePixels, 500, 400); in TEST() local
364 GetWindowBounds(tentwentyfour, tentwentyfour, gfx::Rect(), initial_bounds, in TEST()
367 EXPECT_EQ(initial_bounds, window_bounds); in TEST()
371 gfx::Rect initial_bounds(0, 0, 1024, 768); in TEST() local
375 GetWindowBounds(tentwentyfour, tentwentyfour, gfx::Rect(), initial_bounds, in TEST()
378 EXPECT_EQ(initial_bounds, window_bounds); in TEST()
382 gfx::Rect initial_bounds(-600, 10, 500, 400); in TEST() local
387 initial_bounds, false, gfx::Rect(), PERSISTED, in TEST()
390 EXPECT_EQ(initial_bounds, window_bounds); in TEST()
394 gfx::Rect initial_bounds(-1024, 0, 1024, 768); in TEST() local
[all …]
Dbrowser.h142 const gfx::Rect& initial_bounds);
Dbrowser.cc351 const gfx::Rect& initial_bounds) { in CreateForPopup() argument
354 browser->set_override_bounds(initial_bounds); in CreateForPopup()