Home
last modified time | relevance | path

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

/expo/ios/vendored/sdk49/react-native-webview/apple/
H A DABI49_0_0RNCWebViewDecisionManager.m7 @synthesize nextLockIdentifier;
20 int lockIdentifier = self.nextLockIdentifier++;
39 self.nextLockIdentifier = 1;
H A DABI49_0_0RNCWebViewDecisionManager.h8 int nextLockIdentifier; variable
12 @property (nonatomic) int nextLockIdentifier;
/expo/ios/vendored/unversioned/react-native-webview/apple/
H A DRNCWebViewDecisionManager.m7 @synthesize nextLockIdentifier;
20 int lockIdentifier = self.nextLockIdentifier++;
39 self.nextLockIdentifier = 1;
H A DRNCWebViewDecisionManager.h8 int nextLockIdentifier; variable
12 @property (nonatomic) int nextLockIdentifier;
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/webview/
H A DRNCWebViewModule.java64 private int nextLockIdentifier = 1; field in RNCWebViewModule.ShouldOverrideUrlLoadingLock
68 final int lockIdentifier = nextLockIdentifier++; in getNewLock()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/webview/
H A DRNCWebViewModuleImpl.java144 private double nextLockIdentifier = 1; field in RNCWebViewModuleImpl.ShouldOverrideUrlLoadingLock
148 final double lockIdentifier = nextLockIdentifier++; in getNewLock()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/webview/
H A DRNCWebViewModuleImpl.java144 private double nextLockIdentifier = 1; field in RNCWebViewModuleImpl.ShouldOverrideUrlLoadingLock
148 final double lockIdentifier = nextLockIdentifier++; in getNewLock()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/webview/
H A DRNCWebViewModule.java64 private int nextLockIdentifier = 1; field in RNCWebViewModule.ShouldOverrideUrlLoadingLock
68 final int lockIdentifier = nextLockIdentifier++; in getNewLock()