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

/external/webkit/Source/WebKit/win/
H A DWebView.h854 void repaint(const WebCore::IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
H A DWebView.cpp732 void WebView::repaint(const WebCore::IntRect& windowRect, bool contentChanged, bool immediate, bool repaintContentOnly) argument
736 // The contentChanged, immediate, and repaintContentOnly parameters are all based on a non-
743 if (!repaintContentOnly) {
750 if (repaintContentOnly)

Completed in 65 milliseconds