Searched defs:itemLabel (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DAutoFillPopupMenuClient.cpp171 String AutoFillPopupMenuClient::itemLabel(unsigned listIndex) const function in class:WebKit::AutoFillPopupMenuClient
/external/webkit/Source/WebCore/rendering/
H A DRenderMenuList.cpp362 String RenderMenuList::itemLabel(unsigned) const function in class:WebCore::RenderMenuList
H A DRenderTextControlSingleLine.cpp921 String RenderTextControlSingleLine::itemLabel(unsigned) const function in class:WebCore::RenderTextControlSingleLine
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp71 virtual String itemLabel(unsigned) const { return String(); } function in class:__anon13427::TestPopupMenuClient
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp943 String itemLabel = m_popupClient->itemLabel(rowIndex); local
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(
[all...]

Completed in 155 milliseconds