Home
last modified time | relevance | path

Searched refs:CALLBACK_markedRange (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DOS.java574 public static final native long CALLBACK_markedRange(long func); in CALLBACK_markedRange() method in OS
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/
H A Dos.c727 static jintLong CALLBACK_markedRange(jintLong func) { in CALLBACK_markedRange() function
736 rc = (jlong)CALLBACK_markedRange(arg0); in OS_NATIVE()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DDisplay.java2526 long markedRangeProc = OS.CALLBACK_markedRange (proc2); in initClasses()