Searched refs:itemIsSeparator (Results 1 – 15 of 15) sorted by relevance
63 BOOL itemIsSeparator = [item isSeparatorItem];64 if (itemIsSeparator && (removePreviousItemIfSeparator || index == 0))66 removePreviousItemIfSeparator = itemIsSeparator;
52 virtual bool itemIsSeparator(unsigned listIndex) const = 0;
71 if (client()->itemIsSeparator(i)) { in show()
69 if (client()->itemIsSeparator(i)) { in populate()
88 virtual bool itemIsSeparator(unsigned listIndex) const;
98 virtual bool itemIsSeparator(unsigned listIndex) const;
666 if (itemIsSeparator(listIndex)) in itemText()675 if (!listIndex || itemIsSeparator(listIndex)) in itemIsEnabled()739 bool RenderTextControlSingleLine::itemIsSeparator(unsigned listIndex) const in itemIsSeparator() function in WebCore::RenderTextControlSingleLine
408 bool RenderMenuList::itemIsSeparator(unsigned listIndex) const in itemIsSeparator() function in WebCore::RenderMenuList
74 if (client()->itemIsSeparator(i)) in show()
807 if (m_popupClient->itemIsSeparator(rowIndex)) { in paintRow()1053 if (m_popupClient->itemIsSeparator(i)) in updateFromElement()
78 if (client()->itemIsSeparator(i))
505 if (client()->itemIsSeparator(index)) { in paint()
3801 (WebCore::RenderTextControl::itemIsSeparator): ditto.4276 (WebCore::RenderMenuList::itemIsSeparator): ditto.
12817 (WebCore::RenderTextControlSingleLine::itemIsSeparator):
20333 (WebCore::RenderTextControl::itemIsSeparator):