Home
last modified time | relevance | path

Searched refs:current_location (Results 1 – 8 of 8) 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.cc108 generator.MoveMouseTo(generator.current_location(), 1); in TEST_F()
164 generator2.MoveMouseTo(generator.current_location(), 1); in TEST_F()
385 ui::MouseEvent press(ui::ET_MOUSE_PRESSED, generator.current_location(), in TEST_F()
386 generator.current_location(), in TEST_F()
392 ui::MouseEvent release(ui::ET_MOUSE_RELEASED, generator.current_location(), in TEST_F()
393 generator.current_location(), in TEST_F()
443 generator.MoveMouseTo(generator.current_location() + gfx::Vector2d(50, 50)); in TEST_F()
446 generator.MoveMouseTo(generator.current_location() + gfx::Vector2d(50, 50)); in TEST_F()
/external/chromium_org/extensions/renderer/
Dscript_injection.h43 bool TryToInject(UserScript::RunLocation current_location,
Dscript_injection.cc135 bool ScriptInjection::TryToInject(UserScript::RunLocation current_location, in TryToInject() argument
138 if (current_location < run_location_) in TryToInject()
/external/chromium_org/ui/views/corewm/
Dtooltip_controller_unittest.cc160 generator_->current_location())); in TEST_F()
195 generator_->current_location())); in TEST_F()
205 generator_->current_location())); in TEST_F()
280 generator_->current_location())); in TEST_F()
328 generator_->current_location())); in TEST_F()
/external/chromium_org/ui/events/test/
Devent_generator.h127 const gfx::Point& current_location() const { return current_location_; } in current_location() function
/external/chromium_org/ash/
Dextended_desktop_unittest.cc464 generator.current_location().ToString()); in TEST_F()
499 generator.current_location().ToString()); in TEST_F()
534 generator.current_location().ToString()); in TEST_F()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller_interactive_uitest.cc405 event_generator_->current_location()); in PressInput2()