OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedHDC
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/win/
scoped_hdc.h
18
class
ScopedHDC
{
20
ScopedHDC
() : hdc_(NULL) { }
21
explicit
ScopedHDC
(HDC h) : hdc_(h) { }
23
~
ScopedHDC
() {
49
DISALLOW_COPY_AND_ASSIGN(
ScopedHDC
);
/external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_win.cc
20
base::win::
ScopedHDC
mem_hdc(CreateCompatibleDC(window_hdc));
/external/chromium/chrome/browser/
aeropeek_manager.cc
343
base::win::
ScopedHDC
hdc(CreateCompatibleDC(NULL));
458
base::win::
ScopedHDC
hdc(CreateCompatibleDC(NULL));
[
all
...]
Completed in 82 milliseconds