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

  /external/webkit/Source/WebCore/rendering/
RenderLineBoxList.h 49 InlineFlowBox* firstLineBox() const { return m_firstLineBox; }
RenderLineBoxList.cpp 145 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox())
180 RootInlineBox* firstRootBox = firstLineBox()->root();
182 int firstLineTop = firstLineBox()->logicalTopVisualOverflow(firstRootBox->lineTop());
183 if (usePrintRect && !firstLineBox()->parent())
184 firstLineTop = min(firstLineTop, firstLineBox()->root()->lineTop());
214 if (!firstLineBox())
232 for (InlineFlowBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) {
285 if (!firstLineBox())
288 bool isHorizontal = firstLineBox()->isHorizontal();
321 InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLineBox();
    [all...]
RenderInline.h 66 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); }
68 InlineBox* firstLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? firstLineBox() : culledInlineFirstLineBox(); }
RenderInline.cpp 85 if (firstLineBox()) {
98 if (firstLineBox()->parent()) {
99 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox())
472 else if (InlineFlowBox* curr = firstLineBox()) {
517 for (InlineFlowBox* childLine = currInline->firstLineBox(); childLine; childLine = childLine->nextLineBox()) {
556 else if (InlineFlowBox* curr = firstLineBox()) {
601 for (InlineFlowBox* childLine = currInline->firstLineBox(); childLine; childLine = childLine->nextLineBox()) {
724 if (firstLineBox()) {
    [all...]
RenderBlock.h 72 InlineFlowBox* firstLineBox() const { return m_lineBoxes.firstLineBox(); }
118 RootInlineBox* firstRootBox() const { return static_cast<RootInlineBox*>(firstLineBox()); }
    [all...]
RenderBlock.cpp 177 if (firstLineBox()) {
189 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox()) {
    [all...]
RenderBlockLineLayout.cpp     [all...]
InlineFlowBox.cpp 303 if (!lineBoxList->firstLineBox()->isConstructed() && !renderer()->isInlineElementContinuation()) {
304 if (ltr && lineBoxList->firstLineBox() == this)
    [all...]
RenderBox.cpp     [all...]
InlineTextBox.cpp 457 return !rubyText || !rubyText->firstLineBox();
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInline.cpp 92 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox())
SVGTextQuery.cpp 64 InlineFlowBox* flowBox = renderBlock->firstLineBox();
74 InlineFlowBox* flowBox = renderInline->firstLineBox();
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]

Completed in 128 milliseconds