Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderVTTCue.cpp59 bool RenderVTTCue::findFirstLineBox(InlineFlowBox*& firstLineBox) in findFirstLineBox()
69 bool RenderVTTCue::initializeLayoutParameters(InlineFlowBox* firstLineBox, LayoutUnit& step, Layout… in initializeLayoutParameters()
150 bool RenderVTTCue::shouldSwitchDirection(InlineFlowBox* firstLineBox, LayoutUnit step) const in shouldSwitchDirection()
215 InlineFlowBox* firstLineBox; in repositionCueSnapToLinesSet() local
DRenderLineBoxList.h49 InlineFlowBox* firstLineBox() const { return m_firstLineBox; } in firstLineBox() function
DRenderInline.h75 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); } in firstLineBox() function
DRenderBlock.h94 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); } in firstLineBox() function