Home
last modified time | relevance | path

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

/expo/ios/vendored/sdk49/react-native-webview/apple/
H A DABI49_0_0RNCWebViewDecisionManager.h5 typedef void (^DecisionBlock)(BOOL); typedef
17 - (int)setDecisionHandler:(DecisionBlock)handler;
H A DABI49_0_0RNCWebViewDecisionManager.m19 - (int)setDecisionHandler:(DecisionBlock)decisionHandler { argument
28 DecisionBlock handler = [self.decisionHandlers objectForKey:@(lockIdentifier)];
/expo/ios/vendored/unversioned/react-native-webview/apple/
H A DRNCWebViewDecisionManager.h5 typedef void (^DecisionBlock)(BOOL); typedef
17 - (int)setDecisionHandler:(DecisionBlock)handler;
H A DRNCWebViewDecisionManager.m19 - (int)setDecisionHandler:(DecisionBlock)decisionHandler { argument
28 DecisionBlock handler = [self.decisionHandlers objectForKey:@(lockIdentifier)];