Home | History | Annotate | Download | only in chromium

Lines Matching refs:itemLabel

943     String itemLabel = m_popupClient->itemLabel(rowIndex);
952 itemLabel = "";
954 } else if (!itemLabel.isEmpty()) {
957 itemLabel = StringTruncator::rightTruncate(itemLabel, availableWidth, itemFont);
989 if (itemLabel.isEmpty())
991 TextRun labelTextRun(itemLabel.characters(), itemLabel.length(), false, 0, 0, TextRun::AllowTrailingExpansion, rtl, style.hasTextDirectionOverride());
1287 String label = m_popupClient->itemLabel(i);