HomeSort by relevance Sort by last modified time
    Searched refs:ClipRects (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 131 class ClipRects {
134 static PassRefPtr<ClipRects> create()
136 return adoptRef(new ClipRects);
139 static PassRefPtr<ClipRects> create(const ClipRects& other)
141 return adoptRef(new ClipRects(other));
144 ClipRects()
177 bool operator==(const ClipRects& other) const
185 ClipRects& operator=(const ClipRects& other
    [all...]
RenderLayer.cpp     [all...]

Completed in 211 milliseconds