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

  /external/chromium_org/printing/backend/
win_helper.h 49 bool OpenPrinter(const wchar_t* printer) {
51 // ::OpenPrinter may return error but assign some value into handle.
52 if (::OpenPrinter(const_cast<LPTSTR>(printer), &temp_handle, NULL)) {
print_backend_win.cc 199 if (printer.OpenPrinter(printer_info[index].pPrinterName) &&
220 if (!printer_handle.OpenPrinter(base::UTF8ToWide(printer_name).c_str())) {
323 if (printer_handle.OpenPrinter(printer_name_wide.c_str())) {
354 if (!printer.OpenPrinter(base::UTF8ToWide(printer_name).c_str())) {
362 return printer_handle.OpenPrinter(base::UTF8ToWide(printer_name).c_str());
win_helper.cc 399 if (!printer.OpenPrinter(printer_name.c_str()))
  /external/chromium_org/chrome/service/cloud_print/
cdd_conversion_win.cc 29 if (!printer.OpenPrinter(printer_name.c_str()))
print_system_win.cc 61 // NULL to OpenPrinter.
69 if (printer_.OpenPrinter(printer_name_to_use)) {
773 printer_handle.OpenPrinter(printer_name_wide.c_str());
  /external/chromium_org/printing/
printing_context_win_unittest.cc 58 if (!printer.OpenPrinter(printer_name.c_str()))
printing_context_win.cc 248 if (!printer.OpenPrinter(info_2->pPrinterName))
307 if (!printer.OpenPrinter(settings_.device_name().c_str()))
389 if (!printer.OpenPrinter(settings_.device_name().c_str())) {
emf_win_unittest.cc 164 if (::OpenPrinter(L"UnitTest Printer", &printer, NULL)) {
  /external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc 364 if (!OpenPrinter(const_cast<LPWSTR>(driver_name.c_str()),
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor.cc 413 if (!OpenPrinter(printer_name, &(port_data->printer_handle), NULL)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winspool.h 828 #define OpenPrinter __MINGW_NAME_AW(OpenPrinter)
    [all...]

Completed in 1755 milliseconds