Searched refs: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 156 …()->client()->customHighlightRect(renderer()->node(), renderer()->style()->highlight(), rootRect)); in addHighlightOverflow() 173 FloatRect rootRect(tx + x(), ty + selectionTop(), logicalWidth(), selectionHeight()); in paintCustomHighlight() local 174 …dRect = page->chrome()->client()->customHighlightRect(renderer()->node(), highlightType, rootRect); in paintCustomHighlight() 176 …>client()->paintCustomHighlight(renderer()->node(), highlightType, rootRect, rootRect, false, true… in paintCustomHighlight()
|
D | InlineTextBox.cpp | 869 FloatRect rootRect(tx + r->x(), ty + selectionTop(), r->logicalWidth(), selectionHeight()); in paintCustomHighlight() local 870 FloatRect textRect(tx + x(), rootRect.y(), logicalWidth(), rootRect.height()); in paintCustomHighlight() 872 …page->chrome()->client()->paintCustomHighlight(renderer()->node(), type, textRect, rootRect, true,… in paintCustomHighlight()
|
D | RenderBox.cpp | 1066 … FloatRect rootRect(tx + r->x(), ty + r->selectionTop(), r->logicalWidth(), r->selectionHeight()); in paintCustomHighlight() local 1067 FloatRect imageRect(tx + x(), rootRect.y(), width(), rootRect.height()); in paintCustomHighlight() 1068 …page->chrome()->client()->paintCustomHighlight(node(), type, imageRect, rootRect, behindText, fals… in paintCustomHighlight()
|