Searched refs:notifyNativefunc_ (Results 1 – 2 of 2) sorted by relevance
140 return notifyNativefunc_; in GetNativeDestroyCallback()229 virtual void UnregisterWindowDestroyedListener() override { notifyNativefunc_ = nullptr; } in UnregisterWindowDestroyedListener()473 NotifyNativeWinDestroyFunc notifyNativefunc_; variable
2451 notifyNativefunc_ = std::move(func); in RegisterWindowDestroyedListener()3882 if (notifyNativefunc_) { in NotifyBeforeDestroy()3883 notifyNativefunc_(windowName); in NotifyBeforeDestroy()