Searched refs:OnSendCompleted (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/proximity_auth/
H A Dconnection_observer.h30 virtual void OnSendCompleted(const Connection& connection,
H A Dconnection.cc70 ConnectionObserver, observers_, OnSendCompleted(*this, message, success));
H A Dconnection_unittest.cc67 MOCK_METHOD3(OnSendCompleted,
174 EXPECT_CALL(observer, OnSendCompleted(Ref(connection), _, true));
186 EXPECT_CALL(observer, OnSendCompleted(_, _, _)).Times(0);
/external/chromium_org/chrome/browser/extensions/api/socket/
H A Dudp_socket_unittest.cc37 static void OnSendCompleted(int result) { function in namespace:extensions
92 src->Write(data, test_message_length, base::Bind(&OnSendCompleted));
/external/chromium_org/remoting/protocol/
H A Dchromium_socket_factory.cc70 void OnSendCompleted(int result);
273 base::Bind(&UdpPacketSocket::OnSendCompleted, base::Unretained(this)));
277 OnSendCompleted(result);
281 void UdpPacketSocket::OnSendCompleted(int result) { function in class:remoting::protocol::__anon10500::UdpPacketSocket
/external/chromium_org/remoting/client/plugin/
H A Dpepper_packet_socket_factory.cc127 void OnSendCompleted(int result);
324 callback_factory_.NewCallback(&UdpPacketSocket::OnSendCompleted);
333 void UdpPacketSocket::OnSendCompleted(int result) { function in class:remoting::__anon10375::UdpPacketSocket

Completed in 911 milliseconds