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

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

Completed in 225 milliseconds