Home
last modified time | relevance | path

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

/external/chromium_org/tools/site_compare/drivers/win32/
Dmouse.py115 current_location = ScreenToMouse(win32gui.GetCursorPos())
119 step_size = ((end_location[0]-current_location[0])/num_steps,
120 (end_location[1]-current_location[1])/num_steps)
125 current_location = (current_location[0]+step_size[0],
126 current_location[1]+step_size[1])
131 int(current_location[0]), int(current_location[1]))
/external/chromium_org/ash/wm/workspace/
Dworkspace_event_handler_unittest.cc105 generator.MoveMouseTo(generator.current_location(), 1); in TEST_F()
171 generator2.MoveMouseTo(generator.current_location(), 1); in TEST_F()
272 ui::MouseEvent press(ui::ET_MOUSE_PRESSED, generator.current_location(), in TEST_F()
273 generator.current_location(), in TEST_F()
277 ui::MouseEvent release(ui::ET_MOUSE_RELEASED, generator.current_location(), in TEST_F()
278 generator.current_location(), in TEST_F()
326 generator.MoveMouseTo(generator.current_location() + gfx::Vector2d(50, 50)); in TEST_F()
329 generator.MoveMouseTo(generator.current_location() + gfx::Vector2d(50, 50)); in TEST_F()
/external/chromium_org/ui/views/corewm/
Dtooltip_controller_unittest.cc143 generator_->current_location())); in TEST_F()
178 generator_->current_location())); in TEST_F()
188 generator_->current_location())); in TEST_F()
263 generator_->current_location())); in TEST_F()
311 generator_->current_location())); in TEST_F()
514 generator_->current_location())); in TEST_F()
547 generator_->current_location())); in TEST_F()
575 generator_->current_location())); in TEST_F()
/external/chromium_org/ui/aura/test/
Devent_generator.h112 const gfx::Point& current_location() const { return current_location_; } in current_location() function
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller_interactive_uitest.cc424 event_generator_->current_location()); in PressInput2()