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

  /external/webkit/WebCore/rendering/
RenderLineBoxList.cpp 166 int h = renderer->maximalOutlineSize(paintInfo.phase) + lastLineBox()->bottomVisibleOverflow() - yPos;
187 if (curr->bottomVisibleOverflow() - curr->topVisibleOverflow() <= v->printRect().height()) {
188 if (ty + curr->bottomVisibleOverflow() > v->printRect().bottom()) {
199 int bottom = curr->bottomVisibleOverflow() + renderer->maximalOutlineSize(info.phase);
233 if ((y >= ty + lastLineBox()->root()->bottomVisibleOverflow()) || (y < ty + firstLineBox()->root()->topVisibleOverflow()))
240 if (y >= ty + curr->root()->topVisibleOverflow() && y < ty + curr->root()->bottomVisibleOverflow()) {
InlineFlowBox.h 144 int bottomVisibleOverflow() const { return std::max(bottomLayoutOverflow(), bottomVisualOverflow()); }
RenderReplaced.cpp 178 int bottom = currentTY + bottomVisibleOverflow();
RenderBox.h 86 int bottomVisibleOverflow() const { return hasOverflowClip() ? bottomVisualOverflow() : std::max(bottomLayoutOverflow(), bottomVisualOverflow()); }
RenderBlockLineLayout.cpp     [all...]
RenderTable.cpp 471 repaintRectangle(IntRect(leftVisibleOverflow(), movedSectionTop, rightVisibleOverflow() - leftVisibleOverflow(), bottomVisibleOverflow() - movedSectionTop));
492 if (ty + topVisibleOverflow() >= paintInfo.rect.bottom() + os || ty + bottomVisibleOverflow() <= paintInfo.rect.y() - os)
    [all...]
RenderTableCell.cpp 223 IntRect r(-left, - top, left + max(width() + right, rightVisibleOverflow()), top + max(height() + bottom, bottomVisibleOverflow()));
    [all...]
RenderInline.cpp 566 lastLineBox()->bottomVisibleOverflow() - firstLineBox()->topVisibleOverflow());
    [all...]
RenderLayer.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 242 int h = view->bottomVisibleOverflow() - view->topVisibleOverflow();

Completed in 363 milliseconds