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

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpserver.cc160 base_.abort(HE_DISCONNECTED);
216 err = HE_DISCONNECTED;
H A Dhttpbase_unittest.cc378 VerifyTransferComplete(HM_SEND, HE_DISCONNECTED);
529 EXPECT_EQ(HE_DISCONNECTED, error);
533 VerifyTransferComplete(HM_RECV, HE_DISCONNECTED);
H A Dhttpbase.cc424 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED);
461 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED);
503 return HE_DISCONNECTED;
H A Dhttpcommon.h87 HE_DISCONNECTED, // Connection closed unexpectedly enumerator in enum:talk_base::HttpError
H A Dhttpclient.cc727 if (((HE_DISCONNECTED == err) || (HE_CONNECT_FAILED == err)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpbase.cc420 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED);
457 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED);
499 return HE_DISCONNECTED;
H A Dhttpcommon.h87 HE_DISCONNECTED, // Connection closed unexpectedly enumerator in enum:talk_base::HttpError
H A Dhttpclient.cc694 if (((HE_DISCONNECTED == err) || (HE_CONNECT_FAILED == err)

Completed in 144 milliseconds