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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLineBoxList.h49 InlineFlowBox* firstLineBox() const { return m_firstLineBox; } function in class:WebCore::RenderLineBoxList
H A DRenderInline.h72 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); } function in class:WebCore::RenderInline
74 InlineBox* firstLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? firstLineBox() : culledInlineFirstLineBox(); }
H A DRenderVTTCue.cpp63 bool RenderVTTCue::findFirstLineBox(InlineFlowBox*& firstLineBox) argument
66 firstLineBox = toRenderInline(firstChild())->firstLineBox();
73 bool RenderVTTCue::initializeLayoutParameters(InlineFlowBox* firstLineBox, LayoutUnit& step, LayoutUnit& position) argument
81 step = m_cue->getWritingDirection() == VTTCue::Horizontal ? firstLineBox->height() : firstLineBox->width();
153 bool RenderVTTCue::shouldSwitchDirection(InlineFlowBox* firstLineBox, LayoutUnit step) const argument
157 LayoutUnit bottom = top + firstLineBox->height();
158 LayoutUnit right = left + firstLineBox->width();
218 InlineFlowBox* firstLineBox; local
[all...]
H A DRenderBlock.h102 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); } function in class:WebCore::RenderBlock
229 RootInlineBox* firstRootBox() const { return static_cast<RootInlineBox*>(firstLineBox()); }

Completed in 89 milliseconds