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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListMarker.cpp1190 int bulletWidth = style()->fontMetrics().ascent() / 2; local
1191 IntSize defaultBulletSize(bulletWidth, bulletWidth);
1516 int bulletWidth = (ascent * 2 / 3 + 1) / 2; local
1517 relativeRect = IntRect(1, 3 * (ascent - ascent * 2 / 3) / 2, bulletWidth, bulletWidth);

Completed in 244 milliseconds