Home
last modified time | relevance | path

Searched refs:GetLocationInCurrentRoot (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/events/test/
Devent_generator.cc141 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
Devent_generator.h360 gfx::Point GetLocationInCurrentRoot() const;