Searched defs:firstLineBox (Results 1 – 4 of 4) sorted by relevance
59 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
49 InlineFlowBox* firstLineBox() const { return m_firstLineBox; } in firstLineBox() function
75 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); } in firstLineBox() function
94 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); } in firstLineBox() function