Searched refs:kMaxSendBufferSize (Results 1 – 9 of 9) sorted by relevance
37 static const int32_t kMaxSendBufferSize; variable
43 static const int32_t kMaxSendBufferSize; variable
25 const int32_t UDPSocketResourceBase::kMaxSendBufferSize = member in ppapi::proxy::UDPSocketResourceBase
28 const int32_t TCPSocketResourceBase::kMaxSendBufferSize = member in ppapi::proxy::TCPSocketResourceBase
29 const int kMaxSendBufferSize = 256 * 1024; variable189 if (send_queue_size_ >= kMaxSendBufferSize) { in SendTo()
27 const int kMaxSendBufferSize = 256 * 1024; variable221 if (send_queue_size_ >= kMaxSendBufferSize) { in SendTo()
146 ppapi::proxy::UDPSocketResourceBase::kMaxSendBufferSize) { in OnMsgSetOption()
259 if (integer_value > ppapi::TCPSocketShared::kMaxSendBufferSize) { in SetOption()
460 if (integer_value > TCPSocketResourceBase::kMaxSendBufferSize) in OnMsgSetOption()