Searched refs:nextLockIdentifier (Results 1 – 8 of 8) sorted by relevance
7 @synthesize nextLockIdentifier;20 int lockIdentifier = self.nextLockIdentifier++;39 self.nextLockIdentifier = 1;
8 int nextLockIdentifier; variable12 @property (nonatomic) int nextLockIdentifier;
64 private int nextLockIdentifier = 1; field in RNCWebViewModule.ShouldOverrideUrlLoadingLock68 final int lockIdentifier = nextLockIdentifier++; in getNewLock()
144 private double nextLockIdentifier = 1; field in RNCWebViewModuleImpl.ShouldOverrideUrlLoadingLock148 final double lockIdentifier = nextLockIdentifier++; in getNewLock()