Searched refs:AccessBridge_PropertyChildChangeFP (Results 1 - 9 of 9) sorted by relevance

/openjdk9/jdk/src/jdk.accessibility/windows/native/libwindowsaccessbridge/
H A DAccessBridgeEventHandler.cpp75 propertyChildChangeFP = (AccessBridge_PropertyChildChangeFP) NULL;
141 SET_ACCESSIBILITY_EVENT_FP(setPropertyChildChangeFP, AccessBridge_PropertyChildChangeFP, propertyChildChangeFP, cPropertyChildChangeEvent)
374 AccessBridge_PropertyChildChangeFP,
H A DAccessBridgeEventHandler.h67 AccessBridge_PropertyChildChangeFP propertyChildChangeFP;
111 void setPropertyChildChangeFP(AccessBridge_PropertyChildChangeFP fp, WinAccessBridge *wab);
H A DAccessBridgeWindowsEntryPoints.h289 void setPropertyChildChangeFP(AccessBridge_PropertyChildChangeFP fp);
H A DWinAccessBridge.h241 void setPropertyChildChangeFP(AccessBridge_PropertyChildChangeFP fp);
H A DAccessBridgeWindowsEntryPoints.cpp848 SET_EVENT_FP(setPropertyChildChangeFP, AccessBridge_PropertyChildChangeFP)
H A DWinAccessBridge.cpp3472 CALL_SET_EVENT_FP(setPropertyChildChangeFP, AccessBridge_PropertyChildChangeFP)
/openjdk9/jdk/src/jdk.accessibility/windows/native/include/bridge/
H A DAccessBridgeCallbacks.h78 typedef void (*AccessBridge_PropertyChildChangeFP) (long vmID, JOBJECT64 event, JOBJECT64 source, typedef
H A DAccessBridgeCalls.h106 typedef void (*SetPropertyChildChangeFP) (AccessBridge_PropertyChildChangeFP fp);
426 void SetPropertyChildChange(AccessBridge_PropertyChildChangeFP fp);
/openjdk9/jdk/src/jdk.accessibility/windows/native/bridge/
H A DAccessBridgeCalls.c379 void SetPropertyChildChange(AccessBridge_PropertyChildChangeFP fp) {

Completed in 118 milliseconds