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

  /external/chromium_org/base/win/
scoped_hdc.h 19 class ScopedGetDC {
21 explicit ScopedGetDC(HWND hwnd)
35 ~ScopedGetDC() {
46 DISALLOW_COPY_AND_ASSIGN(ScopedGetDC);
  /external/chromium_org/ui/base/dragdrop/
drag_utils_win.cc 43 base::win::ScopedGetDC screen_dc(NULL);
  /external/chromium_org/ui/gfx/win/
dpi.cc 75 base::win::ScopedGetDC screen_dc(NULL);
  /external/chromium_org/ui/gfx/
platform_font_win.cc 241 base::win::ScopedGetDC screen_dc(NULL);
301 base::win::ScopedGetDC screen_dc(NULL);
icon_util.cc 327 base::win::ScopedGetDC dc(NULL);
  /external/chromium_org/chrome/browser/ui/views/panels/
taskbar_window_thumbnailer_win.cc 201 base::win::ScopedGetDC source_dc(current_hwnd);
  /external/chromium_org/remoting/host/
disconnect_window_win.cc 98 base::win::ScopedGetDC dc(control);
  /external/chromium_org/ui/views/widget/
tooltip_manager_win.cc 288 base::win::ScopedGetDC dc(tooltip_hwnd_);

Completed in 233 milliseconds