Home
last modified time | relevance | path

Searched refs: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
42 bounds_in_pixels.size(), 1.0f / device_scale_factor))); in GetPrimaryDisplay()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_screen_x11.cc56 gfx::Rect bounds_in_pixels(0, 0, width, height); in GetFallbackDisplayList() local
57 gfx::Display gfx_display(0, bounds_in_pixels); in GetFallbackDisplayList()
63 gfx_display.SetScaleAndBounds(device_scale_factor, bounds_in_pixels); in GetFallbackDisplayList()
Ddesktop_native_widget_aura.cc713 gfx::Rect bounds_in_pixels = in SetBounds() local
715 desktop_window_tree_host_->AsWindowTreeHost()->SetBounds(bounds_in_pixels); in SetBounds()
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.cc528 void HWNDMessageHandler::SetBounds(const gfx::Rect& bounds_in_pixels, in SetBounds() argument
535 SetWindowPos(hwnd(), NULL, bounds_in_pixels.x(), bounds_in_pixels.y(), in SetBounds()
536 bounds_in_pixels.width(), bounds_in_pixels.height(), in SetBounds()
542 if (old_size == bounds_in_pixels.size() && force_size_changed) { in SetBounds()
Dhwnd_message_handler.h137 void SetBounds(const gfx::Rect& bounds_in_pixels, bool force_size_changed);