Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/
DPopupMenuClient.h53 virtual bool itemIsLabel(unsigned listIndex) const = 0;
/external/webkit/WebCore/rendering/
DRenderMenuList.h89 virtual bool itemIsLabel(unsigned listIndex) const;
DRenderTextControlSingleLine.h99 virtual bool itemIsLabel(unsigned listIndex) const;
DRenderMenuList.cpp415 bool RenderMenuList::itemIsLabel(unsigned listIndex) const in itemIsLabel() function in WebCore::RenderMenuList
DRenderTextControlSingleLine.cpp745 bool RenderTextControlSingleLine::itemIsLabel(unsigned listIndex) const in itemIsLabel() function in WebCore::RenderTextControlSingleLine
/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp188 if (client()->itemIsLabel(i)) { in calculatePositionAndSize()
520 if (client()->itemIsLabel(index)) { in paint()
/external/webkit/WebCore/platform/chromium/
DPopupMenuChromium.cpp840 if (m_popupClient->itemIsLabel(rowIndex)) { in getRowFont()
1055 else if (m_popupClient->itemIsLabel(i)) in updateFromElement()
/external/webkit/WebCore/
DChangeLog-2006-12-313802 (WebCore::RenderTextControl::itemIsLabel): ditto.
4277 (WebCore::RenderMenuList::itemIsLabel): ditto.
DChangeLog12818 (WebCore::RenderTextControlSingleLine::itemIsLabel):