Home
last modified time | relevance | path

Searched refs:itemStyle (Results 1 – 16 of 16) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderListBox.cpp311 RenderStyle* itemStyle = element->renderStyle(); in paintItemForeground() local
312 if (!itemStyle) in paintItemForeground()
313 itemStyle = style(); in paintItemForeground()
324 ColorSpace colorSpace = itemStyle->colorSpace(); in paintItemForeground()
337 …TextRun textRun(string, length, 0, 0, 0, itemStyle->direction() == RTL, itemStyle->unicodeBidi() =… in paintItemForeground()
340 if (itemStyle->visibility() != HIDDEN) in paintItemForeground()
DRenderMenuList.h79 virtual PopupMenuStyle itemStyle(unsigned listIndex) const;
DRenderTextControlSingleLine.h104 virtual PopupMenuStyle itemStyle(unsigned listIndex) const;
DRenderMenuList.cpp368 PopupMenuStyle RenderMenuList::itemStyle(unsigned listIndex) const in itemStyle() function in WebCore::RenderMenuList
DRenderTextControlSingleLine.cpp683 PopupMenuStyle RenderTextControlSingleLine::itemStyle(unsigned) const in itemStyle() function in WebCore::RenderTextControlSingleLine
/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp604 PopupMenuStyle itemStyle = client()->itemStyle(index); in paint() local
609 optionBackgroundColor = itemStyle.backgroundColor(); in paint()
610 optionTextColor = itemStyle.foregroundColor(); in paint()
617 if (itemStyle.isVisible()) in paint()
643 if (itemStyle.isVisible()) { in paint()
645 …if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == L… in paint()
646 textX += itemStyle.textIndent().calcMinValue(itemRect.width()); in paint()
/external/webkit/WebCore/platform/
DPopupMenuClient.h44 virtual PopupMenuStyle itemStyle(unsigned listIndex) const = 0;
/external/webkit/WebKit/chromium/src/
DSuggestionsPopupMenuClient.h67 virtual WebCore::PopupMenuStyle itemStyle(unsigned listIndex) const;
DSuggestionsPopupMenuClient.cpp77 PopupMenuStyle SuggestionsPopupMenuClient::itemStyle(unsigned listIndex) const in itemStyle() function in WebKit::SuggestionsPopupMenuClient
/external/webkit/WebCore/platform/mac/
DPopupMenuMac.mm82 PopupMenuStyle style = client()->itemStyle(i);
/external/webkit/WebCore/platform/chromium/
DPopupMenuChromium.cpp798 PopupMenuStyle style = m_popupClient->itemStyle(rowIndex); in paintRow()
/external/webkit/WebKit/chromium/
DChangeLog5002 (WebKit::AutocompletePopupMenuClient::itemStyle):
/external/webkit/WebCore/
DChangeLog-2009-06-166905 (WebCore::RenderMenuList::itemStyle):
27772 (WebCore::RenderMenuList::itemStyle): Use new PopupMenuStyle constructor on windows.
59848 (WebCore::RenderTextControlSingleLine::itemStyle):
81007 (WebCore::RenderMenuList::itemStyle):
81012 (WebCore::RenderTextControl::itemStyle):
96151 (WebCore::RenderMenuList::itemStyle):
DChangeLog-2006-12-313794 (WebCore::RenderTextControl::itemStyle): ditto.
4269 (WebCore::RenderMenuList::itemStyle): ditto.
DChangeLog-2010-01-293060 Crash in WebKit!WebCore::RenderMenuList::itemStyle
3067 a default value and return early, and in the case of itemStyle, we use a
3075 (WebCore::RenderMenuList::itemStyle): If out of bounds check, try using the 0th index
DChangeLog-2007-10-1437856 (WebCore::RenderMenuList::itemStyle):