Home
last modified time | relevance | path

Searched refs:NotifyConnected (Results 1 – 23 of 23) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/win/
H A Drdp_client.cc70 void NotifyConnected();
206 NotifyConnected(); in OnConnected()
225 void RdpClient::Core::NotifyConnected() { in NotifyConnected() function in remoting::RdpClient::Core
228 base::BindOnce(&Core::NotifyConnected, this)); in NotifyConnected()
H A Drdp_client_window.h142 void NotifyConnected();
H A Drdp_client_window.cc427 NotifyConnected(); in OnConnected()
510 void RdpClientWindow::NotifyConnected() { in NotifyConnected() function in remoting::RdpClientWindow
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/secure_channel/
H A Dnearby_connector_impl_unittest.cc185 broker->NotifyConnected(); in TEST_F()
231 broker1->NotifyConnected(); in TEST_F()
243 broker2->NotifyConnected(); in TEST_F()
296 broker2->NotifyConnected(); in TEST_F()
340 broker->NotifyConnected(); in TEST_F()
H A Dfake_nearby_connection_broker.h25 using NearbyConnectionBroker::NotifyConnected;
H A Dnearby_connection_broker.h50 void NotifyConnected();
H A Dnearby_connection_broker.cc40 void NearbyConnectionBroker::NotifyConnected() { in NotifyConnected() function in chromeos::secure_channel::NearbyConnectionBroker
H A Dnearby_connection_broker_impl.cc331 NotifyConnected(); in OnConnectionAccepted()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/tether/
H A Dwifi_hotspot_connector_unittest.cc218 void NotifyConnected(const std::string& service_path) { in NotifyConnected() function in chromeos::tether::WifiHotspotConnectorTest
450 NotifyConnected(test_network_connect_->last_service_path_created()); in TEST_F()
478 NotifyConnected(test_network_connect_->last_service_path_created()); in TEST_F()
543 NotifyConnected(service_path2); in TEST_F()
613 NotifyConnected(service_path2); in TEST_F()
661 NotifyConnected(test_network_connect_->last_service_path_created()); in TEST_F()
717 NotifyConnected(test_network_connect_->last_service_path_created()); in TEST_F()
816 NotifyConnected(service_path2); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_manager_chromeos.cc235 NotifyConnected(); in StartConnection()
271 void DeviceCloudPolicyManagerChromeOS::NotifyConnected() { in NotifyConnected() function in policy::DeviceCloudPolicyManagerChromeOS
H A Dheartbeat_scheduler_unittest.cc99 void NotifyConnected() { in NotifyConnected() function in __anon0b6d3cf40111::MockGCMDriver
432 gcm_driver_.NotifyConnected(); in TEST_F()
448 gcm_driver_.NotifyConnected(); in TEST_F()
H A Ddevice_cloud_policy_manager_chromeos.h155 void NotifyConnected();
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/protocol/
H A Dice_transport_channel.cc132 FROM_HERE, base::BindOnce(&IceTransportChannel::NotifyConnected, in Connect()
136 void IceTransportChannel::NotifyConnected() { in NotifyConnected() function in remoting::protocol::IceTransportChannel
H A Dice_transport_channel.h98 void NotifyConnected();
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/url_request/
H A Durl_request_job.cc386 int URLRequestJob::NotifyConnected(const TransportInfo& info) { in NotifyConnected() function in net::URLRequestJob
387 return request_->NotifyConnected(info); in NotifyConnected()
H A Durl_request_job.h259 int NotifyConnected(const TransportInfo& info);
H A Durl_request.h794 int NotifyConnected(const TransportInfo& info);
H A Durl_request.cc771 int URLRequest::NotifyConnected(const TransportInfo& info) { in NotifyConnected() function in net::URLRequest
H A Durl_request_http_job.cc361 return URLRequestJob::NotifyConnected(info); in NotifyConnectedCallback()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/presentation/
H A DPresentationSessionInfo.cpp705 PresentationControllingInfo::NotifyConnected() { in NotifyConnected() function in PresentationControllingInfo
1396 PresentationPresentingInfo::NotifyConnected() { in NotifyConnected() function in PresentationPresentingInfo
/dports/lang/spidermonkey60/firefox-60.9.0/dom/presentation/
H A DPresentationSessionInfo.cpp706 PresentationControllingInfo::NotifyConnected() { in NotifyConnected() function in PresentationControllingInfo
1401 PresentationPresentingInfo::NotifyConnected() { in NotifyConnected() function in PresentationPresentingInfo
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/presentation/
H A DPresentationSessionInfo.cpp796 PresentationControllingInfo::NotifyConnected() in NotifyConnected() function in PresentationControllingInfo
1524 PresentationPresentingInfo::NotifyConnected() in NotifyConnected() function in PresentationPresentingInfo
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/
H A Durl_loader_unittest.cc409 const int result = NotifyConnected(transport_info_); in StartAsync()