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

  /external/webkit/WebCore/rendering/
InlineRunBox.h 37 InlineRunBox* prevLineBox() const { return m_prevLine; }
RenderLineBoxList.cpp 84 if (box->prevLineBox())
85 box->prevLineBox()->setNextLineBox(0);
121 box->nextLineBox()->setPreviousLineBox(box->prevLineBox());
122 if (box->prevLineBox())
123 box->prevLineBox()->setNextLineBox(box->nextLineBox());
InlineFlowBox.cpp 234 if ((!prevLineBox() || prevLineBox()->isConstructed()) &&
705 if ((!hasFillImage && !renderer()->style()->hasBorderRadius()) || (!prevLineBox() && !nextLineBox()) || !parent())
717 for (InlineRunBox* curr = prevLineBox(); curr; curr = curr->prevLineBox())
732 if ((!prevLineBox() && !nextLineBox()) || !parent())
    [all...]
InlineTextBox.h 51 InlineTextBox* prevTextBox() const { return static_cast<InlineTextBox*>(prevLineBox()); }

Completed in 1392 milliseconds