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

  /external/webkit/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 : public Noncopyable {
42 RenderOverflow(const IntRect& defaultRect = IntRect())
97 inline IntRect RenderOverflow::layoutOverflowRect() const
102 inline IntRect RenderOverflow::visualOverflowRect() const
107 inline IntRect RenderOverflow::visibleOverflowRect() const
114 inline void RenderOverflow::move(int dx, int dy)
127 inline void RenderOverflow::addLayoutOverflow(const IntRect& rect)
135 inline void RenderOverflow::addVisualOverflow(const IntRect& rect)
143 inline void RenderOverflow::resetLayoutOverflow(const IntRect& rect
    [all...]
InlineFlowBox.h 25 #include "RenderOverflow.h"
165 OwnPtr<RenderOverflow> m_overflow;
187 m_overflow.set(new RenderOverflow(IntRect(m_x, m_y, m_width, m_renderer->style(m_firstLine)->font().height())));
201 m_overflow.set(new RenderOverflow(IntRect(m_x, m_y, m_width, boxHeight)));
RenderBox.h 27 #include "RenderOverflow.h"
378 OwnPtr<RenderOverflow> m_overflow;
RenderBox.cpp     [all...]

Completed in 414 milliseconds