Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.h216 …bool m_artificiallyInflatedBounds; // bounds had to be made non-zero to make transform-origin… variable
DRenderLayerBacking.cpp89 , m_artificiallyInflatedBounds(false) in RenderLayerBacking()
220 m_artificiallyInflatedBounds = true; in updateCompositedBounds()
222 m_artificiallyInflatedBounds = false; in updateCompositedBounds()
890 …impleContainerCompositingLayer() || paintingGoesToWindow() || m_artificiallyInflatedBounds || m_ow… in containsPaintedContent()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2957011 Init m_artificiallyInflatedBounds to false.
57019 when necessary, setting the m_artificiallyInflatedBounds as appropriate.