Searched defs:itemLabel (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebKit/chromium/src/ | ||
D | AutoFillPopupMenuClient.cpp | 171 String AutoFillPopupMenuClient::itemLabel(unsigned listIndex) const in itemLabel() function in WebKit::AutoFillPopupMenuClient |
/external/webkit/Source/WebCore/rendering/ | ||
D | RenderMenuList.cpp | 362 String RenderMenuList::itemLabel(unsigned) const in itemLabel() function in WebCore::RenderMenuList |
D | RenderTextControlSingleLine.cpp | 921 String RenderTextControlSingleLine::itemLabel(unsigned) const in itemLabel() function in WebCore::RenderTextControlSingleLine |
/external/webkit/Source/WebKit/chromium/tests/ | ||
D | PopupMenuTest.cpp | 71 virtual String itemLabel(unsigned) const { return String(); } in itemLabel() function in __anon64e170100111::TestPopupMenuClient |
/external/webkit/Source/WebCore/platform/chromium/ | ||
D | PopupMenuChromium.cpp | 943 String itemLabel = m_popupClient->itemLabel(rowIndex); in paintRow() local |