Searched refs:OnDestroyed (Results 1 – 9 of 9) sorted by relevance
48 conn->SignalDestroyed.connect(this, &ConnectionObserver::OnDestroyed); in ConnectionObserver()54 void OnDestroyed(Connection*) { connection_destroyed_ = true; } in OnDestroyed() function in ConnectionObserver
290 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed); in CreateConnection()306 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed); in AcceptConnection()350 void OnDestroyed(Connection* conn) { in OnDestroyed() function in cricket::TestChannel780 port->SignalDestroyed.connect(this, &PortTest::OnDestroyed); in ConnectToSignalDestroyed()783 void OnDestroyed(PortInterface* port) { ++ports_destroyed_; } in OnDestroyed() function in cricket::PortTest
65 void OnDestroyed(GtkWidget* widget, GdkEvent* event);
47 reinterpret_cast<GtkMainWnd*>(data)->OnDestroyed(widget, event); in OnDestroyedCallback()364 void GtkMainWnd::OnDestroyed(GtkWidget* widget, GdkEvent* event) { in OnDestroyed() function in GtkMainWnd
162 void OnDestroyed();
329 void MainWnd::OnDestroyed() { in OnDestroyed() function in MainWnd427 me->OnDestroyed(); in WndProc()
90 void OnDestroyed() override { in OnDestroyed() function in openscreen::osp::FakeMdnsResponderAdapterFactory142 void OnDestroyed() override { other_->OnDestroyed(); } in OnDestroyed() function in openscreen::osp::__anon9b4127210111::WrapperMdnsResponderAdapterFactory
77 virtual void OnDestroyed() = 0;
116 observer_->OnDestroyed(); in ~FakeMdnsResponderAdapter()