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 329 contentsLayer->setPosition(FloatPoint(m_contentsRect.x(), m_contentsRect.y()));
330 contentsLayer->setBounds(IntSize(m_contentsRect.width(), m_contentsRect.height()));
333 if (m_contentsClippingMaskLayer->size() != m_contentsRect.size()) {
334 m_contentsClippingMaskLayer->setSize(m_contentsRect.size());
338 m_contentsClippingMaskLayer->setOffsetFromRenderer(offsetFromRenderer() + IntSize(m_contentsRect.location().x(), m_contentsRect.location().y()));
890 addRepaintRect(m_contentsRect);
918 if (rect == m_contentsRect)
    [all...]
GraphicsLayer.h 323 IntRect m_contentsRect;

Completed in 544 milliseconds