Searched refs:PrivetLocalPrinterLister (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_local_printer_lister.cc15 struct PrivetLocalPrinterLister::DeviceContext {
27 PrivetLocalPrinterLister::PrivetLocalPrinterLister( function in class:local_discovery::PrivetLocalPrinterLister
37 PrivetLocalPrinterLister::~PrivetLocalPrinterLister() {
40 void PrivetLocalPrinterLister::Start() {
45 void PrivetLocalPrinterLister::Stop() {
49 void PrivetLocalPrinterLister::DeviceChanged(
69 base::Bind(&PrivetLocalPrinterLister::OnPrivetResolved,
77 void PrivetLocalPrinterLister
[all...]
H A Dprivet_local_printer_lister.h22 class PrivetLocalPrinterLister : PrivetDeviceLister::Delegate { class in namespace:local_discovery
35 PrivetLocalPrinterLister(ServiceDiscoveryClient* service_discovery_client,
38 virtual ~PrivetLocalPrinterLister();
H A Dprivet_local_printer_lister_unittest.cc87 : public PrivetLocalPrinterLister::Delegate {
112 local_printer_lister_.reset(new PrivetLocalPrinterLister(
152 scoped_ptr<PrivetLocalPrinterLister> local_printer_lister_;
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_handler.h44 public local_discovery::PrivetLocalPrinterLister::Delegate,
89 // PrivetLocalPrinterLister::Delegate implementation.
330 scoped_ptr<local_discovery::PrivetLocalPrinterLister> printer_lister_;
H A Dprint_preview_handler.cc1416 printer_lister_.reset(new local_discovery::PrivetLocalPrinterLister(

Completed in 98 milliseconds