Home
last modified time | relevance | path

Searched defs:rootRect (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRootInlineBox.cpp155 FloatRect rootRect(0, selectionTop(), logicalWidth(), selectionHeight()); in addHighlightOverflow() local
173 FloatRect rootRect(tx + x(), ty + selectionTop(), logicalWidth(), selectionHeight()); in paintCustomHighlight() local
DInlineTextBox.cpp870 FloatRect rootRect(tx + r->x(), ty + selectionTop(), r->logicalWidth(), selectionHeight()); in paintCustomHighlight() local
DRenderBox.cpp1071 … FloatRect rootRect(tx + r->x(), ty + r->selectionTop(), r->logicalWidth(), r->selectionHeight()); in paintCustomHighlight() local