Searched refs:current_location (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/tools/site_compare/drivers/win32/
H A 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/extensions/renderer/
H A Dscript_injection.h38 // Try to inject the script at the |current_location|. This returns true if
41 // or because |current_location| is not the designated |run_location_|).
43 bool TryToInject(UserScript::RunLocation current_location,
H A Dscript_injection.cc135 bool ScriptInjection::TryToInject(UserScript::RunLocation current_location, argument
138 if (current_location < run_location_)
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_event_handler_unittest.cc108 generator.MoveMouseTo(generator.current_location(), 1);
164 generator2.MoveMouseTo(generator.current_location(), 1);
385 ui::MouseEvent press(ui::ET_MOUSE_PRESSED, generator.current_location(),
386 generator.current_location(),
392 ui::MouseEvent release(ui::ET_MOUSE_RELEASED, generator.current_location(),
393 generator.current_location(),
443 generator.MoveMouseTo(generator.current_location() + gfx::Vector2d(50, 50));
446 generator.MoveMouseTo(generator.current_location() + gfx::Vector2d(50, 50));
/external/chromium_org/ui/views/corewm/
H A Dtooltip_controller_unittest.cc160 generator_->current_location()));
195 generator_->current_location()));
205 generator_->current_location()));
280 generator_->current_location()));
328 generator_->current_location()));
/external/chromium_org/ui/events/test/
H A Devent_generator.h127 const gfx::Point& current_location() const { return current_location_; } function in class:ui::test::EventGenerator
/external/chromium_org/ash/
H A Dextended_desktop_unittest.cc464 generator.current_location().ToString());
499 generator.current_location().ToString());
534 generator.current_location().ToString());
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller_interactive_uitest.cc405 event_generator_->current_location());

Completed in 246 milliseconds