Home
last modified time | relevance | path

Searched defs:bounds_in_pixels (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/
Dscreen_android.cc36 const gfx::Rect bounds_in_pixels = in GetPrimaryDisplay() local
/external/chromium_org/ui/views/widget/
Dnative_widget_win.cc249 gfx::Rect bounds_in_pixels = message_handler_->GetWindowBoundsInScreen(); in GetWindowBoundsInScreen() local
254 gfx::Rect bounds_in_pixels = message_handler_->GetClientAreaBoundsInScreen(); in GetClientAreaBoundsInScreen() local
259 gfx::Rect bounds_in_pixels = message_handler_->GetRestoredBounds(); in GetRestoredBounds() local
265 gfx::Rect bounds_in_pixels( in SetBounds() local
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_screen_x11.cc54 gfx::Rect bounds_in_pixels(0, 0, width, height); in GetFallbackDisplayList() local
Ddesktop_native_widget_aura.cc646 gfx::Rect bounds_in_pixels( in SetBounds() local
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.cc574 void HWNDMessageHandler::SetBounds(const gfx::Rect& bounds_in_pixels) { in SetBounds()