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

  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp 116 void* ClipRects::operator new(size_t sz, RenderArena* renderArena) throw()
121 void ClipRects::operator delete(void* ptr, size_t sz)
127 void ClipRects::destroy(RenderArena* renderArena)
    [all...]
RenderLayer.h 71 class ClipRects {
73 ClipRects()
79 ClipRects(const IntRect& r)
88 ClipRects(const ClipRects& other)
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* clipRects() const { return m_clipRects;
    [all...]

Completed in 213 milliseconds