Searched refs:OnSendCompleted (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/remoting/protocol/ |
D | chromium_socket_factory.cc | 70 void OnSendCompleted(int result); 273 base::Bind(&UdpPacketSocket::OnSendCompleted, base::Unretained(this))); in DoSend() 277 OnSendCompleted(result); in DoSend() 281 void UdpPacketSocket::OnSendCompleted(int result) { in OnSendCompleted() function in remoting::protocol::__anon923e070e0111::UdpPacketSocket
|
/external/chromium_org/components/proximity_auth/ |
D | connection_unittest.cc | 67 MOCK_METHOD3(OnSendCompleted, 174 EXPECT_CALL(observer, OnSendCompleted(Ref(connection), _, true)); in TEST() 186 EXPECT_CALL(observer, OnSendCompleted(_, _, _)).Times(0); in TEST()
|
D | connection_observer.h | 30 virtual void OnSendCompleted(const Connection& connection,
|
D | connection.cc | 70 ConnectionObserver, observers_, OnSendCompleted(*this, message, success)); in OnDidSendMessage()
|
/external/chromium_org/chrome/browser/extensions/api/socket/ |
D | udp_socket_unittest.cc | 37 static void OnSendCompleted(int result) { in OnSendCompleted() function 92 src->Write(data, test_message_length, base::Bind(&OnSendCompleted)); in SendMulticastPacket()
|
/external/chromium_org/remoting/client/plugin/ |
D | pepper_packet_socket_factory.cc | 127 void OnSendCompleted(int result); 324 callback_factory_.NewCallback(&UdpPacketSocket::OnSendCompleted); in DoSend() 333 void UdpPacketSocket::OnSendCompleted(int result) { in OnSendCompleted() function in remoting::__anon0621c7b80111::UdpPacketSocket
|