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

  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 894 static void positionScrollCornerLayer(GraphicsLayer* graphicsLayer, const IntRect& cornerRect)
898 graphicsLayer->setDrawsContent(!cornerRect.isEmpty());
899 graphicsLayer->setPosition(cornerRect.location());
900 if (cornerRect.size() != graphicsLayer->size())
902 graphicsLayer->setSize(cornerRect.size());
939 IntRect cornerRect;
942 return cornerRect;
945 cornerRect.unite(IntRect(m_horizontalScrollbar->width(),
952 cornerRect.unite(IntRect(m_boundsSize.width() - m_verticalScrollbar->width(),
958 return cornerRect;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp     [all...]

Completed in 16 milliseconds