Home
last modified time | relevance | path

Searched refs:supportsPaintInvalidationStateCachedOffsets (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DPaintInvalidationState.cpp24 if (!renderView.supportsPaintInvalidationStateCachedOffsets()) { in PaintInvalidationState()
52 … if (!renderer.supportsPaintInvalidationStateCachedOffsets() || !next.m_cachedOffsetsEnabled) { in PaintInvalidationState()
DRenderObject.h1071 …bool supportsPaintInvalidationStateCachedOffsets() const { return !hasColumns() && !hasTransform()… in supportsPaintInvalidationStateCachedOffsets() function