Searched refs:itemIsEnabled (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPopupMenuClient.h50 virtual bool itemIsEnabled(unsigned listIndex) const = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMenuList.h88 virtual bool itemIsEnabled(unsigned listIndex) const OVERRIDE;
H A DRenderMenuList.cpp438 bool RenderMenuList::itemIsEnabled(unsigned listIndex) const function in class:WebCore::RenderMenuList
/external/chromium_org/third_party/WebKit/Source/web/
H A DAutofillPopupMenuClient.h82 virtual bool itemIsEnabled(unsigned listIndex) const;
H A DExternalPopupMenu.cpp176 popupItem.enabled = m_popupMenuClient->itemIsEnabled(i);
H A DAutofillPopupMenuClient.cpp167 bool AutofillPopupMenuClient::itemIsEnabled(unsigned listIndex) const function in class:WebKit::AutofillPopupMenuClient
H A DPopupListBox.cpp696 return m_items[index]->type == PopupItem::TypeOption && m_popupClient->itemIsEnabled(index);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPopupMenuTest.cpp99 virtual bool itemIsEnabled(unsigned listIndex) const { return m_disabledIndexSet.find(listIndex) == m_disabledIndexSet.end(); } function in class:__anon10447::TestPopupMenuClient

Completed in 118 milliseconds