Home
last modified time | relevance | path

Searched defs:initial_bounds (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/
Dwindow_sizer_unittest.cc360 gfx::Rect initial_bounds(kWindowTilePixels, kWindowTilePixels, 500, 400); in TEST() local
371 gfx::Rect initial_bounds(0, 0, 1024, 768); in TEST() local
382 gfx::Rect initial_bounds(-600, 10, 500, 400); in TEST() local
394 gfx::Rect initial_bounds(-1024, 0, 1024, 768); in TEST() local
408 gfx::Rect initial_bounds(1074, 50, 600, 500); in TEST() local
422 gfx::Rect initial_bounds(1274, 50, 600, 500); in TEST() local
436 gfx::Rect initial_bounds(1274, 50, 900, 700); in TEST() local
793 gfx::Rect initial_bounds(-470, 50, 500, 400); in TEST() local
816 gfx::Rect initial_bounds(50, -370, 500, 400); in TEST() local
829 gfx::Rect initial_bounds(994, 50, 500, 400); in TEST() local
[all …]
Dbrowser.cc351 const gfx::Rect& initial_bounds) { in CreateForPopup()