Home
last modified time | relevance | path

Searched refs:sel_isDescendantOf_ (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 DNSView.java146 return OS.objc_msgSend_bool(this.id, OS.sel_isDescendantOf_, aView != null ? aView.id : 0); in isDescendantOf()
H A DSelector.java571 , sel_isDescendantOf_("isDescendantOf:") enumConstant
H A DOS.java1288 public static final long sel_isDescendantOf_ = Selector.sel_isDescendantOf_.value; field in OS