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

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPopupMenuClient.h61 virtual bool itemIsLabel(unsigned listIndex) const = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMenuList.h99 virtual bool itemIsLabel(unsigned listIndex) const OVERRIDE;
H A DRenderMenuList.cpp595 bool RenderMenuList::itemIsLabel(unsigned listIndex) const function in class:WebCore::RenderMenuList
/external/chromium_org/third_party/WebKit/Source/web/
H A DAutofillPopupMenuClient.h93 virtual bool itemIsLabel(unsigned listIndex) const { return false; } function in class:WebKit::AutofillPopupMenuClient
H A DExternalPopupMenu.cpp172 else if (m_popupMenuClient->itemIsLabel(i))
H A DPopupListBox.cpp537 if (m_popupClient->itemIsLabel(rowIndex)) {
794 else if (m_popupClient->itemIsLabel(i))
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPopupMenuTest.cpp114 virtual bool itemIsLabel(unsigned listIndex) const { return false; } function in class:__anon10447::TestPopupMenuClient

Completed in 106 milliseconds