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

/external/webkit/WebCore/rendering/
H A DRenderInline.h56 RenderLineBoxList* lineBoxes() { return &m_lineBoxes; } function in class:WebCore::RenderInline
57 const RenderLineBoxList* lineBoxes() const { return &m_lineBoxes; } function in class:WebCore::RenderInline
H A DRenderBlock.h61 RenderLineBoxList* lineBoxes() { return &m_lineBoxes; } function in class:WebCore::RenderBlock
62 const RenderLineBoxList* lineBoxes() const { return &m_lineBoxes; } function in class:WebCore::RenderBlock

Completed in 61 milliseconds