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

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebPopupMenu.cpp94 PopupMenuStyle itemStyle = m_popupClient->itemStyle(i); local
95 items.append(WebPopupItem(WebPopupItem::Item, m_popupClient->itemText(i), itemStyle.textDirection(), itemStyle.hasTextDirectionOverride(), m_popupClient->itemToolTip(i), m_popupClient->itemAccessibilityText(i), m_popupClient->itemIsEnabled(i), m_popupClient->itemIsLabel(i), m_popupClient->itemIsSelected(i)));
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DPopupMenuQt.cpp47 virtual QColor itemBackgroundColor(int idx) const { return d ? QColor(d->itemStyle(idx).backgroundColor()) : QColor(); }
48 virtual QColor itemForegroundColor(int idx) const { return d ? QColor(d->itemStyle(idx).foregroundColor()) : QColor(); }
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPopupMenuClient.h51 virtual PopupMenuStyle itemStyle(unsigned listIndex) const = 0;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderListBox.cpp369 static LayoutSize itemOffsetForAlignment(TextRun textRun, RenderStyle* itemStyle, Font itemFont, LayoutRect itemBoudingBox) argument
371 ETextAlign actualAlignment = itemStyle->textAlign();
375 actualAlignment = itemStyle->isLeftToRightDirection() ? LEFT : RIGHT;
398 RenderStyle* itemStyle = element->renderStyle(); local
399 if (!itemStyle)
400 itemStyle = style();
402 if (itemStyle->visibility() == HIDDEN)
422 ColorSpace colorSpace = itemStyle->colorSpace();
425 TextRun textRun(itemText, 0, 0, TextRun::AllowTrailingExpansion, itemStyle->direction(), isOverride(itemStyle
[all...]
H A DRenderSearchField.h66 virtual PopupMenuStyle itemStyle(unsigned listIndex) const OVERRIDE;
H A DRenderMenuList.h95 virtual PopupMenuStyle itemStyle(unsigned listIndex) const OVERRIDE;
H A DRenderSearchField.cpp261 PopupMenuStyle RenderSearchField::itemStyle(unsigned) const function in class:WebCore::RenderSearchField
H A DRenderMenuList.cpp464 PopupMenuStyle RenderMenuList::itemStyle(unsigned listIndex) const function in class:WebCore::RenderMenuList
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DPopupMenuGtk.cpp60 // FIXME: Apply the PopupMenuStyle from client()->itemStyle(i)
61 gtk_action_set_visible(action, !client()->itemStyle(itemIndex).isDisplayNone());
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPopupMenuWin.cpp634 PopupMenuStyle itemStyle = client()->itemStyle(index); local
639 optionBackgroundColor = itemStyle.backgroundColor();
640 optionTextColor = itemStyle.foregroundColor();
647 if (itemStyle.isVisible())
672 if (itemStyle.isVisible()) {
674 if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == LTR)
675 textX += minimumIntValueForLength(itemStyle.textIndent(), itemRect.width());
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DPopupMenuMac.mm84 PopupMenuStyle style = m_client->itemStyle(i);
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeColumn.c61 TreeStyle itemStyle; /* -itemstyle */ member in struct:TreeColumn_
351 (char *) NULL, -1, Tk_Offset(TreeColumn_, itemStyle),
2104 if (column->itemStyle != NULL) {
3481 return column->itemStyle;
3507 if (column->itemStyle == style)
3508 column->itemStyle = NULL;

Completed in 183 milliseconds