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

  /external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuClient.h 47 virtual String itemLabel(unsigned listIndex) const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.h 81 virtual String itemLabel(unsigned listIndex) const OVERRIDE;
RenderMenuList.cpp 403 String RenderMenuList::itemLabel(unsigned) const
  /external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.h 78 virtual WTF::String itemLabel(unsigned listIndex) const;
PopupListBox.cpp 468 String itemLabel = m_popupClient->itemLabel(rowIndex);
478 itemLabel = "";
480 } else if (!itemLabel.isEmpty()) {
482 itemLabel = StringTruncator::rightTruncate(itemLabel, availableWidth, itemFont);
515 if (itemLabel.isEmpty())
527 TextRun labelTextRun(itemLabel, 0, 0, TextRun::AllowTrailingExpansion, style.textDirection(), style.hasTextDirectionOverride());
844 String label = m_popupClient->itemLabel(i);
AutofillPopupMenuClient.cpp 155 String AutofillPopupMenuClient::itemLabel(unsigned listIndex) const
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp 95 virtual String itemLabel(unsigned) const { return String(); }

Completed in 385 milliseconds