Lines Matching refs:LocatedEvent
277 LocatedEvent::~LocatedEvent() { in ~LocatedEvent()
280 LocatedEvent::LocatedEvent(const base::NativeEvent& native_event) in LocatedEvent() function in ui::LocatedEvent
288 LocatedEvent::LocatedEvent(EventType type, in LocatedEvent() function in ui::LocatedEvent
298 void LocatedEvent::UpdateForRootTransform( in UpdateForRootTransform()
311 : LocatedEvent(native_event), in MouseEvent()
323 : LocatedEvent(type, location, root_location, EventTimeForNow(), flags), in MouseEvent()
491 LocatedEvent::UpdateForRootTransform(inverted_root_transform); in UpdateForRootTransform()
505 : LocatedEvent(native_event), in TouchEvent()
528 : LocatedEvent(type, location, location, time_stamp, 0), in TouchEvent()
546 : LocatedEvent(type, location, location, time_stamp, flags), in TouchEvent()
565 LocatedEvent::UpdateForRootTransform(inverted_root_transform); in UpdateForRootTransform()
959 : LocatedEvent(details.type(), in GestureEvent()