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

  /external/chromium_org/ui/gfx/win/
dpi.h 45 GFX_EXPORT Point DIPToScreenPoint(const Point& dip_point);
dpi.cc 185 Point DIPToScreenPoint(const Point& dip_point) {
  /external/chromium_org/chrome/browser/ui/views/tabs/
window_finder_win.cc 132 screen_loc_ = gfx::win::DIPToScreenPoint(screen_loc);
194 screen_loc_ = gfx::win::DIPToScreenPoint(screen_loc);
  /external/chromium_org/ui/views/corewm/
tooltip_win.cc 81 gfx::Point screen_point = gfx::win::DIPToScreenPoint(location_);
120 const gfx::Point screen_point = gfx::win::DIPToScreenPoint(location_);
  /external/chromium_org/ui/gfx/
screen_win.cc 79 gfx::Point point_in_pixels = gfx::win::DIPToScreenPoint(point);
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc     [all...]

Completed in 75 milliseconds