HomeSort by relevance Sort by last modified time
    Searched refs:itemIsSeparator (Results 1 - 13 of 13) sorted by null

  /external/webkit/WebKit/mac/Misc/
WebNSArrayExtras.m 63 BOOL itemIsSeparator = [item isSeparatorItem];
64 if (itemIsSeparator && (removePreviousItemIfSeparator || index == 0))
66 removePreviousItemIfSeparator = itemIsSeparator;
  /external/webkit/WebCore/platform/qt/
QtAbstractWebPopup.cpp 53 if (m_popupClient->itemIsSeparator(idx))
  /external/webkit/WebCore/platform/
PopupMenuClient.h 53 virtual bool itemIsSeparator(unsigned listIndex) const = 0;
  /external/webkit/WebCore/platform/wx/
PopupMenuWx.cpp 70 if (client()->itemIsSeparator(i)) {
  /external/webkit/WebCore/rendering/
RenderMenuList.h 88 virtual bool itemIsSeparator(unsigned listIndex) const;
RenderTextControlSingleLine.h 113 virtual bool itemIsSeparator(unsigned listIndex) const;
RenderTextControlSingleLine.cpp 669 if (itemIsSeparator(listIndex))
678 if (!listIndex || itemIsSeparator(listIndex))
747 bool RenderTextControlSingleLine::itemIsSeparator(unsigned listIndex) const
RenderMenuList.cpp 482 bool RenderMenuList::itemIsSeparator(unsigned listIndex) const
  /external/webkit/WebKit/chromium/src/
SuggestionsPopupMenuClient.h 76 virtual bool itemIsSeparator(unsigned listIndex) const { return false; }
  /external/webkit/WebCore/platform/gtk/
PopupMenuGtk.cpp 68 if (client()->itemIsSeparator(i))
  /external/webkit/WebCore/platform/mac/
PopupMenuMac.mm 79 if (client()->itemIsSeparator(i))
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 817 if (m_popupClient->itemIsSeparator(rowIndex)) {
    [all...]
  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 620 if (client()->itemIsSeparator(index)) {

Completed in 1504 milliseconds