Searched refs:itemIsLabel (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPopupMenuClient.h51 virtual bool itemIsLabel(unsigned listIndex) const = 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DExternalPopupMenuTest.cpp48 virtual bool itemIsLabel(unsigned listIndex) const OVERRIDE { return false; }
H A DExternalPopupMenu.cpp202 else if (popupMenuClient.itemIsLabel(i))
H A DPopupMenuTest.cpp121 virtual bool itemIsLabel(unsigned listIndex) const { return false; } function in class:__anon11366::TestPopupMenuClient
H A DPopupListBox.cpp491 if (m_popupClient->itemIsLabel(rowIndex)) {
721 else if (m_popupClient->itemIsLabel(i))
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMenuList.h96 virtual bool itemIsLabel(unsigned listIndex) const OVERRIDE;
H A DRenderMenuList.cpp610 bool RenderMenuList::itemIsLabel(unsigned listIndex) const function in class:blink::RenderMenuList

Completed in 538 milliseconds