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

  /external/webkit/WebCore/rendering/
RenderLayer.cpp 109 void* ClipRects::operator new(size_t sz, RenderArena* renderArena) throw()
114 void ClipRects::operator delete(void* ptr, size_t sz)
120 void ClipRects::destroy(RenderArena* renderArena)
    [all...]
RenderLayer.h 75 class ClipRects {
77 ClipRects()
83 ClipRects(const IntRect& r)
92 ClipRects(const ClipRects& other)
132 bool operator==(const ClipRects& other) const
140 ClipRects& operator=(const ClipRects& other)
385 void calculateClipRects(const RenderLayer* rootLayer, ClipRects&, bool useCached = false) const;
386 ClipRects* clipRects() const { return m_clipRects;
    [all...]

Completed in 555 milliseconds