Searched refs:GetPrinters (Results 1 – 10 of 10) sorted by relevance
92 results_ = api::cloud_print_private::GetPrinters::Results::Create(printers); in SendResults()100 SendResults(CloudPrintTestsDelegate::instance()->GetPrinters()); in RunAsync()106 service->GetPrinters( in RunAsync()
72 MOCK_METHOD0(GetPrinters, std::vector<std::string>());110 EXPECT_CALL(cloud_print_mock, GetPrinters()) in IN_PROC_BROWSER_TEST_F()
40 virtual std::vector<std::string> GetPrinters() = 0;
142 void CloudPrintProxyService::GetPrinters(const PrintersCallback& callback) { in GetPrinters() function in CloudPrintProxyService180 process_control->GetPrinters(callback); in GetCloudPrintProxyPrinters()
44 void GetPrinters(const PrintersCallback& callback);
55 void GetPrinters(std::vector<std::string>* printers);
197 void CloudPrintProxy::GetPrinters(std::vector<std::string>* printers) { in GetPrinters() function in cloud_print::CloudPrintProxy
138 g_service_process->GetCloudPrintProxy()->GetPrinters(&printers); in OnGetPrinters()
140 bool GetPrinters(const PrintersCallback& enumerate_printers_callback);
295 bool ServiceProcessControl::GetPrinters( in GetPrinters() function in ServiceProcessControl