Home
last modified time | relevance | path

Searched refs:titleBasePoint (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DDOMNodeHighlighter.cpp173 IntPoint titleBasePoint = IntPoint(anchorBox.x(), anchorBox.maxY() - 1); in drawElementTitle() local
174 titleBasePoint.move(rectInflatePx, rectInflatePx); in drawElementTitle()
175 …IntRect titleRect = enclosingIntRect(font.selectionRectForText(nodeTitleRun, titleBasePoint, fontH… in drawElementTitle()