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

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebPopupMenu.cpp89 PopupMenuStyle itemStyle = m_popupClient->itemStyle(i); local
90 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)));
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebPopupMenuWin.cpp94 PopupMenuStyle itemStyle = m_popupClient->itemStyle(index); local
96 Color optionBackgroundColor = itemStyle.backgroundColor();
97 Color optionTextColor = itemStyle.foregroundColor();
102 if (itemStyle.isVisible()) {
133 if (itemStyle.isVisible()) {
135 if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == LTR)
136 textX += itemStyle.textIndent().calcMinValue(itemRect.width());
/external/webkit/Source/WebCore/platform/
H A DPopupMenuClient.h50 virtual PopupMenuStyle itemStyle(unsigned listIndex) const = 0;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPopupMenuQt.cpp49 virtual QColor itemBackgroundColor(int idx) const { return d ? QColor(d->itemStyle(idx).backgroundColor()) : QColor(); }
50 virtual QColor itemForegroundColor(int idx) const { return d ? QColor(d->itemStyle(idx).foregroundColor()) : QColor(); }
/external/webkit/Source/WebCore/rendering/
H A DRenderListBox.cpp339 static IntSize itemOffsetForAlignment(TextRun textRun, RenderStyle* itemStyle, Font itemFont, IntRect itemBoudingBox) argument
341 ETextAlign actualAlignment = itemStyle->textAlign();
344 actualAlignment = itemStyle->isLeftToRightDirection() ? LEFT : RIGHT;
365 RenderStyle* itemStyle = element->renderStyle(); local
366 if (!itemStyle)
367 itemStyle = style();
369 if (itemStyle->visibility() == HIDDEN)
387 ColorSpace colorSpace = itemStyle->colorSpace();
392 TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, !itemStyle->isLeftToRightDirection(), itemStyle
[all...]
H A DRenderMenuList.h90 virtual PopupMenuStyle itemStyle(unsigned listIndex) const;
H A DRenderTextControlSingleLine.h126 virtual PopupMenuStyle itemStyle(unsigned listIndex) const;
H A DRenderMenuList.cpp414 PopupMenuStyle RenderMenuList::itemStyle(unsigned listIndex) const function in class:WebCore::RenderMenuList
H A DRenderTextControlSingleLine.cpp938 PopupMenuStyle RenderTextControlSingleLine::itemStyle(unsigned) const function in class:WebCore::RenderTextControlSingleLine
/external/webkit/Source/WebKit/chromium/src/
H A DExternalPopupMenu.cpp143 PopupMenuStyle style = m_popupMenuClient->itemStyle(i);
H A DAutoFillPopupMenuClient.h82 virtual WebCore::PopupMenuStyle itemStyle(unsigned listIndex) const;
H A DAutoFillPopupMenuClient.cpp186 PopupMenuStyle AutoFillPopupMenuClient::itemStyle(unsigned listIndex) const function in class:WebKit::AutoFillPopupMenuClient
/external/webkit/Source/WebCore/platform/win/
H A DPopupMenuWin.cpp608 PopupMenuStyle itemStyle = client()->itemStyle(index); local
613 optionBackgroundColor = itemStyle.backgroundColor();
614 optionTextColor = itemStyle.foregroundColor();
621 if (itemStyle.isVisible())
647 if (itemStyle.isVisible()) {
649 if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == LTR)
650 textX += itemStyle.textIndent().calcMinValue(itemRect.width());
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp76 virtual PopupMenuStyle itemStyle(unsigned listIndex) const function in class:__anon16016::TestPopupMenuClient
81 virtual PopupMenuStyle menuStyle() const { return itemStyle(0); }
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp892 PopupMenuStyle style = m_popupClient->itemStyle(rowIndex);
1003 Font itemFont = m_popupClient->itemStyle(rowIndex).font();
1104 if (m_popupClient->itemStyle(index).isDisplayNone())
1257 PopupMenuStyle style = m_popupClient->itemStyle(i);
1280 if (m_popupClient->itemStyle(i).isDisplayNone())
/external/webkit/Source/WebCore/platform/mac/
H A DPopupMenuMac.mm90 PopupMenuStyle style = client()->itemStyle(i);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 292 milliseconds