/external/webkit/Source/WebKit/mac/Misc/ |
D | WebNSArrayExtras.m | 63 BOOL itemIsSeparator = [item isSeparatorItem]; 64 if (itemIsSeparator && (removePreviousItemIfSeparator || index == 0)) 66 removePreviousItemIfSeparator = itemIsSeparator;
|
/external/webkit/Source/WebCore/platform/ |
D | PopupMenuClient.h | 59 virtual bool itemIsSeparator(unsigned listIndex) const = 0;
|
/external/webkit/Source/WebCore/platform/wx/ |
D | PopupMenuWx.cpp | 97 if (client()->itemIsSeparator(i)) { in show()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | ExternalPopupMenu.cpp | 136 if (m_popupMenuClient->itemIsSeparator(i)) in getPopupMenuInfo()
|
D | AutoFillPopupMenuClient.h | 91 virtual bool itemIsSeparator(unsigned listIndex) const;
|
D | AutoFillPopupMenuClient.cpp | 226 bool AutoFillPopupMenuClient::itemIsSeparator(unsigned listIndex) const in itemIsSeparator() function in WebKit::AutoFillPopupMenuClient
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | PopupMenuHaiku.cpp | 107 if (m_popupClient->itemIsSeparator(i)) in show()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebPopupMenu.cpp | 83 if (m_popupClient->itemIsSeparator(i)) in populateItems()
|
/external/webkit/Source/WebCore/platform/android/ |
D | PopupMenuAndroid.cpp | 144 if (m_popupClient->itemIsSeparator(i)) { in show()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderMenuList.h | 99 virtual bool itemIsSeparator(unsigned listIndex) const;
|
D | RenderTextControlSingleLine.h | 135 virtual bool itemIsSeparator(unsigned listIndex) const;
|
D | RenderTextControlSingleLine.cpp | 914 if (itemIsSeparator(listIndex)) in itemText() 933 if (!listIndex || itemIsSeparator(listIndex)) in itemIsEnabled() 1002 bool RenderTextControlSingleLine::itemIsSeparator(unsigned listIndex) const in itemIsSeparator() function in WebCore::RenderTextControlSingleLine
|
D | RenderMenuList.cpp | 528 bool RenderMenuList::itemIsSeparator(unsigned listIndex) const in itemIsSeparator() function in WebCore::RenderMenuList
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | PopupMenuQt.cpp | 74 if (d->itemIsSeparator(idx)) in itemType()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/ |
D | WebPopupMenuWin.cpp | 107 if (m_popupClient->itemIsSeparator(index)) { in setUpPlatformData()
|
/external/webkit/Source/WebKit/chromium/tests/ |
D | PopupMenuTest.cpp | 89 virtual bool itemIsSeparator(unsigned listIndex) const { return false; } in itemIsSeparator() function in __anon653a6ef00111::TestPopupMenuClient
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | PopupMenuGtk.cpp | 81 if (client()->itemIsSeparator(i)) in show()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | PopupMenuMac.mm | 87 if (client()->itemIsSeparator(i))
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PopupMenuChromium.cpp | 915 if (m_popupClient->itemIsSeparator(rowIndex)) { in paintRow() 1249 if (m_popupClient->itemIsSeparator(i)) in updateFromElement()
|
/external/webkit/Source/WebCore/platform/win/ |
D | PopupMenuWin.cpp | 624 if (client()->itemIsSeparator(index)) { in paint()
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_view.cpp | 4150 if (client->itemIsSeparator(i)) in ewk_view_popup_new()
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 16432 (WebKit::AutoFillPopupMenuClient::itemIsSeparator): 16450 (WebKit::AutoFillPopupMenuClient::itemIsSeparator): 28352 (WebKit::AutocompletePopupMenuClient::itemIsSeparator):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 3801 (WebCore::RenderTextControl::itemIsSeparator): ditto. 4276 (WebCore::RenderMenuList::itemIsSeparator): ditto.
|
D | ChangeLog-2009-06-16 | 6909 (WebCore::RenderMenuList::itemIsSeparator): 59856 (WebCore::RenderTextControlSingleLine::itemIsSeparator):
|
D | ChangeLog-2010-01-29 | 3078 (WebCore::RenderMenuList::itemIsSeparator): Ditto. 89703 (WebCore::RenderTextControlSingleLine::itemIsSeparator):
|