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

  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 155 FloatRect rootRect(0, selectionTop(), logicalWidth(), selectionHeight());
156 IntRect inflatedRect = enclosingIntRect(page->chrome()->client()->customHighlightRect(renderer()->node(), renderer()->style()->highlight(), rootRect));
173 FloatRect rootRect(tx + x(), ty + selectionTop(), logicalWidth(), selectionHeight());
174 FloatRect inflatedRect = page->chrome()->client()->customHighlightRect(renderer()->node(), highlightType, rootRect);
176 page->chrome()->client()->paintCustomHighlight(renderer()->node(), highlightType, rootRect, rootRect, false, true);
    [all...]
InlineTextBox.cpp     [all...]
RenderBox.cpp     [all...]

Completed in 83 milliseconds