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

  /external/chromium_org/ui/gfx/
screen_win.cc 87 ScreenWin::ScreenWin()
92 ScreenWin::~ScreenWin() {
96 bool ScreenWin::IsDIPEnabled() {
100 gfx::Point ScreenWin::GetCursorScreenPoint() {
107 gfx::NativeWindow ScreenWin::GetWindowUnderCursor() {
113 gfx::NativeWindow ScreenWin::GetWindowAtScreenPoint(const gfx::Point& point) {
118 int ScreenWin::GetNumDisplays() const {
122 std::vector<gfx::Display> ScreenWin::GetAllDisplays() const
    [all...]
screen_win.h 16 class GFX_EXPORT ScreenWin : public Screen,
19 ScreenWin();
20 virtual ~ScreenWin();
60 DISALLOW_COPY_AND_ASSIGN(ScreenWin);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_win.h 13 class VIEWS_EXPORT DesktopScreenWin : public gfx::ScreenWin {
19 // Overridden from gfx::ScreenWin:

Completed in 62 milliseconds