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

/external/chromium_org/ui/snapshot/
H A Dsnapshot_win.cc19 gfx::Rect GetWindowBounds(HWND window_handle) { function in namespace:__anon17015
46 DCHECK(snapshot_bounds.right() <= GetWindowBounds(window_handle).right());
47 DCHECK(snapshot_bounds.bottom() <= GetWindowBounds(window_handle).bottom());
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_common_unittest.cc217 void GetWindowBounds(const gfx::Rect& monitor1_bounds, function
270 GetWindowBounds(p1024x768, p1024x768, gfx::Rect(),
279 GetWindowBounds(p1024x768, p1024x768, gfx::Rect(),
290 GetWindowBounds(p1024x768, p1024x768, gfx::Rect(),
301 GetWindowBounds(p1024x768, p1024x768, gfx::Rect(),
310 GetWindowBounds(p1024x768, p1024x768, gfx::Rect(),
322 GetWindowBounds(p1024x768, p1024x768, gfx::Rect(),
331 GetWindowBounds(p1024x768, p1024x768, gfx::Rect(),
340 GetWindowBounds(p1024x768, p1024x768, gfx::Rect(),
350 GetWindowBounds(p1024x76
[all...]

Completed in 380 milliseconds