Searched refs:bounds_in_pixels (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/ui/gfx/ |
D | screen_android.cc | 36 const gfx::Rect bounds_in_pixels = in GetPrimaryDisplay() local 42 bounds_in_pixels.size(), 1.0f / device_scale_factor))); in GetPrimaryDisplay()
|
/external/chromium_org/ui/views/widget/ |
D | native_widget_win.cc | 249 gfx::Rect bounds_in_pixels = message_handler_->GetWindowBoundsInScreen(); in GetWindowBoundsInScreen() local 250 return gfx::win::ScreenToDIPRect(bounds_in_pixels); in GetWindowBoundsInScreen() 254 gfx::Rect bounds_in_pixels = message_handler_->GetClientAreaBoundsInScreen(); in GetClientAreaBoundsInScreen() local 255 return gfx::win::ScreenToDIPRect(bounds_in_pixels); in GetClientAreaBoundsInScreen() 259 gfx::Rect bounds_in_pixels = message_handler_->GetRestoredBounds(); in GetRestoredBounds() local 260 return gfx::win::ScreenToDIPRect(bounds_in_pixels); in GetRestoredBounds() 265 gfx::Rect bounds_in_pixels( in SetBounds() local 268 message_handler_->SetBounds(bounds_in_pixels); in SetBounds()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_screen_x11.cc | 54 gfx::Rect bounds_in_pixels(0, 0, width, height); in GetFallbackDisplayList() local 55 gfx::Display gfx_display(0, bounds_in_pixels); in GetFallbackDisplayList() 60 gfx_display.SetScaleAndBounds(device_scale_factor, bounds_in_pixels); in GetFallbackDisplayList()
|
D | desktop_native_widget_aura.cc | 646 gfx::Rect bounds_in_pixels( in SetBounds() local 649 desktop_root_window_host_->AsRootWindowHost()->SetBounds(bounds_in_pixels); in SetBounds()
|
/external/chromium_org/ui/views/win/ |
D | hwnd_message_handler.cc | 574 void HWNDMessageHandler::SetBounds(const gfx::Rect& bounds_in_pixels) { in SetBounds() argument 578 SetWindowPos(hwnd(), NULL, bounds_in_pixels.x(), bounds_in_pixels.y(), in SetBounds() 579 bounds_in_pixels.width(), bounds_in_pixels.height(), in SetBounds()
|
D | hwnd_message_handler.h | 132 void SetBounds(const gfx::Rect& bounds_in_pixels);
|