Searched refs:mouse_loc (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/ui/aura/test/
H A Dui_controls_factory_aurax11.cc146 gfx::Point mouse_loc = aura::Env::GetInstance()->last_mouse_location(); variable
151 &mouse_loc);
153 xbutton->x = mouse_loc.x();
154 xbutton->y = mouse_loc.y();
/external/chromium_org/ui/views/test/
H A Dui_controls_factory_desktop_aurax11.cc177 gfx::Point mouse_loc = aura::Env::GetInstance()->last_mouse_location(); variable
178 aura::Window* root_window = RootWindowForPoint(mouse_loc);
182 screen_position_client->ConvertPointFromScreen(root_window, &mouse_loc);
183 xbutton->x = mouse_loc.x();
184 xbutton->y = mouse_loc.y();
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_test.cc469 gfx::Point mouse_loc; local
470 views::View::ConvertPointToScreen(bb_view_.get(), &mouse_loc);
1225 gfx::Point mouse_loc; local
1226 views::View::ConvertPointToScreen(bb_view_.get(), &mouse_loc);
1227 ui_controls::SendMouseMove(mouse_loc.x(), mouse_loc.y());

Completed in 174 milliseconds