Home | History | Annotate | Download | only in desktop_aura

Lines Matching refs:pixel_bounds

139   gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(params.bounds);
140 message_handler_->Init(parent_hwnd, pixel_bounds);
212 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(restored_bounds);
213 message_handler_->ShowMaximizedWithBounds(pixel_bounds);
254 gfx::Rect pixel_bounds = message_handler_->GetWindowBoundsInScreen();
255 InsetBottomRight(&pixel_bounds, window_enlargement_);
256 return gfx::win::ScreenToDIPRect(pixel_bounds);
260 gfx::Rect pixel_bounds = message_handler_->GetClientAreaBoundsInScreen();
261 InsetBottomRight(&pixel_bounds, window_enlargement_);
262 return gfx::win::ScreenToDIPRect(pixel_bounds);
266 gfx::Rect pixel_bounds = message_handler_->GetRestoredBounds();
267 InsetBottomRight(&pixel_bounds, window_enlargement_);
268 return gfx::win::ScreenToDIPRect(pixel_bounds);
277 gfx::Rect pixel_bounds = gfx::Rect(monitor_info.rcWork);
278 return gfx::win::ScreenToDIPRect(pixel_bounds);