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

  /external/chromium_org/remoting/protocol/
errors.h 19 INCOMPATIBLE_PROTOCOL,
jingle_session.cc 61 return INCOMPATIBLE_PROTOCOL;
154 CloseInternal(INCOMPATIBLE_PROTOCOL);
369 CloseInternal(INCOMPATIBLE_PROTOCOL);
473 CloseInternal(INCOMPATIBLE_PROTOCOL);
478 CloseInternal(INCOMPATIBLE_PROTOCOL);
505 CloseInternal(INCOMPATIBLE_PROTOCOL);
558 error_ = INCOMPATIBLE_PROTOCOL;
643 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',
server_log_entry.js 91 case remoting.Error.INCOMPATIBLE_PROTOCOL:
client_session.js 267 INCOMPATIBLE_PROTOCOL: 3,
    [all...]
  /external/chromium_org/remoting/client/
server_log_entry_client.cc 73 case protocol::INCOMPATIBLE_PROTOCOL:
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/jni/
JniInterface.java 80 INCOMPATIBLE_PROTOCOL(3, R.string.error_incompatible_protocol),
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 140 case protocol::INCOMPATIBLE_PROTOCOL:
141 return "INCOMPATIBLE_PROTOCOL";
    [all...]

Completed in 508 milliseconds