Searched refs:borderWidthPx (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DDOMNodeHighlighter.cpp129 static const int borderWidthPx = 1; local
179 int dx = -borderWidthPx;
180 int dy = borderWidthPx;
188 dx = overlayRect.x() - titleRect.x() - borderWidthPx;
192 dy = anchorBox.y() - titleRect.maxY() - borderWidthPx;
200 dy = overlayRect.y() - titleRect.y() + borderWidthPx;
204 context.setStrokeThickness(borderWidthPx);

Completed in 104 milliseconds