HomeSort by relevance Sort by last modified time
    Searched refs:DeviceDescription (Results 1 - 25 of 26) sorted by null

1 2

  /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();
privet_device_lister.h 27 const DeviceDescription& description) = 0;
privet_device_resolver.h 19 const DeviceDescription& /*description*/)>
privet_local_printer_lister.h 30 const DeviceDescription& description) = 0;
45 const DeviceDescription* GetDeviceDescription(const std::string& name);
50 const DeviceDescription& description) OVERRIDE;
privet_device_resolver.cc 32 DeviceDescription device_description;
privet_notifications.h 29 struct DeviceDescription;
59 const DeviceDescription& description);
102 const DeviceDescription& description) OVERRIDE;
privet_device_lister_impl.cc 50 DeviceDescription device_description;
privet_local_printer_lister.cc 22 DeviceDescription description;
52 const DeviceDescription& description) {
131 const DeviceDescription* PrivetLocalPrinterLister::GetDeviceDescription(
privet_device_lister_unittest.cc 166 const DeviceDescription& description));
208 DeviceDescription outgoing_description;
244 EXPECT_EQ(DeviceDescription::ONLINE, outgoing_description.connection_state);
privet_local_printer_lister_unittest.cc 98 const DeviceDescription& description));
privet_notifications_unittest.cc 123 DeviceDescription description_;
privet_notifications.cc 87 const DeviceDescription& description) {
213 const DeviceDescription& description) {
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_handler.h 88 const DeviceDescription& description) OVERRIDE;
104 typedef std::map<std::string, DeviceDescription> DeviceDescriptionMap;
local_discovery_ui_handler.cc 432 const DeviceDescription& description) {
514 const DeviceDescription& device = found->second;
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.h 94 const local_discovery::DeviceDescription& description) OVERRIDE;
289 const local_discovery::DeviceDescription& description,
print_preview_handler.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbioctl.h 414 USB_ID_STRING DeviceDescription;
622 WCHAR DeviceDescription[40];
647 WCHAR DeviceDescription[60];
powrprof.h 173 LPCWSTR DeviceDescription,
ntddndis.h     [all...]
setupapi.h     [all...]
ks.h     [all...]
  /external/chromium_org/chrome/browser/extensions/api/gcd_private/
gcd_private_api.cc 159 const local_discovery::DeviceDescription& description) OVERRIDE;
311 const local_discovery::DeviceDescription& description) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]
ntddk.h     [all...]

Completed in 604 milliseconds

1 2