Searched refs:repaintContentOnly (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.h886 void repaint(const WebCore::IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
H A DWebView.cpp774 void WebView::repaint(const WebCore::IntRect& windowRect, bool contentChanged, bool immediate, bool repaintContentOnly) argument
778 // The contentChanged, immediate, and repaintContentOnly parameters are all based on a non-
785 if (!repaintContentOnly) {
792 if (repaintContentOnly)

Completed in 83 milliseconds