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

  /external/chromium_org/remoting/host/
server_log_entry_host.cc 39 const char* GetValueSessionState(bool connected) {
50 entry->Set(kKeySessionState, GetValueSessionState(connected));
  /external/chromium_org/remoting/client/
server_log_entry_client.cc 41 const char* GetValueSessionState(ConnectionToHost::State state) {
102 entry->Set(kKeySessionState, GetValueSessionState(state));

Completed in 3493 milliseconds