Searched refs:backgroundObscurationTestMaxDepth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp80 static const unsigned backgroundObscurationTestMaxDepth = 4; member in namespace:blink
208 for (unsigned i = 0; i < backgroundObscurationTestMaxDepth && parentToInvalidate; ++i) {
1218 return foregroundIsKnownToBeOpaqueInRect(backgroundRect, backgroundObscurationTestMaxDepth);

Completed in 108 milliseconds