Home
last modified time | relevance | path

Searched defs:itemIsSeparator (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DAutoFillPopupMenuClient.cpp226 bool AutoFillPopupMenuClient::itemIsSeparator(unsigned listIndex) const in itemIsSeparator() function in WebKit::AutoFillPopupMenuClient
/external/webkit/Source/WebCore/rendering/
DRenderMenuList.cpp528 bool RenderMenuList::itemIsSeparator(unsigned listIndex) const in itemIsSeparator() function in WebCore::RenderMenuList
DRenderTextControlSingleLine.cpp1002 bool RenderTextControlSingleLine::itemIsSeparator(unsigned listIndex) const in itemIsSeparator() function in WebCore::RenderTextControlSingleLine
/external/webkit/Source/WebKit/chromium/tests/
DPopupMenuTest.cpp89 virtual bool itemIsSeparator(unsigned listIndex) const { return false; } in itemIsSeparator() function in __anona1a3422e0111::TestPopupMenuClient