Searched refs:PrivetDeviceLister (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_device_lister.cc9 PrivetDeviceLister::PrivetDeviceLister() { function in class:local_discovery::PrivetDeviceLister
12 PrivetDeviceLister::~PrivetDeviceLister() {
H A Dprivet_device_lister.h18 class PrivetDeviceLister { class in namespace:local_discovery
20 PrivetDeviceLister();
21 virtual ~PrivetDeviceLister();
H A Dprivet_device_lister_impl.h17 class PrivetDeviceListerImpl : public PrivetDeviceLister,
22 PrivetDeviceLister::Delegate* delegate,
27 PrivetDeviceLister::Delegate* delegate);
42 PrivetDeviceLister::Delegate* delegate_;
H A Dprivet_device_lister_impl.cc18 PrivetDeviceLister::Delegate* delegate)
25 PrivetDeviceLister::Delegate* delegate,
H A Dprivet_notifications.h26 class PrivetDeviceLister;
54 // These two methods are akin to those of PrivetDeviceLister::Delegate. The
55 // user of PrivetNotificationListener should create a PrivetDeviceLister and
85 scoped_ptr<PrivetDeviceLister> device_lister_;
93 public PrivetDeviceLister::Delegate,
100 // PrivetDeviceLister::Delegate implementation:
120 scoped_ptr<PrivetDeviceLister> device_lister_;
H A Dprivet_local_printer_lister.h20 // This is an adapter to PrivetDeviceLister that finds printers and checks if
22 class PrivetLocalPrinterLister : PrivetDeviceLister::Delegate {
47 // PrivetDeviceLister::Delegate implementation.
70 scoped_ptr<PrivetDeviceLister> privet_lister_;
H A Dprivet_device_lister_unittest.cc156 class MockDeviceListerDelegate : public PrivetDeviceLister::Delegate {
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
H A Dlocal_discovery_ui_handler.h46 public PrivetDeviceLister::Delegate,
85 // PrivetDeviceLister::Delegate implementation.
187 // A map of current device descriptions provided by the PrivetDeviceLister.
212 scoped_ptr<PrivetDeviceLister> privet_lister_;
/external/chromium_org/chrome/browser/extensions/api/gcd_private/
H A Dgcd_private_api.cc97 public local_discovery::PrivetDeviceLister::Delegate {
155 // local_discovery::PrivetDeviceLister implementation.
179 scoped_ptr<local_discovery::PrivetDeviceLister> privet_device_lister_;

Completed in 673 milliseconds