Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DCompositingReasons.h46 const uint64_t CompositingReasonSquashingRenderPartIsDisallowed = UINT64_C(1) << 26; variable
147 | CompositingReasonSquashingRenderPartIsDisallowed
DCompositingReasons.cpp94 { CompositingReasonSquashingRenderPartIsDisallowed,
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositingLayerAssigner.cpp140 return CompositingReasonSquashingRenderPartIsDisallowed; in getReasonsPreventingSquashing()