Searched refs:GetError (Results 101 - 125 of 214) sorted by relevance

123456789

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drawtransportchannel.h69 virtual int GetError();
H A Drelayport.h76 virtual int GetError();
H A Ddtlstransportchannel.h143 virtual int GetError() { function in class:cricket::DtlsTransportChannelWrapper
144 return channel_->GetError();
H A Dtransportchannelproxy.cc114 int TransportChannelProxy::GetError() { function in class:cricket::TransportChannelProxy
119 return impl_->GetError();
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppclient.cc176 XmppEngine::Error XmppClient::GetError(int* subcode) { function in class:buzz::XmppClient
188 return d_->engine_->GetError(subcode);
265 d_->pre_engine_subcode_ = d_->pre_auth_->GetError();
390 int code = socket_->GetError();
H A Dxmppsocket.cc109 LOG(LS_ERROR) << "Send error: " << cricket_socket_->GetError();
182 int XmppSocket::GetError() { function in class:buzz::XmppSocket
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocketpool.cc147 *err = socket->GetError();
197 *err = stream_->GetSocket()->GetError();
H A Dschanneladapter.cc438 } else if (GetError() == EWOULDBLOCK) {
441 return GetError();
455 } else if (GetError() == EWOULDBLOCK) {
458 result = GetError();
H A Dwin32socketserver.h69 virtual int GetError() const;
/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmppsocket.cc100 LOG(LS_ERROR) << "Send error: " << cricket_socket_->GetError();
173 int XmppSocket::GetError() { function in class:XmppSocket
/external/chromium_org/chrome/browser/extensions/
H A Dextension_function.cc101 const std::string ExtensionFunction::GetError() { function in class:ExtensionFunction
139 response_callback_.Run(type, *results_, GetError());
H A Dextensions_quota_service.h187 std::string GetError() const;
/external/chromium_org/jingle/notifier/base/
H A Dxmpp_connection_unittest.cc59 MOCK_CONST_METHOD0(GetError, int());
123 EXPECT_CALL(*mock_pre_xmpp_auth_, GetError()).WillOnce(Return(5));
/external/chromium_org/remoting/client/plugin/
H A Dpepper_packet_socket_factory.cc51 virtual int GetError() const OVERRIDE;
250 int UdpPacketSocket::GetError() const { function in class:remoting::__anon9702::UdpPacketSocket
/external/chromium_org/remoting/jingle_glue/
H A Dchromium_socket_factory.cc55 virtual int GetError() const OVERRIDE;
246 int UdpPacketSocket::GetError() const { function in class:remoting::__anon9809::UdpPacketSocket
H A Dxmpp_signal_strategy.cc123 SignalStrategy::Error XmppSignalStrategy::GetError() const { function in class:remoting::XmppSignalStrategy
202 buzz::XmppEngine::Error error = xmpp_client_->GetError(&subcode);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsocketpool.cc147 *err = socket->GetError();
202 *err = stream_->GetSocket()->GetError();
H A Dschanneladapter.cc435 } else if (GetError() == EWOULDBLOCK) {
438 return GetError();
452 } else if (GetError() == EWOULDBLOCK) {
455 result = GetError();
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest.cc1647 EXPECT_CALL(*gl_, GetError())
1850 EXPECT_CALL(*gl_, GetError())
1879 EXPECT_CALL(*gl_, GetError())
2063 EXPECT_CALL(*gl_, GetError())
2081 EXPECT_CALL(*gl_, GetError())
2089 EXPECT_CALL(*gl_, GetError())
2092 EXPECT_CALL(*gl_, GetError())
2119 EXPECT_CALL(*gl_, GetError())
2127 EXPECT_CALL(*gl_, GetError())
2130 EXPECT_CALL(*gl_, GetError())
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.h85 virtual int GetError() { return error_; } function in class:cricket::P2PTransportChannel
H A Dpseudotcp.h73 int GetError();
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppengine.h150 //! Error codes. See GetError().
241 virtual Error GetError(int *subcode) = 0;
/external/chromium_org/jingle/glue/
H A Dfake_socket_factory.cc92 int FakeUDPPacketSocket::GetError() const { function in class:jingle_glue::FakeUDPPacketSocket
H A Dfake_socket_factory.h48 virtual int GetError() const OVERRIDE;
/external/chromium_org/ppapi/examples/gles2/
H A Dgles2.cc33 assert(!gles2_if_->GetError(context_->pp_resource()));

Completed in 436 milliseconds

123456789