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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTreeAsText.cpp511 IntRect adjustedBackgroundClipRect = pixelSnappedIntRect(backgroundClipRect); local
528 if (!adjustedBackgroundClipRect.contains(adjustedLayoutBounds))
529 ts << " backgroundClip " << adjustedBackgroundClipRect; local

Completed in 71 milliseconds