Home
last modified time | relevance | path

Searched refs:itemIsSeparator (Results 1 – 15 of 15) sorted by relevance

/external/webkit/WebKit/mac/Misc/
DWebNSArrayExtras.m63 BOOL itemIsSeparator = [item isSeparatorItem];
64 if (itemIsSeparator && (removePreviousItemIfSeparator || index == 0))
66 removePreviousItemIfSeparator = itemIsSeparator;
/external/webkit/WebCore/platform/
DPopupMenuClient.h52 virtual bool itemIsSeparator(unsigned listIndex) const = 0;
/external/webkit/WebCore/platform/wx/
DPopupMenuWx.cpp71 if (client()->itemIsSeparator(i)) { in show()
/external/webkit/WebCore/platform/qt/
DPopupMenuQt.cpp69 if (client()->itemIsSeparator(i)) { in populate()
/external/webkit/WebCore/rendering/
DRenderMenuList.h88 virtual bool itemIsSeparator(unsigned listIndex) const;
DRenderTextControlSingleLine.h98 virtual bool itemIsSeparator(unsigned listIndex) const;
DRenderTextControlSingleLine.cpp666 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
DRenderMenuList.cpp408 bool RenderMenuList::itemIsSeparator(unsigned listIndex) const in itemIsSeparator() function in WebCore::RenderMenuList
/external/webkit/WebCore/platform/gtk/
DPopupMenuGtk.cpp74 if (client()->itemIsSeparator(i)) in show()
/external/webkit/WebCore/platform/chromium/
DPopupMenuChromium.cpp807 if (m_popupClient->itemIsSeparator(rowIndex)) { in paintRow()
1053 if (m_popupClient->itemIsSeparator(i)) in updateFromElement()
/external/webkit/WebCore/platform/mac/
DPopupMenuMac.mm78 if (client()->itemIsSeparator(i))
/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp505 if (client()->itemIsSeparator(index)) { in paint()
/external/webkit/WebCore/
DChangeLog-2006-12-313801 (WebCore::RenderTextControl::itemIsSeparator): ditto.
4276 (WebCore::RenderMenuList::itemIsSeparator): ditto.
DChangeLog12817 (WebCore::RenderTextControlSingleLine::itemIsSeparator):
DChangeLog-2007-10-1420333 (WebCore::RenderTextControl::itemIsSeparator):