Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.h348 … bool m_artificiallyInflatedBounds; // bounds had to be made non-zero to make transform-origin work variable
DCompositedLayerMapping.cpp162 , m_artificiallyInflatedBounds(false) in CompositedLayerMapping()
384 m_artificiallyInflatedBounds = true; in updateCompositedBounds()
386 m_artificiallyInflatedBounds = false; in updateCompositedBounds()
1539 …if (isSimpleContainer || paintsIntoCompositedAncestor() || m_artificiallyInflatedBounds || m_ownin… in containsPaintedContent()