Home
last modified time | relevance | path

Searched refs:itemIsLabel (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebPopupMenuWin.cpp62 if (m_popupClient->itemIsLabel(i)) { in setUpPlatformData()
125 if (m_popupClient->itemIsLabel(index)) { in setUpPlatformData()
/external/webkit/Source/WebCore/platform/
DPopupMenuClient.h60 virtual bool itemIsLabel(unsigned listIndex) const = 0;
/external/webkit/Source/WebKit/chromium/src/
DExternalPopupMenu.cpp138 else if (m_popupMenuClient->itemIsLabel(i)) in getPopupMenuInfo()
DAutoFillPopupMenuClient.h92 virtual bool itemIsLabel(unsigned listIndex) const { return false; } in itemIsLabel() function
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebPopupMenu.cpp90 …Client->itemAccessibilityText(i), m_popupClient->itemIsEnabled(i), m_popupClient->itemIsLabel(i))); in populateItems()
/external/webkit/Source/WebCore/rendering/
DRenderMenuList.h100 virtual bool itemIsLabel(unsigned listIndex) const;
DRenderTextControlSingleLine.h136 virtual bool itemIsLabel(unsigned listIndex) const;
DRenderMenuList.cpp538 bool RenderMenuList::itemIsLabel(unsigned listIndex) const in itemIsLabel() function in WebCore::RenderMenuList
DRenderTextControlSingleLine.cpp1008 bool RenderTextControlSingleLine::itemIsLabel(unsigned listIndex) const in itemIsLabel() function in WebCore::RenderTextControlSingleLine
/external/webkit/Source/WebCore/platform/android/
DPopupMenuAndroid.cpp146 } else if (m_popupClient->itemIsLabel(i)) { in show()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DPopupMenuQt.cpp76 if (d->itemIsLabel(idx)) in itemType()
/external/webkit/Source/WebKit/chromium/tests/
DPopupMenuTest.cpp90 virtual bool itemIsLabel(unsigned listIndex) const { return false; } in itemIsLabel() function in __anona1a3422e0111::TestPopupMenuClient
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp322 if (client()->itemIsLabel(i)) { in calculatePositionAndSize()
639 if (client()->itemIsLabel(index)) { in paint()
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp1004 if (m_popupClient->itemIsLabel(rowIndex)) { in getRowFont()
1251 else if (m_popupClient->itemIsLabel(i)) in updateFromElement()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_view.cpp4152 else if (client->itemIsLabel(i)) in ewk_view_popup_new()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1614972 (WebKit::AutoFillPopupMenuClient::itemIsLabel):
28353 (WebKit::AutocompletePopupMenuClient::itemIsLabel):
/external/webkit/Source/WebCore/
DChangeLog-2006-12-313802 (WebCore::RenderTextControl::itemIsLabel): ditto.
4277 (WebCore::RenderMenuList::itemIsLabel): ditto.
DChangeLog-2009-06-164757 (WebCore::RenderMenuList::itemIsLabel):
6910 (WebCore::RenderMenuList::itemIsLabel):
59857 (WebCore::RenderTextControlSingleLine::itemIsLabel):
DChangeLog-2010-01-293079 (WebCore::RenderMenuList::itemIsLabel): Ditto.