Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp943 String itemLabel = m_popupClient->itemLabel(rowIndex); in paintRow() local
952 itemLabel = ""; in paintRow()
954 } else if (!itemLabel.isEmpty()) { in paintRow()
957 itemLabel = StringTruncator::rightTruncate(itemLabel, availableWidth, itemFont); in paintRow()
989 if (itemLabel.isEmpty()) in paintRow()
991 …TextRun labelTextRun(itemLabel.characters(), itemLabel.length(), false, 0, 0, TextRun::AllowTraili… in paintRow()
1287 String label = m_popupClient->itemLabel(i); in layout()
/external/webkit/Source/WebCore/platform/
DPopupMenuClient.h45 virtual String itemLabel(unsigned listIndex) const = 0;
/external/webkit/Source/WebCore/rendering/
DRenderMenuList.h85 virtual String itemLabel(unsigned listIndex) const;
DRenderTextControlSingleLine.h121 virtual String itemLabel(unsigned listIndex) const;
DRenderMenuList.cpp362 String RenderMenuList::itemLabel(unsigned) const in itemLabel() function in WebCore::RenderMenuList
DRenderTextControlSingleLine.cpp921 String RenderTextControlSingleLine::itemLabel(unsigned) const in itemLabel() function in WebCore::RenderTextControlSingleLine
/external/webkit/Source/WebKit/chromium/src/
DAutoFillPopupMenuClient.h77 virtual WTF::String itemLabel(unsigned listIndex) const;
DAutoFillPopupMenuClient.cpp171 String AutoFillPopupMenuClient::itemLabel(unsigned listIndex) const in itemLabel() function in WebKit::AutoFillPopupMenuClient
/external/webkit/Source/WebKit/chromium/tests/
DPopupMenuTest.cpp71 virtual String itemLabel(unsigned) const { return String(); } in itemLabel() function in __anon653a6ef00111::TestPopupMenuClient
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1614164 (WebKit::TestPopupMenuClient::itemLabel): Added.
14177 (WebKit::AutoFillPopupMenuClient::itemLabel):
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06101478 (WebCore::RenderMenuList::itemLabel):
101481 (WebCore::RenderTextControlSingleLine::itemLabel):