Home
last modified time | relevance | path

Searched refs:custom_window_region_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/win/
Dhwnd_message_handler.cc596 custom_window_region_.Set(region); in SetRegion()
1144 if ((window_ex_style() & WS_EX_COMPOSITED) == 0 && !custom_window_region_ && in ResetWindowRegion()
1159 if (custom_window_region_) { in ResetWindowRegion()
1161 ::CombineRgn(new_region, custom_window_region_.Get(), NULL, RGN_COPY); in ResetWindowRegion()
1190 DWMNCRENDERINGPOLICY policy = custom_window_region_ ? DWMNCRP_DISABLED in UpdateDwmNcRenderingPolicy()
Dhwnd_message_handler.h536 base::win::ScopedRegion custom_window_region_; variable