Searched refs:GetLocationInCurrentRoot (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/ui/events/test/ |
D | event_generator.cc | 141 gfx::Point location = GetLocationInCurrentRoot(); in MoveMouseWheel() 208 ui::ET_TOUCH_PRESSED, GetLocationInCurrentRoot(), touch_id, flags_, in PressTouchId() 220 ui::ET_TOUCH_MOVED, GetLocationInCurrentRoot(), touch_id, flags_, in MoveTouchId() 234 ui::ET_TOUCH_RELEASED, GetLocationInCurrentRoot(), touch_id, flags_, in ReleaseTouchId() 544 gfx::Point location = GetLocationInCurrentRoot(); in PressButton() 553 gfx::Point location = GetLocationInCurrentRoot(); in ReleaseButton() 562 gfx::Point EventGenerator::GetLocationInCurrentRoot() const { in GetLocationInCurrentRoot() function in ui::test::EventGenerator
|
D | event_generator.h | 360 gfx::Point GetLocationInCurrentRoot() const;
|