Home
last modified time | relevance | path

Searched defs:DeviceContext (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
Dprivet_local_printer_lister.cc15 struct PrivetLocalPrinterLister::DeviceContext { struct in local_discovery::PrivetLocalPrinterLister
17 DeviceContext() { in DeviceContext() argument
20 ~DeviceContext() { in ~DeviceContext()
23 scoped_ptr<PrivetHTTPResolution> privet_resolution;
24 scoped_ptr<PrivetHTTPClient> privet_client;
25 scoped_ptr<PrivetInfoOperation> info_operation;
26 DeviceDescription description;
28 bool has_local_printing;
Dprivet_notifications.h67 struct DeviceContext { struct
78 typedef std::map<std::string, linked_ptr<DeviceContext> > DeviceContextMap; argument
Dprivet_notifications.cc186 PrivetNotificationsListener::DeviceContext::DeviceContext() { in DeviceContext() function in local_discovery::PrivetNotificationsListener::DeviceContext