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

/external/webkit/Source/WebKit/chromium/src/
H A DAutoFillPopupMenuClient.cpp226 bool AutoFillPopupMenuClient::itemIsSeparator(unsigned listIndex) const function in class:WebKit::AutoFillPopupMenuClient
/external/webkit/Source/WebCore/rendering/
H A DRenderMenuList.cpp528 bool RenderMenuList::itemIsSeparator(unsigned listIndex) const function in class:WebCore::RenderMenuList
H A DRenderTextControlSingleLine.cpp914 if (itemIsSeparator(listIndex))
933 if (!listIndex || itemIsSeparator(listIndex))
1002 bool RenderTextControlSingleLine::itemIsSeparator(unsigned listIndex) const function in class:WebCore::RenderTextControlSingleLine
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp89 virtual bool itemIsSeparator(unsigned listIndex) const { return false; } function in class:__anon13427::TestPopupMenuClient

Completed in 37 milliseconds