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

  /external/chromium_org/remoting/protocol/
errors.h 18 INCOMPATIBLE_PROTOCOL,
jingle_session.cc 53 return INCOMPATIBLE_PROTOCOL;
145 CloseInternal(INCOMPATIBLE_PROTOCOL);
357 CloseInternal(INCOMPATIBLE_PROTOCOL);
461 CloseInternal(INCOMPATIBLE_PROTOCOL);
466 CloseInternal(INCOMPATIBLE_PROTOCOL);
493 CloseInternal(INCOMPATIBLE_PROTOCOL);
547 error_ = INCOMPATIBLE_PROTOCOL;
618 case INCOMPATIBLE_PROTOCOL:
jingle_session_manager.cc 127 error = INCOMPATIBLE_PROTOCOL;
  /external/chromium_org/remoting/webapp/
error.js 25 INCOMPATIBLE_PROTOCOL: /*i18n-content*/'ERROR_INCOMPATIBLE_PROTOCOL',
client_session.js 220 INCOMPATIBLE_PROTOCOL: 3,
867 case remoting.ClientSession.ConnectionError.INCOMPATIBLE_PROTOCOL:
868 this.error_ = remoting.Error.INCOMPATIBLE_PROTOCOL;
    [all...]
server_log_entry.js 91 case remoting.Error.INCOMPATIBLE_PROTOCOL:
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 129 case protocol::INCOMPATIBLE_PROTOCOL:
130 return "INCOMPATIBLE_PROTOCOL";
    [all...]

Completed in 185 milliseconds