DEVMODE 18 chrome/service/cloud_print/cdd_conversion_win.cc scoped_ptr<DEVMODE, base::FreeDeleter> CjtToDevMode( DEVMODE 21 chrome/service/cloud_print/cdd_conversion_win.cc scoped_ptr<DEVMODE, base::FreeDeleter> dev_mode; DEVMODE 22 chrome/service/cloud_print/cdd_conversion_win.h scoped_ptr<DEVMODE, base::FreeDeleter> CjtToDevMode( DEVMODE 273 chrome/service/cloud_print/print_system_win.cc scoped_ptr<DEVMODE, base::FreeDeleter> dev_mode; DEVMODE 59 printing/backend/print_backend_win.cc const DEVMODE* devmode, DEVMODE 136 printing/backend/print_backend_win.cc const DEVMODE* devmode, DEVMODE 236 printing/backend/print_backend_win.cc scoped_ptr<DEVMODE, base::FreeDeleter> user_settings = DEVMODE 324 printing/backend/print_backend_win.cc scoped_ptr<DEVMODE, base::FreeDeleter> devmode_out( DEVMODE 388 printing/backend/win_helper.cc scoped_ptr<DEVMODE, base::FreeDeleter> XpsTicketToDevMode( DEVMODE 391 printing/backend/win_helper.cc scoped_ptr<DEVMODE, base::FreeDeleter> dev_mode; DEVMODE 411 printing/backend/win_helper.cc DEVMODE* dm = NULL; DEVMODE 431 printing/backend/win_helper.cc scoped_ptr<DEVMODE, base::FreeDeleter> CreateDevModeWithColor( DEVMODE 435 printing/backend/win_helper.cc scoped_ptr<DEVMODE, base::FreeDeleter> default = CreateDevMode(printer, NULL); DEVMODE 464 printing/backend/win_helper.cc scoped_ptr<DEVMODE, base::FreeDeleter> ticket = DEVMODE 472 printing/backend/win_helper.cc scoped_ptr<DEVMODE, base::FreeDeleter> CreateDevMode(HANDLE printer, DEVMODE 473 printing/backend/win_helper.cc DEVMODE* in) { DEVMODE 475 printing/backend/win_helper.cc if (buffer_size < static_cast<int>(sizeof(DEVMODE))) DEVMODE 476 printing/backend/win_helper.cc return scoped_ptr<DEVMODE, base::FreeDeleter>(); DEVMODE 477 printing/backend/win_helper.cc scoped_ptr<DEVMODE, base::FreeDeleter> out( DEVMODE 478 printing/backend/win_helper.cc reinterpret_cast<DEVMODE*>(malloc(buffer_size))); DEVMODE 481 printing/backend/win_helper.cc return scoped_ptr<DEVMODE, base::FreeDeleter>(); DEVMODE 173 printing/backend/win_helper.h PRINTING_EXPORT scoped_ptr<DEVMODE, base::FreeDeleter> XpsTicketToDevMode( DEVMODE 179 printing/backend/win_helper.h PRINTING_EXPORT scoped_ptr<DEVMODE, base::FreeDeleter> CreateDevModeWithColor( DEVMODE 185 printing/backend/win_helper.h PRINTING_EXPORT scoped_ptr<DEVMODE, base::FreeDeleter> CreateDevMode( DEVMODE 187 printing/backend/win_helper.h DEVMODE* in); DEVMODE 16 printing/print_settings_initializer_win.cc const DEVMODE& dev_mode, DEVMODE 14 printing/print_settings_initializer_win.h typedef struct _devicemodeW DEVMODE; DEVMODE 24 printing/print_settings_initializer_win.h const DEVMODE& dev_mode, DEVMODE 274 printing/printing_context_win.cc scoped_ptr<DEVMODE, base::FreeDeleter> dev_mode = DEVMODE 336 printing/printing_context_win.cc scoped_ptr<DEVMODE, base::FreeDeleter> scoped_dev_mode = DEVMODE 343 printing/printing_context_win.cc DEVMODE* dev_mode = scoped_dev_mode.get(); DEVMODE 531 printing/printing_context_win.cc bool PrintingContextWin::InitializeSettings(const DEVMODE& dev_mode, DEVMODE 581 printing/printing_context_win.cc scoped_ptr<DEVMODE, base::FreeDeleter> dev_mode = DEVMODE 594 printing/printing_context_win.cc const DEVMODE* dev_mode, DEVMODE 608 printing/printing_context_win.cc DEVMODE* dev_mode = NULL; DEVMODE 611 printing/printing_context_win.cc reinterpret_cast<DEVMODE*>(GlobalLock(dialog_options.hDevMode)); DEVMODE 697 printing/printing_context_win.cc DEVMODE* dev_mode = NULL; DEVMODE 700 printing/printing_context_win.cc reinterpret_cast<DEVMODE*>(GlobalLock(dialog_options.hDevMode)); DEVMODE 45 printing/printing_context_win.h const DEVMODE* dev_mode, DEVMODE 61 printing/printing_context_win.h bool InitializeSettings(const DEVMODE& dev_mode, DEVMODE 62 printing/printing_context_win_unittest.cc const DEVMODE* dev_mode = NULL; DEVMODE 50 remoting/host/desktop_resizer_win.cc DWORD mode_number, DWORD flags, DEVMODE* mode); DEVMODE 54 remoting/host/desktop_resizer_win.cc static bool IsModeValid(const DEVMODE& mode); DEVMODE 57 remoting/host/desktop_resizer_win.cc static ScreenResolution GetModeResolution(const DEVMODE& mode); DEVMODE 59 remoting/host/desktop_resizer_win.cc std::map<ScreenResolution, DEVMODE> best_mode_for_resolution_; DEVMODE 71 remoting/host/desktop_resizer_win.cc DEVMODE current_mode; DEVMODE 86 remoting/host/desktop_resizer_win.cc DEVMODE current_mode; DEVMODE 94 remoting/host/desktop_resizer_win.cc DEVMODE candidate_mode; DEVMODE 112 remoting/host/desktop_resizer_win.cc DEVMODE best_mode = best_mode_for_resolution_[candidate_resolution]; DEVMODE 142 remoting/host/desktop_resizer_win.cc DEVMODE new_mode = best_mode_for_resolution_[resolution]; DEVMODE 163 remoting/host/desktop_resizer_win.cc DWORD mode_number, DWORD flags, DEVMODE* mode) { DEVMODE 164 remoting/host/desktop_resizer_win.cc memset(mode, 0, sizeof(DEVMODE)); DEVMODE 165 remoting/host/desktop_resizer_win.cc mode->dmSize = sizeof(DEVMODE); DEVMODE 172 remoting/host/desktop_resizer_win.cc bool DesktopResizerWin::IsModeValid(const DEVMODE& mode) { DEVMODE 180 remoting/host/desktop_resizer_win.cc ScreenResolution DesktopResizerWin::GetModeResolution(const DEVMODE& mode) { DEVMODE 1276 third_party/wtl/include/atlgdi.h HDC CreateDC(LPCTSTR lpszDriverName, LPCTSTR lpszDeviceName, LPCTSTR lpszOutput, const DEVMODE* lpInitData) DEVMODE 1332 third_party/wtl/include/atlgdi.h BOOL ResetDC(const DEVMODE* lpDevMode) DEVMODE 167 third_party/wtl/include/atlprint.h bool OpenPrinter(HANDLE hDevNames, const DEVMODE* pDevMode = NULL) DEVMODE 180 third_party/wtl/include/atlprint.h bool OpenPrinter(LPCTSTR lpszPrinterName, const DEVMODE* pDevMode = NULL) DEVMODE 183 third_party/wtl/include/atlprint.h PRINTER_DEFAULTS pdefs = { NULL, (DEVMODE*)pDevMode, PRINTER_ACCESS_USE }; DEVMODE 196 third_party/wtl/include/atlprint.h bool OpenDefaultPrinter(const DEVMODE* pDevMode = NULL) DEVMODE 216 third_party/wtl/include/atlprint.h PRINTER_DEFAULTS pdefs = { NULL, (DEVMODE*)pDevMode, PRINTER_ACCESS_USE }; DEVMODE 268 third_party/wtl/include/atlprint.h HDC CreatePrinterDC(const DEVMODE* pdm = NULL) const DEVMODE 284 third_party/wtl/include/atlprint.h HDC CreatePrinterIC(const DEVMODE* pdm = NULL) const DEVMODE 329 third_party/wtl/include/atlprint.h DEVMODE* m_pDevMode; DEVMODE 334 third_party/wtl/include/atlprint.h m_pDevMode = (m_hDevMode != NULL) ? (DEVMODE*)::GlobalLock(m_hDevMode) : NULL; DEVMODE 353 third_party/wtl/include/atlprint.h m_pDevMode = (m_hDevMode != NULL) ? (DEVMODE*)::GlobalLock(m_hDevMode) : NULL; DEVMODE 376 third_party/wtl/include/atlprint.h bool CopyFromDEVMODE(const DEVMODE* pdm) DEVMODE 397 third_party/wtl/include/atlprint.h DEVMODE* pdm = (DEVMODE*)::GlobalLock(hdm); DEVMODE 425 third_party/wtl/include/atlprint.h CTempBuffer<DEVMODE, _WTL_STACK_ALLOC_THRESHOLD> buff; DEVMODE 426 third_party/wtl/include/atlprint.h DEVMODE* pdm = buff.AllocateBytes(nLen); DEVMODE 447 third_party/wtl/include/atlprint.h CTempBuffer<DEVMODE, _WTL_STACK_ALLOC_THRESHOLD> buff; DEVMODE 448 third_party/wtl/include/atlprint.h DEVMODE* pdm = buff.AllocateBytes(nLen); DEVMODE 462 third_party/wtl/include/atlprint.h operator DEVMODE*() const { return m_pDevMode; } DEVMODE 496 third_party/wtl/include/atlprint.h CPrinterDC(HANDLE hPrinter, const DEVMODE* pdm = NULL) DEVMODE 530 third_party/wtl/include/atlprint.h virtual DEVMODE* GetNewDevModeForPage(UINT nLastPage, UINT nPage) = 0; DEVMODE 559 third_party/wtl/include/atlprint.h virtual DEVMODE* GetNewDevModeForPage(UINT /*nLastPage*/, UINT /*nPage*/) DEVMODE 580 third_party/wtl/include/atlprint.h DEVMODE* m_pDefDevMode; DEVMODE 603 third_party/wtl/include/atlprint.h bool StartPrintJob(bool bBackground, HANDLE hPrinter, DEVMODE* pDefaultDevMode, DEVMODE 674 third_party/wtl/include/atlprint.h DEVMODE* pdm = m_pInfo->GetNewDevModeForPage(nLastPage, nPage); DEVMODE 715 third_party/wtl/include/atlprint.h DEVMODE* m_pDefDevMode; DEVMODE 716 third_party/wtl/include/atlprint.h DEVMODE* m_pCurDevMode; DEVMODE 727 third_party/wtl/include/atlprint.h void SetPrintPreviewInfo(HANDLE hPrinter, DEVMODE* pDefaultDevMode, IPrintJobInfo* pji) DEVMODE 838 third_party/wtl/include/atlprint.h void SetPrintPreviewInfo(HANDLE hPrinter, DEVMODE* pDefaultDevMode,