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

  /external/chromium_org/printing/backend/
printing_info_win.h 18 PRINTING_EXPORT uint8* GetDriverInfo(HANDLE printer, int level);
40 // and calls GetDriverInfo internally with correctly allocated buffer.
45 buffer_.reset(GetDriverInfo(printer, level));
printing_info_win.cc 13 uint8* GetDriverInfo(HANDLE printer, int level) {
win_helper.h 170 PRINTING_EXPORT std::string GetDriverInfo(HANDLE printer);
win_helper.cc 303 std::string driver_info = GetDriverInfo(printer);
309 std::string GetDriverInfo(HANDLE printer) {
print_backend_win.cc 242 return GetDriverInfo(printer);

Completed in 1327 milliseconds