/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_root_window_host_win.cc | 150 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(params.bounds); local 151 message_handler_->Init(parent_hwnd, pixel_bounds); 218 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(restored_bounds); local 219 message_handler_->ShowMaximizedWithBounds(pixel_bounds); 260 gfx::Rect pixel_bounds = message_handler_->GetWindowBoundsInScreen(); local 261 InsetBottomRight(&pixel_bounds, window_enlargement_); 262 return gfx::win::ScreenToDIPRect(pixel_bounds); 266 gfx::Rect pixel_bounds = message_handler_->GetClientAreaBoundsInScreen(); local 267 InsetBottomRight(&pixel_bounds, window_enlargement_); 268 return gfx::win::ScreenToDIPRect(pixel_bounds); 272 gfx::Rect pixel_bounds = message_handler_->GetRestoredBounds(); local 283 gfx::Rect pixel_bounds = gfx::Rect(monitor_info.rcWork); local [all...] |
/external/chromium_org/remoting/host/ |
input_injector_mac.cc | 191 mouse_pos_.add(webrtc::DesktopVector(desktop_config.pixel_bounds.left(), 192 desktop_config.pixel_bounds.top())); 196 std::max(desktop_config.pixel_bounds.left(), 197 std::min(desktop_config.pixel_bounds.right(), mouse_pos_.x())), 198 std::max(desktop_config.pixel_bounds.top(), 199 std::min(desktop_config.pixel_bounds.bottom(), mouse_pos_.y())));
|
/external/chromium_org/ui/gfx/win/ |
dpi.cc | 141 Rect ScreenToDIPRect(const Rect& pixel_bounds) { 144 ScaleRect(pixel_bounds, 1.0f / GetDeviceScaleFactor()));
|
dpi.h | 50 GFX_EXPORT Rect ScreenToDIPRect(const Rect& pixel_bounds);
|
/external/chromium_org/ui/views/widget/ |
native_widget_win.cc | 120 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(params.bounds); local 122 params_in_pixel.bounds = pixel_bounds; 124 message_handler_->Init(params.parent, pixel_bounds); 309 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(restored_bounds); local 310 message_handler_->ShowMaximizedWithBounds(pixel_bounds); [all...] |
/external/chromium_org/content/renderer/ |
render_widget.cc | 1603 gfx::Rect pixel_bounds = gfx::ToEnclosingRect( local [all...] |