Home | History | Annotate | Download | only in Api

Lines Matching refs:dirtyRect

173     virtual void update(const QRect& dirtyRect);
201 void QWebPageWidgetClient::update(const QRect & dirtyRect)
203 view->update(dirtyRect);
3445 \fn void QWebPage::repaintRequested(const QRect& dirtyRect)
3448 \a dirtyRect contains the area that needs to be updated. To paint the QWebPage get
3450 \a dirtyRect as the second parameter.