OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_hwnd
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/views/panels/
taskbar_window_thumbnailer_win.cc
197
HWND
current_hwnd
= *iter;
local
199
if (!::GetWindowRect(
current_hwnd
, ¤t_bounds))
201
base::win::ScopedGetDC source_dc(
current_hwnd
);
211
::ReleaseDC(
current_hwnd
, source_dc);
Completed in 2576 milliseconds