Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DDateTime.java54 SYSTEMTIME lastSystemTime; field in DateTime
454 lastSystemTime = null; in releaseWidget()
511 lastSystemTime = null; in setDate()
538 lastSystemTime = null; in setDay()
615 lastSystemTime = null; in setMonth()
708 lastSystemTime = null; in setYear()
768 …if (lastSystemTime == null || systime.wDay != lastSystemTime.wDay || systime.wMonth != lastSystemT… in wmNotifyChild()
770 if ((style & SWT.TIME) == 0) lastSystemTime = systime; in wmNotifyChild()