Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc1686 osStatus = GetControlRegion(rootControl, kControlStructureMetaPart, visibleRgn); in CalculateVisibleRegion()
1698 …osStatus = GetControlRegion(tempControl, kControlStructureMetaPart, tempRgn); // intersect the reg… in CalculateVisibleRegion()
1740 …osStatus = GetControlRegion(subControl, kControlStructureMetaPart, tempRgn); //get the region of t… in CalculateVisibleRegion()
/external/python/cpython2/Lib/plat-mac/Carbon/
DControls.py39 kControlStructureMetaPart = -1 variable