Searched refs:processEvent (Results 1 – 7 of 7) sorted by relevance
18 @property (readwrite, nonatomic, copy) int (^processEvent)(int eventCode);44 // CHECK-CC1-NEXT: ObjCPropertyDecl:{ResultType int}{TypedText processEvent}{LeftParen (}{Placehold…45 // CHECK-CC1-NEXT: ObjCPropertyDecl:{ResultType int (^)(int)}{TypedText processEvent}{Equal = }{Pl…69 // CHECK-NO-NEXT: ObjCPropertyDecl:{ResultType int (^)(int)}{TypedText processEvent} (35)77 // CHECK-NO1-NEXT: ObjCPropertyDecl:{ResultType int (^)(int)}{TypedText processEvent} (35)
28 - (void)processEvent:(UIEvent *)event;65 [self processEvent:event];70 [self processEvent:event];80 - (void)processEvent:(UIEvent *)event {
160 - (void)processEvent:(UIEvent *)event;196 [self processEvent:event];200 [self processEvent:event];204 [self processEvent:event];207 - (void)processEvent:(UIEvent *)event {
95 void XlibDisplay::processEvent (XEvent& event) in processEvent() function in tcu::lnx::x11::XlibDisplay116 processEvent(event); in processEvents()283 m_display.processEvent(myevent); in setDimensions()
99 void processEvent (XEvent& event);
46 void processEvent(const XEvent &event);
411 processEvent(event); in messageLoop()496 void X11Window::processEvent(const XEvent &xEvent) in processEvent() function in X11Window