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

  /external/chromium_org/chrome/browser/local_discovery/
device_description.cc 18 DeviceDescription::ConnectionState
21 return DeviceDescription::ONLINE;
23 return DeviceDescription::OFFLINE;
25 return DeviceDescription::CONNECTING;
27 return DeviceDescription::NOT_CONFIGURED;
30 return DeviceDescription::UNKNOWN;
35 DeviceDescription::DeviceDescription()
40 DeviceDescription::~DeviceDescription() {
    [all...]
device_description.h 18 struct DeviceDescription {
27 DeviceDescription();
28 ~DeviceDescription();

Completed in 854 milliseconds