Home | History | Annotate | Download | only in Plugins

Lines Matching full:dirtyrect

516 dirtyRect)
521 IntRect dirtyRectInWindowCoordinates = parent()->contentsToWindow(dirtyRect);
823 void PluginView::invalidateRect(const IntRect& dirtyRect)
833 IntRect dirtyRectInWindowCoordinates = convertToContainingWindow(dirtyRect);
856 void PluginView::invalidate(const IntRect& dirtyRect)
858 invalidateRect(dirtyRect);