Home | History | Annotate | Download | only in src

Lines Matching refs:frameRect

86 void WebPluginContainerImpl::setFrameRect(const IntRect& frameRect)
88 Widget::setFrameRect(frameRect);
101 if (!frameRect().intersects(damageRect))
306 calculateGeometry(frameRect(), windowRect, clipRect, cutOutRects);
554 void WebPluginContainerImpl::calculateGeometry(const IntRect& frameRect,
560 parent()->contentsToWindow(frameRect.location()), frameRect.size());
566 getPluginOcclusions(m_element, this->parent(), frameRect, cutOutRects);
569 cutOutRects[i].move(-frameRect.x(), -frameRect.y());