Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/src/
DAutoFillPopupMenuClient.cpp171 String AutoFillPopupMenuClient::itemLabel(unsigned listIndex) const in itemLabel() function in WebKit::AutoFillPopupMenuClient
/external/webkit/Source/WebCore/rendering/
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/tests/
DPopupMenuTest.cpp71 virtual String itemLabel(unsigned) const { return String(); } in itemLabel() function in __anon64e170100111::TestPopupMenuClient
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp943 String itemLabel = m_popupClient->itemLabel(rowIndex); in paintRow() local