HomeSort by relevance Sort by last modified time
    Searched defs:firstLineBox (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.h 49 InlineFlowBox* firstLineBox() const { return m_firstLineBox; }
RenderInline.h 72 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); }
74 InlineBox* firstLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? firstLineBox() : culledInlineFirstLineBox(); }
RenderTextTrackCue.cpp 68 bool RenderTextTrackCue::findFirstLineBox(InlineFlowBox*& firstLineBox)
71 firstLineBox = toRenderInline(firstChild())->firstLineBox();
78 bool RenderTextTrackCue::initializeLayoutParameters(InlineFlowBox* firstLineBox, LayoutUnit& step, LayoutUnit& position)
86 step = m_cue->getWritingDirection() == TextTrackCue::Horizontal ? firstLineBox->height() : firstLineBox->width();
157 bool RenderTextTrackCue::shouldSwitchDirection(InlineFlowBox* firstLineBox, LayoutUnit step) const
161 LayoutUnit bottom = top + firstLineBox->height();
162 LayoutUnit right = left + firstLineBox->width();
222 InlineFlowBox* firstLineBox;
    [all...]
RenderBlock.h 106 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); }
234 RootInlineBox* firstRootBox() const { return static_cast<RootInlineBox*>(firstLineBox()); }
    [all...]

Completed in 116 milliseconds