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

/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.h71 class ClipRects { class in namespace:WebCore
73 ClipRects() function in class:WebCore::ClipRects
79 ClipRects(const IntRect& r) function in class:WebCore::ClipRects
88 ClipRects(const ClipRects& other) function in class:WebCore::ClipRects
128 bool operator==(const ClipRects& other) const
136 ClipRects& operator=(const ClipRects& other)
398 void calculateClipRects(const RenderLayer* rootLayer, ClipRects&, bool useCached = false, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize) const;
399 ClipRects* clipRect
[all...]

Completed in 63 milliseconds