Home
last modified time | relevance | path

Searched refs:region_type (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc167 int region_type = GetWindowRgn(selected, scoped_hrgn.Get()); in ShouldUseScreenCapturer() local
170 if (region_type == COMPLEXREGION || region_type == NULLREGION) in ShouldUseScreenCapturer()
173 if (region_type == SIMPLEREGION) { in ShouldUseScreenCapturer()
/external/compiler-rt/lib/lsan/
Dlsan_common.h108 const char *region_type, ChunkTag tag);
Dlsan_common.cc139 const char *region_type, ChunkTag tag) { in ScanRangeForPointers() argument
142 LOG_POINTERS("Scanning %s range %p-%p.\n", region_type, begin, end); in ScanRangeForPointers()