HomeSort by relevance Sort by last modified time
    Searched defs:ServerLogEntry (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/webapp/
server_log_entry.js 19 remoting.ServerLogEntry = function() {
24 remoting.ServerLogEntry.KEY_EVENT_NAME_ = 'event-name';
26 remoting.ServerLogEntry.VALUE_EVENT_NAME_SESSION_STATE_ =
30 remoting.ServerLogEntry.KEY_SESSION_ID_ = 'session-id';
33 remoting.ServerLogEntry.KEY_ROLE_ = 'role';
35 remoting.ServerLogEntry.VALUE_ROLE_CLIENT_ = 'client';
38 remoting.ServerLogEntry.KEY_SESSION_STATE_ = 'session-state';
45 remoting.ServerLogEntry.getValueForSessionState = function(state) {
71 remoting.ServerLogEntry.KEY_CONNECTION_ERROR_ = 'connection-error';
78 remoting.ServerLogEntry.getValueForError
    [all...]
  /external/chromium_org/remoting/signaling/
server_log_entry.h 22 class ServerLogEntry {
30 ServerLogEntry();
31 ~ServerLogEntry();
server_log_entry.cc 35 ServerLogEntry::ServerLogEntry() {
38 ServerLogEntry::~ServerLogEntry() {
41 void ServerLogEntry::Set(const std::string& key, const std::string& value) {
45 void ServerLogEntry::AddCpuField() {
49 void ServerLogEntry::AddModeField(ServerLogEntry::Mode mode) {
64 void ServerLogEntry::AddRoleField(const char* role) {
68 void ServerLogEntry::AddEventNameField(const char* name)
    [all...]

Completed in 913 milliseconds