Searched defs:adjustedClipRect (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTreeAsText.cpp512 IntRect adjustedClipRect = pixelSnappedIntRect(clipRect); local
530 if (!adjustedClipRect.contains(adjustedLayoutBounds))
531 ts << " clip " << adjustedClipRect; local

Completed in 67 milliseconds