Searched refs:NotifyNativeWinDestroyFunc (Results 1 – 15 of 15) sorted by relevance
30 using NotifyNativeWinDestroyFunc = std::function<void(std::string windowName)>; variable131 virtual void RegisterWindowDestroyedListener(const NotifyNativeWinDestroyFunc& func) {} in RegisterWindowDestroyedListener()
138 inline NotifyNativeWinDestroyFunc GetNativeDestroyCallback() in GetNativeDestroyCallback()228 virtual void RegisterWindowDestroyedListener(const NotifyNativeWinDestroyFunc& func) override;473 NotifyNativeWinDestroyFunc notifyNativefunc_;
192 void RegisterWindowDestroyedListener(const NotifyNativeWinDestroyFunc& func) override;354 NotifyNativeWinDestroyFunc notifyNativeFunc_;
59 using NotifyNativeWinDestroyFunc = std::function<void(std::string windowName)>; variable227 virtual void RegisterWindowDestroyedListener(const NotifyNativeWinDestroyFunc& func) = 0;
156 virtual void RegisterWindowDestroyedListener(const NotifyNativeWinDestroyFunc& func) override;
63 using NotifyNativeWinDestroyFunc = std::function<void(std::string windowName)>; variable1315 virtual void RegisterWindowDestroyedListener(const NotifyNativeWinDestroyFunc& func) {} in RegisterWindowDestroyedListener()
683 void WindowImpl::RegisterWindowDestroyedListener(const NotifyNativeWinDestroyFunc& func) in RegisterWindowDestroyedListener()
662 NotifyNativeWinDestroyFunc func = [](std::string) {}; in CheckWindowImplFunctionsPart7()
70 NotifyNativeWinDestroyFunc func = [](std::string windowName) { in CJWindowImpl()
1455 NotifyNativeWinDestroyFunc func = [](std::string) {}; in __anond559098b0202()
1488 NotifyNativeWinDestroyFunc func = [&](std::string name)
1184 NotifyNativeWinDestroyFunc func = nullptr;
2448 void WindowImpl::RegisterWindowDestroyedListener(const NotifyNativeWinDestroyFunc& func) in RegisterWindowDestroyedListener()
2667 void WindowSessionImpl::RegisterWindowDestroyedListener(const NotifyNativeWinDestroyFunc& func) in RegisterWindowDestroyedListener()
68 NotifyNativeWinDestroyFunc func = [this](const std::string& windowName) { in JsWindow()