OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itemIsSeparator
(Results
1 - 21
of
21
) sorted by null
/external/webkit/Source/WebKit/mac/Misc/
WebNSArrayExtras.m
63
BOOL
itemIsSeparator
= [item isSeparatorItem];
64
if (
itemIsSeparator
&& (removePreviousItemIfSeparator || index == 0))
66
removePreviousItemIfSeparator =
itemIsSeparator
;
/external/webkit/Source/WebCore/platform/
PopupMenuClient.h
59
virtual bool
itemIsSeparator
(unsigned listIndex) const = 0;
/external/webkit/Source/WebCore/platform/wx/
PopupMenuWx.cpp
97
if (client()->
itemIsSeparator
(i)) {
/external/webkit/Source/WebCore/rendering/
RenderMenuList.h
99
virtual bool
itemIsSeparator
(unsigned listIndex) const;
RenderTextControlSingleLine.h
135
virtual bool
itemIsSeparator
(unsigned listIndex) const;
RenderTextControlSingleLine.cpp
[
all
...]
RenderMenuList.cpp
528
bool RenderMenuList::
itemIsSeparator
(unsigned listIndex) const
/external/webkit/Source/WebCore/platform/android/
PopupMenuAndroid.cpp
144
if (m_popupClient->
itemIsSeparator
(i)) {
/external/webkit/Source/WebCore/platform/haiku/
PopupMenuHaiku.cpp
107
if (m_popupClient->
itemIsSeparator
(i))
/external/webkit/Source/WebKit/chromium/src/
AutoFillPopupMenuClient.h
91
virtual bool
itemIsSeparator
(unsigned listIndex) const;
ExternalPopupMenu.cpp
136
if (m_popupMenuClient->
itemIsSeparator
(i))
AutoFillPopupMenuClient.cpp
226
bool AutoFillPopupMenuClient::
itemIsSeparator
(unsigned listIndex) const
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebPopupMenu.cpp
83
if (m_popupClient->
itemIsSeparator
(i))
/external/webkit/Source/WebKit/qt/WebCoreSupport/
PopupMenuQt.cpp
74
if (d->
itemIsSeparator
(idx))
/external/webkit/Source/WebCore/platform/gtk/
PopupMenuGtk.cpp
81
if (client()->
itemIsSeparator
(i))
/external/webkit/Source/WebKit/chromium/tests/
PopupMenuTest.cpp
89
virtual bool
itemIsSeparator
(unsigned listIndex) const { return false; }
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp
107
if (m_popupClient->
itemIsSeparator
(index)) {
/external/webkit/Source/WebCore/platform/mac/
PopupMenuMac.mm
87
if (client()->
itemIsSeparator
(i))
/external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp
915
if (m_popupClient->
itemIsSeparator
(rowIndex)) {
[
all
...]
/external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp
624
if (client()->
itemIsSeparator
(index)) {
/external/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp
[
all
...]
Completed in 3083 milliseconds