Searched refs:notifyNativeFunc_ (Results 1 – 2 of 2) sorted by relevance
193 void UnregisterWindowDestroyedListener() override { notifyNativeFunc_ = nullptr; } in UnregisterWindowDestroyedListener()354 NotifyNativeWinDestroyFunc notifyNativeFunc_; variable
2669 notifyNativeFunc_ = std::move(func); in RegisterWindowDestroyedListener()2861 if (notifyNativeFunc_) { in NotifyBeforeDestroy()2862 notifyNativeFunc_(windowName); in NotifyBeforeDestroy()