Home | History | Annotate | Download | only in Plugins

Lines Matching full:intrect

393 void PluginView::windowAndViewFramesChanged(const IntRect& windowFrameInScreenCoordinates, const IntRect& viewFrameInWindowCoordinates)
503 void PluginView::setFrameRect(const WebCore::IntRect& rect)
516 IntRect& dirtyRect)
521 IntRect dirtyRectInWindowCoordinates = parent()->contentsToWindow(dirtyRect);
522 IntRect paintRectInWindowCoordinates = intersection(dirtyRectInWindowCoordinates, clipRectInWindowCoordinates());
612 IntRect frameRectInWindowCoordinates = parent()->contentsToWindow(frameRect());
617 IntRect PluginView::clipRectInWindowCoordinates() const
622 IntRect frameRectInWindowCoordinates = parent()->contentsToWindow(frameRect());
628 IntRect windowClipRect = parentView->windowClipRectForLayer(layer, true);
823 void PluginView::invalidateRect(const IntRect& dirtyRect)
833 IntRect dirtyRectInWindowCoordinates = convertToContainingWindow(dirtyRect);
856 void PluginView::invalidate(const IntRect& dirtyRect)