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

  /external/chromium_org/remoting/protocol/
session_config.cc 82 ChannelConfig event_config; local
89 event_configs_, client_config->event_configs_, &event_config) ||
98 result->set_event_config(event_config);
109 IsChannelConfigSupported(event_configs_, config.event_config()) &&
168 result->mutable_event_configs()->push_back(config.event_config());
session_config.h 69 void set_event_config(const ChannelConfig& event_config) {
70 event_config_ = event_config;
72 const ChannelConfig& event_config() const { return event_config_; } function in class:remoting::protocol::SessionConfig

Completed in 53 milliseconds