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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 385 contentsLayer->setPosition(FloatPoint(m_contentsRect.x(), m_contentsRect.y()));
386 contentsLayer->setBounds(IntSize(m_contentsRect.width(), m_contentsRect.height()));
389 if (m_contentsClippingMaskLayer->size() != m_contentsRect.size()) {
390 m_contentsClippingMaskLayer->setSize(m_contentsRect.size());
394 m_contentsClippingMaskLayer->setOffsetFromRenderer(offsetFromRenderer() + IntSize(m_contentsRect.location().x(), m_contentsRect.location().y()));
971 addRepaintRect(m_contentsRect);
997 if (rect == m_contentsRect)
    [all...]
GraphicsLayer.h 346 IntRect m_contentsRect;

Completed in 38 milliseconds