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

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsLayer.cpp580 contentsLayer->setPosition(FloatPoint(m_contentsRect.x(), m_contentsRect.y()));
581 contentsLayer->setBounds(IntSize(m_contentsRect.width(), m_contentsRect.height()));
1049 if (rect == m_contentsRect)
1052 m_contentsRect = rect;
H A DGraphicsLayer.h333 IntRect contentsRect() const { return m_contentsRect; }
521 IntRect m_contentsRect; member in class:WebCore::GraphicsLayer

Completed in 98 milliseconds