HomeSort by relevance Sort by last modified time
    Searched refs:DIPToScreenRect (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/gfx/win/
dpi.h 53 GFX_EXPORT Rect DIPToScreenRect(const Rect& dip_bounds);
dpi.cc 205 Rect DIPToScreenRect(const Rect& dip_bounds) {
  /external/chromium_org/ui/views/corewm/
tooltip_win.cc 93 tooltip_bounds.AdjustToFit(gfx::win::DIPToScreenRect(display.work_area()));
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.cc 152 gfx::Rect rect_in_pixels = gfx::win::DIPToScreenRect(*rect);
266 gfx::Rect clip_rect_in_pixel = gfx::win::DIPToScreenRect(move.clip_rect);
296 gfx::win::DIPToScreenRect(move.window_rect);
legacy_render_widget_host_win.cc 83 gfx::Rect bounds_in_pixel = gfx::win::DIPToScreenRect(bounds);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_window_tree_host_win.cc 314 tabstrip_bounds = gfx::win::DIPToScreenRect(tabstrip_bounds);
  /external/chromium_org/ui/base/ime/
input_method_win.cc 161 const gfx::Rect screen_bounds = gfx::win::DIPToScreenRect(dip_screen_bounds);
540 const gfx::Rect rect = gfx::win::DIPToScreenRect(dip_rect);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 141 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(params.bounds);
214 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(restored_bounds);
    [all...]
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 765 gfx::Rect window_rect = gfx::win::DIPToScreenRect(window_rect_in_dip);
766 gfx::Rect clip_rect = gfx::win::DIPToScreenRect(clip_rect_in_dip);
    [all...]

Completed in 139 milliseconds