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

  /external/chromium_org/chrome/common/
child_process_logging.h 110 void SetPrinterInfo(const char* printer_info);
144 SetPrinterInfo(printer_info.c_str());
148 SetPrinterInfo("");
child_process_logging_posix.cc 115 void SetPrinterInfo(const char* printer_info) {
child_process_logging_win.cc 44 // void __declspec(dllexport) __cdecl SetPrinterInfo.
180 void SetPrinterInfo(const char* printer_info) {
188 GetProcAddress(exe_module, "SetPrinterInfo"));
  /external/chromium_org/chrome/app/
breakpad_win.cc 701 extern "C" void __declspec(dllexport) __cdecl SetPrinterInfo(
    [all...]

Completed in 3260 milliseconds