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

  /external/chromium_org/chrome/browser/local_discovery/
privet_local_printer_lister.cc 15 struct PrivetLocalPrinterLister::DeviceContext {
16 DeviceContext() : has_local_printing(false) {
63 linked_ptr<DeviceContext> context(new DeviceContext);
103 DeviceContext* context,
privet_notifications.h 64 struct DeviceContext {
65 DeviceContext();
66 ~DeviceContext();
75 typedef std::map<std::string, linked_ptr<DeviceContext> > DeviceContextMap;
78 void OnPrivetInfoDone(DeviceContext* device,
privet_notifications.cc 99 linked_ptr<DeviceContext> device_context(new DeviceContext);
128 DeviceContext* device = device_iter->second.get();
138 DeviceContext* device,
158 DeviceContext* device = device_iter->second.get();
169 DeviceContext* device = i->second.get();
191 PrivetNotificationsListener::DeviceContext::DeviceContext() {
194 PrivetNotificationsListener::DeviceContext::~DeviceContext() {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]
ntddk.h     [all...]
wdm.h     [all...]

Completed in 1644 milliseconds