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

  /external/webkit/Source/WebCore/rendering/
RootInlineBox.h 145 int logicalTopVisualOverflow() const
147 return InlineFlowBox::logicalTopVisualOverflow(lineTop());
RenderLineBoxList.cpp 182 int firstLineTop = firstLineBox()->logicalTopVisualOverflow(firstRootBox->lineTop());
197 int logicalTop = min(box->logicalTopVisualOverflow(root->lineTop()), root->selectionTop()) - renderer->maximalOutlineSize(paintInfo.phase);
238 int topForPaginationCheck = curr->logicalTopVisualOverflow(root->lineTop());
248 bottomForPaginationCheck = min(bottomForPaginationCheck, min(nextRootBox->logicalTopVisualOverflow(), nextRootBox->lineTop()));
303 if (rangeIntersectsRect(renderer, curr->logicalTopVisualOverflow(root->lineTop()), curr->logicalBottomVisualOverflow(root->lineBottom()), rect, tx, ty)) {
InlineTextBox.h 87 int logicalTopVisualOverflow() const { return logicalOverflowRect().y(); }
InlineFlowBox.cpp     [all...]
InlineFlowBox.h 228 int logicalTopVisualOverflow(int lineTop) const
RenderBlockLineLayout.cpp     [all...]
RenderBox.h 163 int& logicalTopVisualOverflow, int& logicalBottomVisualOverflow);
RenderInline.cpp     [all...]
RenderText.cpp     [all...]

Completed in 501 milliseconds