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

  /external/chromium_org/remoting/protocol/
errors.h 23 HOST_OVERLOAD,
jingle_session_manager.cc 131 error = HOST_OVERLOAD;
jingle_session.cc 541 error_ = HOST_OVERLOAD;
621 case HOST_OVERLOAD:
  /external/chromium_org/remoting/webapp/
error.js 28 HOST_OVERLOAD: /*i18n-content*/'ERROR_HOST_OVERLOAD',
client_session.js 222 HOST_OVERLOAD: 5
873 case remoting.ClientSession.ConnectionError.HOST_OVERLOAD:
874 this.error_ = remoting.Error.HOST_OVERLOAD;
    [all...]
server_log_entry.js 97 case remoting.Error.HOST_OVERLOAD:
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 132 case protocol::HOST_OVERLOAD:
133 return "HOST_OVERLOAD";
    [all...]

Completed in 58 milliseconds