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

  /external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuClient.h 51 virtual bool itemIsLabel(unsigned listIndex) const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.h 93 virtual bool itemIsLabel(unsigned listIndex) const OVERRIDE;
RenderMenuList.cpp 593 bool RenderMenuList::itemIsLabel(unsigned listIndex) const
  /external/chromium_org/third_party/WebKit/Source/web/
ExternalPopupMenu.cpp 193 else if (m_popupMenuClient->itemIsLabel(i))
PopupListBox.cpp 470 if (m_popupClient->itemIsLabel(rowIndex)) {
702 else if (m_popupClient->itemIsLabel(i))
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp 121 virtual bool itemIsLabel(unsigned listIndex) const { return false; }

Completed in 79 milliseconds