Searched defs:rootRect (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RootInlineBox.cpp | 155 FloatRect rootRect(0, selectionTop(), logicalWidth(), selectionHeight()); in addHighlightOverflow() local 173 FloatRect rootRect(tx + x(), ty + selectionTop(), logicalWidth(), selectionHeight()); in paintCustomHighlight() local
|
D | InlineTextBox.cpp | 870 FloatRect rootRect(tx + r->x(), ty + selectionTop(), r->logicalWidth(), selectionHeight()); in paintCustomHighlight() local
|
D | RenderBox.cpp | 1071 … FloatRect rootRect(tx + r->x(), ty + r->selectionTop(), r->logicalWidth(), r->selectionHeight()); in paintCustomHighlight() local
|