Searched defs:paintSelectionBackground (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineFlowBox.cpp37 void SVGInlineFlowBox::paintSelectionBackground(PaintInfo& paintInfo) function in class:WebCore::SVGInlineFlowBox
45 static_cast<SVGInlineTextBox*>(child)->paintSelectionBackground(childPaintInfo);
47 static_cast<SVGInlineFlowBox*>(child)->paintSelectionBackground(childPaintInfo);
H A DSVGInlineTextBox.cpp161 void SVGInlineTextBox::paintSelectionBackground(PaintInfo& paintInfo) function in class:WebCore::SVGInlineTextBox

Completed in 148 milliseconds