Home
last modified time | relevance | path

Searched refs:IsTransientError (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/p2p/
Dsocket_host_udp.cc38 bool IsTransientError(int error) { in IsTransientError() function
177 } else if (result < 0 && !IsTransientError(result)) { in HandleReadResult()
230 } else if (!IsTransientError(result) && last_dscp_ != net::DSCP_CS0) { in DoSend()
246 if (IsTransientError(result)) { in DoSend()
282 } else if (IsTransientError(result)) { in HandleSendResult()
/external/chromium_org/remoting/jingle_glue/
Dchromium_socket_factory.cc33 bool IsTransientError(int error) { in IsTransientError() function
284 if (!IsTransientError(result)) { in OnSendCompleted()