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

  /external/webkit/WebCore/rendering/
RenderLineBoxList.cpp 165 int yPos = firstLineBox()->topVisibleOverflow() - renderer->maximalOutlineSize(paintInfo.phase);
187 if (curr->bottomVisibleOverflow() - curr->topVisibleOverflow() <= v->printRect().height()) {
189 if (ty + curr->topVisibleOverflow() < v->truncatedAt())
190 v->setBestTruncatedAt(ty + curr->root()->topVisibleOverflow(), renderer);
192 if (ty + curr->topVisibleOverflow() >= v->truncatedAt())
198 int top = min(curr->topVisibleOverflow(), curr->root()->selectionTop()) - 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 143 int topVisibleOverflow() const { return std::min(topLayoutOverflow(), topVisualOverflow()); }
RenderReplaced.cpp 177 int top = currentTY + topVisibleOverflow();
RenderBox.h 85 int topVisibleOverflow() const { return hasOverflowClip() ? topVisualOverflow() : std::min(topLayoutOverflow(), topVisualOverflow()); }
RenderBlockLineLayout.cpp     [all...]
RenderInline.cpp 565 return IntRect(leftSide, firstLineBox()->topVisibleOverflow(), rightSide - leftSide,
566 lastLineBox()->bottomVisibleOverflow() - firstLineBox()->topVisibleOverflow());
    [all...]
RenderTable.cpp 417 movedSectionTop = min(height(), section->y()) + section->topVisibleOverflow();
492 if (ty + topVisibleOverflow() >= paintInfo.rect.bottom() + os || ty + bottomVisibleOverflow() <= paintInfo.rect.y() - os)
    [all...]
RenderTableCell.cpp 222 top = max(top, -topVisibleOverflow());
    [all...]
RenderLayer.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 242 int h = view->bottomVisibleOverflow() - view->topVisibleOverflow();

Completed in 444 milliseconds