Searched refs:nextEvent (Results 1 – 8 of 8) sorted by relevance
17 NSEvent* nextEvent = theEvent;23 NSPoint mouseLoc = [self convertPoint:[nextEvent locationInWindow]30 nextEvent = [[self window] nextEventMatchingMask:mask];31 } while (!([nextEvent buttonNumber] == 2 &&32 [nextEvent type] == NSOtherMouseUp));37 beforeEvent:nextEvent];
294 ParamEvent* nextEvent = i < n - 1 ? &(m_events[i + 1]) : 0; in valuesForTimeRangeImpl() local297 if (nextEvent && nextEvent->time() < currentTime) in valuesForTimeRangeImpl()302 float value2 = nextEvent ? nextEvent->value() : value1; in valuesForTimeRangeImpl()303 double time2 = nextEvent ? nextEvent->time() : endTime + 1; in valuesForTimeRangeImpl()313 …ParamEvent::Type nextEventType = nextEvent ? static_cast<ParamEvent::Type>(nextEvent->type()) : Pa… in valuesForTimeRangeImpl()
182 NSEvent* nextEvent = nil;188 while ((nextEvent = [[button_ window]194 firstEvent = nextEvent;196 if ([nextEvent type] == NSLeftMouseDragged) {197 float deltax = [nextEvent locationInWindow].x -199 float deltay = [nextEvent locationInWindow].y -201 dragEvent = nextEvent;212 } else if ([nextEvent type] == NSLeftMouseUp) {213 mouseUp = nextEvent;
255 NSEvent* nextEvent = [self pumpEventQueueForKeyUp:app257 [app discardEventsMatchingMask:NSAnyEventMask beforeEvent:nextEvent];277 NSEvent* nextEvent = nil;284 nextEvent = [self pumpEventQueueForKeyUp:app untilDate:waitDate];301 } while (!nextEvent);305 [app discardEventsMatchingMask:NSAnyEventMask beforeEvent:nextEvent];
242 function nextEvent() { function251 setTimeout(nextEvent, 0);261 nextEvent();
221 Event event = iter.nextEvent(); in startDaemon()
744 String nextEvent = st.nextToken(); in SipStackImpl() local745 this.forkedEvents.add(nextEvent); in SipStackImpl()
127 if (PathDiagnosticEventPiece *nextEvent = in removeRedundantMsgs() local135 eventsDescribeSameCondition(event, nextEvent)) { in removeRedundantMsgs()