Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/automation/
Dautomation_provider_win.cc94 gfx::Point screen_location(point_.x(), point_.y()); in Run() local
95 view_->ConvertPointToScreen(view_, &screen_location); in Run()
96 MoveMouse(screen_location.ToPOINT()); in Run()