Searched refs:bounds_in_pixels (Results 1 – 5 of 5) 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/desktop_aura/ |
D | desktop_screen_x11.cc | 56 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()
|
D | desktop_native_widget_aura.cc | 713 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/ |
D | hwnd_message_handler.cc | 528 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()
|
D | hwnd_message_handler.h | 137 void SetBounds(const gfx::Rect& bounds_in_pixels, bool force_size_changed);
|