OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itemIsSeparator
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuClient.h
61
virtual bool
itemIsSeparator
(unsigned listIndex) const = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.h
95
virtual bool
itemIsSeparator
(unsigned listIndex) const OVERRIDE;
RenderMenuList.cpp
577
bool RenderMenuList::
itemIsSeparator
(unsigned listIndex) const
/external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.h
92
virtual bool
itemIsSeparator
(unsigned listIndex) const;
ExternalPopupMenu.cpp
171
if (m_popupMenuClient->
itemIsSeparator
(i))
AutofillPopupMenuClient.cpp
210
bool AutofillPopupMenuClient::
itemIsSeparator
(unsigned listIndex) const
PopupListBox.cpp
437
if (m_popupClient->
itemIsSeparator
(rowIndex)) {
650
if (m_popupClient->
itemIsSeparator
(index))
800
if (m_popupClient->
itemIsSeparator
(i))
/external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp
113
virtual bool
itemIsSeparator
(unsigned listIndex) const { return false; }
Completed in 59 milliseconds