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

  /external/webkit/WebCore/rendering/
RootInlineBox.cpp 137 FloatRect rootRect(0, selectionTop(), width(), selectionHeight());
138 IntRect inflatedRect = enclosingIntRect(page->chrome()->client()->customHighlightRect(renderer()->node(), renderer()->style()->highlight(), rootRect));
156 FloatRect rootRect(tx + x(), ty + selectionTop(), width(), selectionHeight());
157 FloatRect inflatedRect = page->chrome()->client()->customHighlightRect(renderer()->node(), highlightType, rootRect);
159 page->chrome()->client()->paintCustomHighlight(renderer()->node(), highlightType, rootRect, rootRect, false, true);
InlineTextBox.cpp 639 FloatRect rootRect(tx + r->x(), ty + selectionTop(), r->width(), selectionHeight());
640 FloatRect textRect(tx + x(), rootRect.y(), width(), rootRect.height());
642 page->chrome()->client()->paintCustomHighlight(renderer()->node(), type, textRect, rootRect, true, false);
    [all...]
RenderBox.cpp 838 FloatRect rootRect(tx + r->x(), ty + r->selectionTop(), r->width(), r->selectionHeight());
839 FloatRect imageRect(tx + x(), rootRect.y(), width(), rootRect.height());
840 page->chrome()->client()->paintCustomHighlight(node(), type, imageRect, rootRect, behindText, false);
    [all...]

Completed in 260 milliseconds