Searched defs:itemIsSeparator (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebKit/chromium/src/ | ||
D | AutoFillPopupMenuClient.cpp | 226 bool AutoFillPopupMenuClient::itemIsSeparator(unsigned listIndex) const in itemIsSeparator() function in WebKit::AutoFillPopupMenuClient |
/external/webkit/Source/WebCore/rendering/ | ||
D | RenderMenuList.cpp | 528 bool RenderMenuList::itemIsSeparator(unsigned listIndex) const in itemIsSeparator() function in WebCore::RenderMenuList |
D | RenderTextControlSingleLine.cpp | 1002 bool RenderTextControlSingleLine::itemIsSeparator(unsigned listIndex) const in itemIsSeparator() function in WebCore::RenderTextControlSingleLine |
/external/webkit/Source/WebKit/chromium/tests/ | ||
D | PopupMenuTest.cpp | 89 virtual bool itemIsSeparator(unsigned listIndex) const { return false; } in itemIsSeparator() function in __anona1a3422e0111::TestPopupMenuClient |