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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
PopupMenuClient.h 60 virtual bool itemIsSeparator(unsigned listIndex) const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.h 98 virtual bool itemIsSeparator(unsigned listIndex) const OVERRIDE;
RenderMenuList.cpp 589 bool RenderMenuList::itemIsSeparator(unsigned listIndex) const
  /external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.h 92 virtual bool itemIsSeparator(unsigned listIndex) const;
ExternalPopupMenu.cpp 170 if (m_popupMenuClient->itemIsSeparator(i))
AutofillPopupMenuClient.cpp 212 bool AutofillPopupMenuClient::itemIsSeparator(unsigned listIndex) const
PopupListBox.cpp 432 if (m_popupClient->itemIsSeparator(rowIndex)) {
645 if (m_popupClient->itemIsSeparator(index))
792 if (m_popupClient->itemIsSeparator(i))
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp 113 virtual bool itemIsSeparator(unsigned listIndex) const { return false; }

Completed in 79 milliseconds