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:blink::RenderLineBoxList
H A DRenderInline.h76 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); } function in class:blink::RenderInline
78 InlineBox* firstLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? firstLineBox() : culledInlineFirstLineBox(); }
H A DRenderVTTCue.cpp59 bool RenderVTTCue::findFirstLineBox(InlineFlowBox*& firstLineBox) argument
62 firstLineBox = toRenderInline(firstChild())->firstLineBox();
69 bool RenderVTTCue::initializeLayoutParameters(InlineFlowBox* firstLineBox, LayoutUnit& step, LayoutUnit& position) argument
77 step = m_cue->getWritingDirection() == VTTCue::Horizontal ? firstLineBox->height() : firstLineBox->width();
150 bool RenderVTTCue::shouldSwitchDirection(InlineFlowBox* firstLineBox, LayoutUnit step) const argument
154 LayoutUnit bottom = top + firstLineBox->height();
155 LayoutUnit right = left + firstLineBox->width();
215 InlineFlowBox* firstLineBox; local
[all...]
H A DRenderBlock.h92 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); } function in class:blink::RenderBlock
95 RootInlineBox* firstRootBox() const { return static_cast<RootInlineBox*>(firstLineBox()); }

Completed in 818 milliseconds