Searched refs:OnPrinterAdded (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/chrome/service/cloud_print/ | ||
D | print_system_win.cc | 47 virtual void OnPrinterAdded() = 0; |
D | print_system.h | 78 virtual void OnPrinterAdded() = 0; |
D | cloud_print_connector.h | 88 virtual void OnPrinterAdded() OVERRIDE; |
D | cloud_print_connector.cc | 156 void CloudPrintConnector::OnPrinterAdded() { in OnPrinterAdded() function in cloud_print::CloudPrintConnector |
D | print_system_cups.cc | 206 delegate_->OnPrinterAdded(); in CheckForUpdates() |