Searched refs:DIPToScreenRect (Results 1 – 9 of 9) sorted by relevance
53 GFX_EXPORT Rect DIPToScreenRect(const Rect& dip_bounds);
205 Rect DIPToScreenRect(const Rect& dip_bounds) { in DIPToScreenRect() function
152 gfx::Rect rect_in_pixels = gfx::win::DIPToScreenRect(*rect); in PaintEnumChildProc()266 gfx::Rect clip_rect_in_pixel = gfx::win::DIPToScreenRect(move.clip_rect); in MovePluginWindowsHelper()296 gfx::win::DIPToScreenRect(move.window_rect); in MovePluginWindowsHelper()
83 gfx::Rect bounds_in_pixel = gfx::win::DIPToScreenRect(bounds); in SetBounds()
93 tooltip_bounds.AdjustToFit(gfx::win::DIPToScreenRect(display.work_area())); in PositionTooltip()
161 const gfx::Rect screen_bounds = gfx::win::DIPToScreenRect(dip_screen_bounds); in OnCaretBoundsChanged()540 const gfx::Rect rect = gfx::win::DIPToScreenRect(dip_rect); in OnQueryCharPosition()
314 tabstrip_bounds = gfx::win::DIPToScreenRect(tabstrip_bounds); in GetDWMFrameMargins()
141 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(params.bounds); in Init()214 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(restored_bounds); in ShowMaximizedWithBounds()
765 gfx::Rect window_rect = gfx::win::DIPToScreenRect(window_rect_in_dip); in WindowedReposition()766 gfx::Rect clip_rect = gfx::win::DIPToScreenRect(clip_rect_in_dip); in WindowedReposition()