OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itemIsEnabled
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuClient.h
51
virtual bool
itemIsEnabled
(unsigned listIndex) const = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.h
85
virtual bool
itemIsEnabled
(unsigned listIndex) const OVERRIDE;
RenderMenuList.cpp
430
bool RenderMenuList::
itemIsEnabled
(unsigned listIndex) const
/external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.h
82
virtual bool
itemIsEnabled
(unsigned listIndex) const;
ExternalPopupMenu.cpp
177
popupItem.enabled = m_popupMenuClient->
itemIsEnabled
(i);
AutofillPopupMenuClient.cpp
165
bool AutofillPopupMenuClient::
itemIsEnabled
(unsigned listIndex) const
PopupListBox.cpp
704
return m_items[index]->type == PopupItem::TypeOption && m_popupClient->
itemIsEnabled
(index);
/external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp
99
virtual bool
itemIsEnabled
(unsigned listIndex) const { return m_disabledIndexSet.find(listIndex) == m_disabledIndexSet.end(); }
Completed in 824 milliseconds