Searched refs:bounds_in_pixels (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dscreen_android.cc39 const gfx::Rect bounds_in_pixels = variable
48 bounds_in_pixels.size(), 1.0f / device_scale_factor)));
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_x11.cc55 gfx::Rect bounds_in_pixels(0, 0, width, height);
56 gfx::Display gfx_display(0, bounds_in_pixels);
62 gfx_display.SetScaleAndBounds(device_scale_factor, bounds_in_pixels);
H A Ddesktop_native_widget_aura.cc710 gfx::Rect bounds_in_pixels = local
712 desktop_window_tree_host_->AsWindowTreeHost()->SetBounds(bounds_in_pixels);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc528 void HWNDMessageHandler::SetBounds(const gfx::Rect& bounds_in_pixels, argument
535 SetWindowPos(hwnd(), NULL, bounds_in_pixels.x(), bounds_in_pixels.y(),
536 bounds_in_pixels.width(), bounds_in_pixels.height(),
542 if (old_size == bounds_in_pixels.size() && force_size_changed) {
H A Dhwnd_message_handler.h135 // Sets the bounds of the HWND to |bounds_in_pixels|. If the HWND size is not
137 void SetBounds(const gfx::Rect& bounds_in_pixels, bool force_size_changed);

Completed in 312 milliseconds