Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.cpp527 …TextRun labelTextRun(itemLabel, 0, 0, TextRun::AllowTrailingExpansion, style.textDirection(), styl… in paintRow() local
531 textX = remainingWidth - itemFont.width(labelTextRun); in paintRow()
532 TextRunPaintInfo labelTextRunPaintInfo(labelTextRun); in paintRow()