Searched refs:inControl (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Mac/Modules/carbonevt/ |
D | _CarbonEvtmodule.c | 1795 ControlHandle inControl; in CarbonEvents_GetControlEventTarget() local 1797 CtlObj_Convert, &inControl)) in CarbonEvents_GetControlEventTarget() 1799 _rv = GetControlEventTarget(inControl); in CarbonEvents_GetControlEventTarget() 1969 ControlHandle inControl; in CarbonEvents_SetWindowDefaultButton() local 1972 CtlObj_Convert, &inControl)) in CarbonEvents_SetWindowDefaultButton() 1975 inControl); in CarbonEvents_SetWindowDefaultButton() 1987 ControlHandle inControl; in CarbonEvents_SetWindowCancelButton() local 1990 CtlObj_Convert, &inControl)) in CarbonEvents_SetWindowCancelButton() 1993 inControl); in CarbonEvents_SetWindowCancelButton()
|
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | Service.c | 132 static DWORD WINAPI ServiceControlHandler( DWORD inControl, DWORD inEventType, LPVOID inEventData, … 1041 static DWORD WINAPI ServiceControlHandler( DWORD inControl, DWORD inEventType, LPVOID inEventData, … in ServiceControlHandler() argument 1050 switch( inControl ) in ServiceControlHandler() 1078 dlog( kDebugLevelNotice, DEBUG_NAME "ServiceControlHandler: event (0x%08X)\n", inControl ); in ServiceControlHandler()
|
/external/python/cpython2/Mac/Modules/ctl/ |
D | _Ctlmodule.c | 4159 ControlHandle inControl; in Ctl_SetKeyboardFocus() local 4166 CtlObj_Convert, &inControl, in Ctl_SetKeyboardFocus() 4170 inControl, in Ctl_SetKeyboardFocus()
|