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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlowThread.h116 bool shouldIssuePaintInvalidations(const LayoutRect&) const;
H A DRenderFlowThread.cpp153 bool RenderFlowThread::shouldIssuePaintInvalidations(const LayoutRect& r) const function in class:blink::RenderFlowThread
163 if (!shouldIssuePaintInvalidations(paintInvalidationRect) || !hasValidRegionInfo())

Completed in 208 milliseconds