OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itemIsLabel
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuClient.h
62
virtual bool
itemIsLabel
(unsigned listIndex) const = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.h
96
virtual bool
itemIsLabel
(unsigned listIndex) const OVERRIDE;
RenderMenuList.cpp
583
bool RenderMenuList::
itemIsLabel
(unsigned listIndex) const
/external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.h
93
virtual bool
itemIsLabel
(unsigned listIndex) const { return false; }
ExternalPopupMenu.cpp
173
else if (m_popupMenuClient->
itemIsLabel
(i))
PopupListBox.cpp
542
if (m_popupClient->
itemIsLabel
(rowIndex)) {
802
else if (m_popupClient->
itemIsLabel
(i))
/external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp
114
virtual bool
itemIsLabel
(unsigned listIndex) const { return false; }
Completed in 486 milliseconds