Home
last modified time | relevance | path

Searched refs:DIPToScreenRect (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ui/gfx/win/
Ddpi.h53 GFX_EXPORT Rect DIPToScreenRect(const Rect& dip_bounds);
Ddpi.cc205 Rect DIPToScreenRect(const Rect& dip_bounds) { in DIPToScreenRect() function
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_base.cc152 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()
Dlegacy_render_widget_host_win.cc83 gfx::Rect bounds_in_pixel = gfx::win::DIPToScreenRect(bounds); in SetBounds()
/external/chromium_org/ui/views/corewm/
Dtooltip_win.cc93 tooltip_bounds.AdjustToFit(gfx::win::DIPToScreenRect(display.work_area())); in PositionTooltip()
/external/chromium_org/ui/base/ime/
Dinput_method_win.cc161 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()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_desktop_window_tree_host_win.cc314 tabstrip_bounds = gfx::win::DIPToScreenRect(tabstrip_bounds); in GetDWMFrameMargins()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host_win.cc141 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(params.bounds); in Init()
214 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(restored_bounds); in ShowMaximizedWithBounds()
/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_win.cc765 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()