Searched refs:custom_window_region_ (Results 1 – 2 of 2) sorted by relevance
596 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()
536 base::win::ScopedRegion custom_window_region_; variable