Home
last modified time | relevance | path

Searched refs:WriteToSocket (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ppapi/tests/
Dtest_tcp_socket.h41 std::string WriteToSocket(pp::TCPSocket* socket, const std::string& s);
Dtest_tcp_socket.cc127 ASSERT_SUBTEST_SUCCESS(WriteToSocket(&socket, "GET / HTTP/1.0\r\n\r\n")); in TestReadWrite()
235 ASSERT_SUBTEST_SUCCESS(WriteToSocket(&client_socket, in TestListen()
289 ASSERT_SUBTEST_SUCCESS(WriteToSocket(client_sockets[i], in TestBacklog()
397 std::string TestTCPSocket::WriteToSocket(pp::TCPSocket* socket, in WriteToSocket() function in TestTCPSocket
/external/chromium/chrome/browser/
Dprocess_singleton_linux.cc137 bool WriteToSocket(int fd, const char *message, size_t length) { in WriteToSocket() function
737 WriteToSocket(fd_, message, length); in FinishWithACK()
848 if (!WriteToSocket(socket.fd(), to_send.data(), to_send.length())) { in NotifyOtherProcessWithTimeout()
/external/chromium_org/chrome/browser/
Dprocess_singleton_linux.cc133 bool WriteToSocket(int fd, const char *message, size_t length) { in WriteToSocket() function
661 WriteToSocket(fd_, message, length); in FinishWithACK()
786 if (!WriteToSocket(socket.fd(), to_send.data(), to_send.length())) { in NotifyOtherProcessWithTimeout()