Searched defs:drawableContentRect (Results 1 – 3 of 3) sorted by relevance
70 FloatRect RenderSurfaceChromium::drawableContentRect() const in drawableContentRect() function in WebCore::RenderSurfaceChromium74 FloatRect drawableContentRect = m_drawTransform.mapRect(localContentRect); in drawableContentRect() local
739 IntRect drawableContentRect = drawLayer->drawableContentRect(); in updatePropertiesAndRenderSurfaces() local744 IntRect drawableContentRect = drawLayer->drawableContentRect(); in updatePropertiesAndRenderSurfaces() local751 IntRect drawableContentRect = drawLayer->drawableContentRect(); in updatePropertiesAndRenderSurfaces() local
138 const IntRect& drawableContentRect() const { return m_drawableContentRect; } in drawableContentRect() function