Searched defs:UIEvent (Results 1 – 4 of 4) sorted by relevance
56 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {63 - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event {70 - (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event {77 - (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event {
35 UIEvent::UIEvent() in UIEvent() function in blink::UIEvent40 UIEvent::UIEvent(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg, PassRefPtrWi… in UIEvent() function in blink::UIEvent47 UIEvent::UIEvent(const AtomicString& eventType, const UIEventInit& initializer) in UIEvent() function in blink::UIEvent
70 class UIEvent; variable