Searched defs:bounds_in_pixels (Results 1 - 3 of 3) 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_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) {

Completed in 171 milliseconds