Searched refs:previousState (Results 1 – 6 of 6) sorted by relevance
232 long previousState = InterlockedCompareExchange( in u_InitOnceExecuteOnce() local236 if (previousState == 2) { in u_InitOnceExecuteOnce()243 if (previousState == 1) { in u_InitOnceExecuteOnce()251 U_ASSERT(previousState == 0); in u_InitOnceExecuteOnce()259 previousState = InterlockedCompareExchange(&initOnce->fState, 2, 1); in u_InitOnceExecuteOnce()260 U_ASSERT(previousState == 1); in u_InitOnceExecuteOnce()
124 var previousState = this.ids_[item.id];129 if (previousState === NotificationState.VISIBLE) {
342 RegionOversetState previousState = region->regionOversetState(); in computeOversetStateForRegions() local352 if (previousState != state in computeOversetStateForRegions()357 if (previousState != state) in computeOversetStateForRegions()
1090 var previousState = false;1102 previousState = this.model_.hasMoreResults();1108 previousState = !this.model_.isQueryFinished_;1111 $('range-previous').disabled = !previousState;
194 // Initialize previousState.
525 State previousState = m_state; in open() local584 if (previousState != OPENED) in open()