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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListMarker.cpp1396 UChar suffixSpace[2] = { listMarkerSuffix(type, m_listItem->value()), ' ' }; local
1397 LayoutUnit suffixSpaceWidth = font.width(constructTextRun(this, font, suffixSpace, 2, style(), style()->direction()));
1601 UChar suffixSpace[2] = { listMarkerSuffix(type, m_listItem->value()), ' ' }; local
1602 int suffixSpaceWidth = font.width(constructTextRun(this, font, suffixSpace, 2, style(), style()->direction()));

Completed in 112 milliseconds