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

/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_udp.cc39 bool IsTransientError(int error) { function in namespace:__anon7341
181 } else if (result < 0 && !IsTransientError(result)) {
241 } else if (!IsTransientError(result) && last_dscp_ != net::DSCP_CS0) {
259 if (IsTransientError(result)) {
299 if (!IsTransientError(result)) {

Completed in 3622 milliseconds