HomeSort by relevance Sort by last modified time
    Searched refs:ConnectionError (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 131 enum ConnectionError {
293 ConnectionError error() const { return error_; }
365 ConnectionError error_;
386 void set_error(ConnectionError error) { error_ = error; }
    [all...]
network_library.cc 667 static ConnectionError ParseError(const std::string& error) {
668 static StringToEnum<ConnectionError>::Pair table[] = {
681 static StringToEnum<ConnectionError> parser(
    [all...]
  /external/chromium_org/remoting/webapp/
client_plugin_async.js 216 if (remoting.ClientSession.ConnectionError.hasOwnProperty(
218 error = /** @type {remoting.ClientSession.ConnectionError} */
219 remoting.ClientSession.ConnectionError[message.data['error']];
221 error = remoting.ClientSession.ConnectionError.UNKNOWN;
client_session.js 215 remoting.ClientSession.ConnectionError = {
861 case remoting.ClientSession.ConnectionError.HOST_IS_OFFLINE:
864 case remoting.ClientSession.ConnectionError.SESSION_REJECTED:
867 case remoting.ClientSession.ConnectionError.INCOMPATIBLE_PROTOCOL:
870 case remoting.ClientSession.ConnectionError.NETWORK_FAILURE:
873 case remoting.ClientSession.ConnectionError.HOST_OVERLOAD:
    [all...]
  /external/chromium_org/content/browser/speech/
speech_recognizer_impl_unittest.cc 281 TEST_F(SpeechRecognizerImplTest, ConnectionError) {

Completed in 873 milliseconds