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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTreeAsText.cpp510 IntRect adjustedLayoutBounds = pixelSnappedIntRect(layerBounds); local
525 ts << adjustedLayoutBounds; local
527 if (!adjustedLayoutBounds.isEmpty()) {
528 if (!adjustedBackgroundClipRect.contains(adjustedLayoutBounds))
530 if (!adjustedClipRect.contains(adjustedLayoutBounds))
532 if (!adjustedOutlineClipRect.contains(adjustedLayoutBounds))

Completed in 94 milliseconds