HomeSort by relevance Sort by last modified time
    Searched defs:itemLabel (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.cpp 157 String AutofillPopupMenuClient::itemLabel(unsigned listIndex) const
PopupListBox.cpp 463 String itemLabel = m_popupClient->itemLabel(rowIndex);
473 itemLabel = "";
475 } else if (!itemLabel.isEmpty()) {
477 itemLabel = StringTruncator::rightTruncate(itemLabel, availableWidth, itemFont);
510 if (itemLabel.isEmpty())
522 TextRun labelTextRun(itemLabel, 0, 0, TextRun::AllowTrailingExpansion, style.textDirection(), style.hasTextDirectionOverride());
836 String label = m_popupClient->itemLabel(i);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.cpp 411 String RenderMenuList::itemLabel(unsigned) const
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp 95 virtual String itemLabel(unsigned) const { return String(); }

Completed in 389 milliseconds