Searched refs:nextEvent (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DGtkClickCounter.cpp49 GUniquePtr<GdkEvent> nextEvent(gdk_event_peek());
50 if (!nextEvent)
52 if (nextEvent->any.type == GDK_2BUTTON_PRESS || nextEvent->any.type == GDK_3BUTTON_PRESS)
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebNSViewExtras.m83 NSEvent *nextEvent, *firstEvent, *dragEvent, *mouseUp;
90 nextEvent = nil;
96 while ((nextEvent = [[self window] nextEventMatchingMask:(NSLeftMouseUpMask | NSLeftMouseDraggedMask)
101 firstEvent = nextEvent;
104 if ([nextEvent type] == NSLeftMouseDragged) {
105 float deltax = ABS([nextEvent locationInWindow].x - [mouseDownEvent locationInWindow].x);
106 float deltay = ABS([nextEvent locationInWindow].y - [mouseDownEvent locationInWindow].y);
107 dragEvent = nextEvent;
118 } else if ([nextEvent type] == NSLeftMouseUp) {
119 mouseUp = nextEvent;
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioParamTimeline.cpp194 ParamEvent* nextEvent = i < n - 1 ? &(m_events[i + 1]) : 0; local
197 if (nextEvent && nextEvent->time() < currentTime)
202 float value2 = nextEvent ? nextEvent->value() : value1;
203 double time2 = nextEvent ? nextEvent->time() : endTime + 1;
213 ParamEvent::Type nextEventType = nextEvent ? static_cast<ParamEvent::Type>(nextEvent->type()) : ParamEvent::LastType /* unknown */;
/macosx-10.10/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialStreamSync.cpp120 nextEvent() function in class:IOSerialStreamSync
121 { return fProvider->nextEvent(fRefCon); }
H A DIOSerialDriverSync.h54 virtual UInt32 nextEvent(void *refCon) = 0;
H A DIOSerialStreamSync.h56 #define PD_E_EOQ (PD_DATA_VOID|PD_OP( 0)) // Always nextEvent on empty queue
188 /* nextEvent returns the type of the next event on the RX queue. If no
191 virtual UInt32 nextEvent();
H A DIOSerialBSDClient.cpp3372 return fProvider->nextEvent();
/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.h256 virtual UInt32 nextEvent( void *refCon );
H A DAppleUSBIrDA.cpp2475 // Method: AppleUSBIrDADriver::nextEvent
2485 UInt32 AppleUSBIrDADriver::nextEvent( void *refCon )
2489 ELG( 0, 0, 'NxtE', "nextEvent" );
2493 }/* end nextEvent */
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h283 virtual UInt32 nextEvent(void *refCon);
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h301 virtual UInt32 nextEvent(void *refCon);
/macosx-10.10/mDNSResponder-561.1.1/mDNSVxWorks/
H A DmDNSVxWorks.c1602 mDNSs32 nextEvent; local
1619 nextEvent = mDNS_Execute( inMDNS );
1620 TaskSetupSelect( inMDNS, &readSet, &maxFd, nextEvent, &timeout );
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkBind.c2030 goto nextEvent;
2036 goto nextEvent;
2063 goto nextEvent;
2116 nextEvent:
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkBind.c2076 goto nextEvent;
2082 goto nextEvent;
2113 goto nextEvent;
2167 nextEvent:
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp1802 // Method: AppleUSBCDCDMM::nextEvent
1812 UInt32 AppleUSBCDCDMM::nextEvent(void *refCon) function in class:AppleUSBCDCDMM
1815 XTRACE(this, 0, 0, "nextEvent");
1827 }/* end nextEvent */
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp2654 // Method: AppleUSBCDCACMData::nextEvent
2664 UInt32 AppleUSBCDCACMData::nextEvent(void *refCon) function in class:AppleUSBCDCACMData
2667 XTRACE(this, 0, 0, "nextEvent");
2679 }/* end nextEvent */

Completed in 304 milliseconds