Home | History | Annotate | Download | only in platform

Lines Matching defs:scrollbarRect

918     IntRect scrollbarRect = scrollbar->frameRect();
919 graphicsLayer->setPosition(scrollbarRect.location());
920 if (scrollbarRect.size() != graphicsLayer->size())
922 graphicsLayer->setSize(scrollbarRect.size());