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

  /external/webkit/Source/WebCore/rendering/
RenderOverflow.h 28 // RenderOverflow is a class for tracking content that spills out of a box. This class is used by RenderBox and
40 class RenderOverflow {
41 WTF_MAKE_NONCOPYABLE(RenderOverflow); WTF_MAKE_FAST_ALLOCATED;
43 RenderOverflow(const IntRect& layoutRect, const IntRect& visualRect)
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::setLayoutOverflow(const IntRect& rect
    [all...]
RenderBox.h 27 #include "RenderOverflow.h"
403 RenderOverflow* hasRenderOverflow() const { return m_overflow.get(); }
487 OwnPtr<RenderOverflow> m_overflow;
InlineFlowBox.h 25 #include "RenderOverflow.h"
278 OwnPtr<RenderOverflow> m_overflow;
InlineFlowBox.cpp     [all...]
RenderBox.cpp     [all...]

Completed in 353 milliseconds