HomeSort by relevance Sort by last modified time
    Searched refs:printer_handle (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/printing/backend/
print_backend_win.cc 104 ScopedPrinterHandle printer_handle; local
105 if (!printer_handle.OpenPrinter(UTF8ToWide(printer_name).c_str())) {
111 if (!info_5.Init(printer_handle)) {
134 if (user_settings.Init(printer_handle)) {
198 ScopedPrinterHandle printer_handle; local
199 if (printer_handle.OpenPrinter(printer_name_wide.c_str())) {
201 NULL, printer_handle, const_cast<LPTSTR>(printer_name_wide.c_str()),
209 NULL, printer_handle, const_cast<LPTSTR>(printer_name_wide.c_str()),
246 ScopedPrinterHandle printer_handle; local
247 return printer_handle.OpenPrinter(UTF8ToWide(printer_name).c_str())
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
print_system_win.cc 225 printing::ScopedPrinterHandle printer_handle; local
227 printer_handle.OpenPrinter(printer_name_wide.c_str());
228 DCHECK(printer_handle.IsValid());
230 if (printer_handle.IsValid()) {
232 GetJob(printer_handle, job_id, 1, NULL, 0, &bytes_needed);
238 if (GetJob(printer_handle, job_id, 1, job_info_buffer.get(), bytes_needed,
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor.cc 54 PortData() : job_id(0), printer_handle(NULL), file(0) {
60 if (printer_handle) {
61 ClosePrinter(printer_handle);
62 printer_handle = NULL;
70 HANDLE printer_handle; member in struct:cloud_print::__anon10035::PortData
136 bool GetJobTitle(HANDLE printer_handle,
139 DCHECK(printer_handle != NULL);
142 GetJob(printer_handle, job_id, 1, NULL, 0, &bytes_needed);
148 if (!GetJob(printer_handle,
418 if (!OpenPrinter(printer_name, &(port_data->printer_handle), NULL))
    [all...]

Completed in 492 milliseconds