Home
last modified time | relevance | path

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

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI49_0_0ShadowTree.h66 bool mountSynchronously{true};
137 void mount(ShadowTreeRevision revision, bool mountSynchronously) const;
H A DABI49_0_0ShadowTreeDelegate.h38 bool mountSynchronously) const = 0;
H A DABI49_0_0ShadowTree.cpp410 mount(std::move(newRevision), commitOptions.mountSynchronously); in tryCommit()
421 void ShadowTree::mount(ShadowTreeRevision revision, bool mountSynchronously) in mount()
425 mountingCoordinator_, mountSynchronously); in mount()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI49_0_0UIManagerDelegate.h27 bool mountSynchronously) = 0;
H A DABI49_0_0UIManager.h108 bool mountSynchronously) const override;
H A DABI49_0_0UIManager.cpp537 bool mountSynchronously) const { in shadowTreeDidFinishTransaction()
542 std::move(mountingCoordinator), mountSynchronously); in shadowTreeDidFinishTransaction()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI49_0_0Scheduler.h92 bool mountSynchronously) override;
H A DABI49_0_0Scheduler.cpp306 bool mountSynchronously) { in uiManagerDidFinishTransaction() argument
317 if (runtimeScheduler && !mountSynchronously) { in uiManagerDidFinishTransaction()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/tests/
H A DABI49_0_0StateReconciliationTest.cpp36 bool mountSynchronously) const override{}; in shadowTreeDidFinishTransaction()