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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipRectsCache.h38 , scrollbarRelevancy(IgnoreOverlayScrollbarSize)
46 OverlayScrollbarSizeRelevancy scrollbarRelevancy; member in struct:blink::ClipRectsCache::Entry
H A DRenderLayerClipper.h64 , scrollbarRelevancy(relevancy)
86 const OverlayScrollbarSizeRelevancy scrollbarRelevancy; member in class:blink::ClipRectsContext
H A DRenderLayerClipper.cpp78 ClipRect newOverflowClip = toRenderBox(renderer).overflowClipRect(offset, context.scrollbarRelevancy);
109 ASSERT(entry.scrollbarRelevancy == context.scrollbarRelevancy);
128 entry.scrollbarRelevancy = context.scrollbarRelevancy;
237 foregroundRect.intersect(toRenderBox(m_renderer).overflowClipRect(offset, context.scrollbarRelevancy));

Completed in 931 milliseconds