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

/external/webkit/Source/WebCore/rendering/
H A DRenderOverflow.h28 // RenderOverflow is a class for tracking content that spills out of a box. This class is used by RenderBox and
40 class RenderOverflow { class in namespace:WebCore
41 WTF_MAKE_NONCOPYABLE(RenderOverflow); WTF_MAKE_FAST_ALLOCATED;
43 RenderOverflow(const IntRect& layoutRect, const IntRect& visualRect) function in class:WebCore::RenderOverflow
99 inline IntRect RenderOverflow::layoutOverflowRect() const
104 inline IntRect RenderOverflow::visualOverflowRect() const
109 inline void RenderOverflow::move(int dx, int dy)
122 inline void RenderOverflow::addLayoutOverflow(const IntRect& rect)
130 inline void RenderOverflow::addVisualOverflow(const IntRect& rect)
138 inline void RenderOverflow
[all...]

Completed in 63 milliseconds