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

/external/webkit/WebKit/chromium/src/
H A DSuggestionsPopupMenuClient.h76 virtual bool itemIsSeparator(unsigned listIndex) const { return false; } function in class:WebKit::SuggestionsPopupMenuClient
/external/webkit/WebCore/rendering/
H A DRenderMenuList.cpp482 bool RenderMenuList::itemIsSeparator(unsigned listIndex) const function in class:WebCore::RenderMenuList
H A DRenderTextControlSingleLine.cpp669 if (itemIsSeparator(listIndex))
678 if (!listIndex || itemIsSeparator(listIndex))
747 bool RenderTextControlSingleLine::itemIsSeparator(unsigned listIndex) const function in class:WebCore::RenderTextControlSingleLine

Completed in 92 milliseconds