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

/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dasyncsocket.h53 ERROR_NONE = 0, //!< No error enumerator in enum:buzz::AsyncSocket::Error
H A Dxmppclient.cc57 pre_engine_error_(XmppEngine::ERROR_NONE),
158 return XmppEngine::ERROR_NONE;
159 if (d_->pre_engine_error_ != XmppEngine::ERROR_NONE) {
H A Dxmppengine.h152 ERROR_NONE = 0, //!< No error enumerator in enum:buzz::XmppEngine::Error
H A Dxmppengineimpl.cc68 error_code_(ERROR_NONE),
441 return error_code_ != ERROR_NONE;
/external/skia/gm/
H A Dgmmain.cpp90 const static ErrorBitfield ERROR_NONE = 0x00; variable
270 case ERROR_NONE:
442 return ERROR_NONE;
536 return ERROR_NONE;
602 * Returns ERROR_NONE if they match, or some particular error code otherwise
633 retval = ERROR_NONE;
676 if (ERROR_NONE == result) {
749 ErrorBitfield retval = ERROR_NONE;
872 if (ERROR_NONE != errors) {
905 return ERROR_NONE;
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_webstore_private_api.h52 ERROR_NONE = 0, enumerator in enum:BeginInstallWithManifestFunction::ResultCode
H A Dextension_webstore_private_api.cc311 case ERROR_NONE:
385 SetResult(ERROR_NONE);
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediachannel.h191 ERROR_NONE = 0, // No error. enumerator in enum:cricket::VoiceMediaChannel::Error
238 *error = ERROR_NONE;
422 ERROR_NONE = 0, // No error. enumerator in enum:cricket::VideoMediaChannel::Error
/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmppsocket.cc170 return buzz::AsyncSocket::ERROR_NONE;
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsession.cc159 : state_(STATE_INIT), error_(ERROR_NONE),
237 error_ = ERROR_NONE;
896 if (error_ != ERROR_NONE)
H A Dsession.h160 ERROR_NONE = 0, // no error enumerator in enum:cricket::BaseSession::Error
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc262 case buzz::XmppEngine::ERROR_NONE:

Completed in 412 milliseconds