Searched refs:itemStyle (Results 1 - 11 of 11) sorted by relevance

/external/webkit/WebCore/platform/
H A DPopupMenuClient.h44 virtual PopupMenuStyle itemStyle(unsigned listIndex) const = 0;
/external/webkit/WebKit/chromium/src/
H A DSuggestionsPopupMenuClient.h67 virtual WebCore::PopupMenuStyle itemStyle(unsigned listIndex) const;
H A DSuggestionsPopupMenuClient.cpp77 PopupMenuStyle SuggestionsPopupMenuClient::itemStyle(unsigned listIndex) const function in class:WebKit::SuggestionsPopupMenuClient
/external/webkit/WebCore/rendering/
H A DRenderListBox.cpp311 RenderStyle* itemStyle = element->renderStyle(); local
312 if (!itemStyle)
313 itemStyle = style();
324 ColorSpace colorSpace = itemStyle->colorSpace();
337 TextRun textRun(string, length, 0, 0, 0, itemStyle->direction() == RTL, itemStyle->unicodeBidi() == Override, false, false);
340 if (itemStyle->visibility() != HIDDEN)
H A DRenderMenuList.h79 virtual PopupMenuStyle itemStyle(unsigned listIndex) const;
H A DRenderTextControlSingleLine.h104 virtual PopupMenuStyle itemStyle(unsigned listIndex) const;
H A DRenderMenuList.cpp368 PopupMenuStyle RenderMenuList::itemStyle(unsigned listIndex) const function in class:WebCore::RenderMenuList
H A DRenderTextControlSingleLine.cpp683 PopupMenuStyle RenderTextControlSingleLine::itemStyle(unsigned) const function in class:WebCore::RenderTextControlSingleLine
/external/webkit/WebCore/platform/win/
H A DPopupMenuWin.cpp604 PopupMenuStyle itemStyle = client()->itemStyle(index); local
609 optionBackgroundColor = itemStyle.backgroundColor();
610 optionTextColor = itemStyle.foregroundColor();
617 if (itemStyle.isVisible())
643 if (itemStyle.isVisible()) {
645 if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == LTR)
646 textX += itemStyle.textIndent().calcMinValue(itemRect.width());
/external/webkit/WebCore/platform/mac/
H A DPopupMenuMac.mm82 PopupMenuStyle style = client()->itemStyle(i);
/external/webkit/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp798 PopupMenuStyle style = m_popupClient->itemStyle(rowIndex);

Completed in 137 milliseconds