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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVTTCue.cpp 59 bool RenderVTTCue::findFirstLineBox(InlineFlowBox*& firstLineBox)
62 firstLineBox = toRenderInline(firstChild())->firstLineBox();
69 bool RenderVTTCue::initializeLayoutParameters(InlineFlowBox* firstLineBox, LayoutUnit& step, LayoutUnit& position)
77 step = m_cue->getWritingDirection() == VTTCue::Horizontal ? firstLineBox->height() : firstLineBox->width();
150 bool RenderVTTCue::shouldSwitchDirection(InlineFlowBox* firstLineBox, LayoutUnit step) const
154 LayoutUnit bottom = top + firstLineBox->height();
155 LayoutUnit right = left + firstLineBox->width();
215 InlineFlowBox* firstLineBox;
    [all...]
RenderLineBoxList.h 49 InlineFlowBox* firstLineBox() const { return m_firstLineBox; }
RenderLineBoxList.cpp 144 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox())
179 RootInlineBox& firstRootBox = firstLineBox()->root();
181 LayoutUnit firstLineTop = firstLineBox()->logicalTopVisualOverflow(firstRootBox.lineTop());
207 if (!firstLineBox())
220 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) {
245 if (!firstLineBox())
249 LayoutRect rect = firstLineBox()->isHorizontal() ?
279 InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLineBox();
RenderInline.cpp 91 if (firstLineBox()) {
104 if (firstLineBox()->parent()) {
105 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox())
267 if (InlineBox* firstBox = firstLineBox())
548 else if (InlineFlowBox* curr = firstLineBox()) {
588 for (InlineFlowBox* childLine = currInline->firstLineBox(); childLine; childLine = childLine->nextLineBox()) {
    [all...]
RenderInline.h 75 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); }
77 InlineBox* firstLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? firstLineBox() : culledInlineFirstLineBox(); }
RenderBlock.h 94 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); }
163 RootInlineBox* firstRootBox() const { return static_cast<RootInlineBox*>(firstLineBox()); }
RenderBlock.cpp 250 if (firstLineBox()) {
262 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox()) {
    [all...]
RenderBlockLineLayout.cpp     [all...]
InlineFlowBox.cpp 318 if (!lineBoxList->firstLineBox()->isConstructed() && !renderer().isInlineElementContinuation()) {
321 else if (ltr && lineBoxList->firstLineBox() == this)
    [all...]
RenderBox.cpp     [all...]
InlineTextBox.cpp 467 return !rubyText || !rubyText->firstLineBox();
    [all...]
RenderBlockFlow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInline.cpp 115 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox())
SVGTextQuery.cpp 61 InlineFlowBox* flowBox = renderBlock->firstLineBox();
71 InlineFlowBox* flowBox = renderInline->firstLineBox();
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp 692 return !toRenderBlock(m_renderer)->firstLineBox() && !mouseButtonListener();
    [all...]

Completed in 211 milliseconds