HomeSort by relevance Sort by last modified time
    Searched refs:GetDriverInfo (Results 1 - 6 of 6) 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 171 PRINTING_EXPORT std::string GetDriverInfo(HANDLE printer);
win_helper.cc 347 std::string driver_info = GetDriverInfo(printer);
353 std::string GetDriverInfo(HANDLE printer) {
print_backend_win.cc 357 return GetDriverInfo(printer);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ddrawi.h 95 /* structure GUIDs for GetDriverInfo */
435 * The HAL is queried for additional callbacks via the GetDriverInfo callback.
448 LPDDHAL_GETDRIVERINFO GetDriverInfo;
    [all...]

Completed in 284 milliseconds