HomeSort by relevance Sort by last modified time
    Searched refs:m_artificiallyInflatedBounds (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.h 216 bool m_artificiallyInflatedBounds; // bounds had to be made non-zero to make transform-origin work
RenderLayerBacking.cpp 89 , m_artificiallyInflatedBounds(false)
220 m_artificiallyInflatedBounds = true;
222 m_artificiallyInflatedBounds = false;
    [all...]

Completed in 96 milliseconds