/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/ |
D | WebPopupMenuWin.cpp | 94 PopupMenuStyle itemStyle = m_popupClient->itemStyle(index); in setUpPlatformData() local 96 Color optionBackgroundColor = itemStyle.backgroundColor(); in setUpPlatformData() 97 Color optionTextColor = itemStyle.foregroundColor(); in setUpPlatformData() 102 if (itemStyle.isVisible()) { in setUpPlatformData() 133 if (itemStyle.isVisible()) { in setUpPlatformData() 135 …if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == L… in setUpPlatformData() 136 textX += itemStyle.textIndent().calcMinValue(itemRect.width()); in setUpPlatformData()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebPopupMenu.cpp | 89 PopupMenuStyle itemStyle = m_popupClient->itemStyle(i); in populateItems() local 90 …PopupItem(WebPopupItem::Item, m_popupClient->itemText(i), itemStyle.textDirection(), itemStyle.has… in populateItems()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderListBox.cpp | 339 static IntSize itemOffsetForAlignment(TextRun textRun, RenderStyle* itemStyle, Font itemFont, IntRe… in itemOffsetForAlignment() argument 341 ETextAlign actualAlignment = itemStyle->textAlign(); in itemOffsetForAlignment() 344 actualAlignment = itemStyle->isLeftToRightDirection() ? LEFT : RIGHT; in itemOffsetForAlignment() 365 RenderStyle* itemStyle = element->renderStyle(); in paintItemForeground() local 366 if (!itemStyle) in paintItemForeground() 367 itemStyle = style(); in paintItemForeground() 369 if (itemStyle->visibility() == HIDDEN) in paintItemForeground() 387 ColorSpace colorSpace = itemStyle->colorSpace(); in paintItemForeground() 392 …ngth, false, 0, 0, TextRun::AllowTrailingExpansion, !itemStyle->isLeftToRightDirection(), itemStyl… in paintItemForeground() 395 r.move(itemOffsetForAlignment(textRun, itemStyle, itemFont, r)); in paintItemForeground() [all …]
|
D | RenderMenuList.h | 90 virtual PopupMenuStyle itemStyle(unsigned listIndex) const;
|
D | RenderTextControlSingleLine.h | 126 virtual PopupMenuStyle itemStyle(unsigned listIndex) const;
|
D | RenderMenuList.cpp | 414 PopupMenuStyle RenderMenuList::itemStyle(unsigned listIndex) const in itemStyle() function in WebCore::RenderMenuList
|
D | RenderTextControlSingleLine.cpp | 938 PopupMenuStyle RenderTextControlSingleLine::itemStyle(unsigned) const in itemStyle() function in WebCore::RenderTextControlSingleLine
|
/external/webkit/Source/WebCore/platform/win/ |
D | PopupMenuWin.cpp | 608 PopupMenuStyle itemStyle = client()->itemStyle(index); in paint() local 613 optionBackgroundColor = itemStyle.backgroundColor(); in paint() 614 optionTextColor = itemStyle.foregroundColor(); in paint() 621 if (itemStyle.isVisible()) in paint() 647 if (itemStyle.isVisible()) { in paint() 649 …if (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == L… in paint() 650 textX += itemStyle.textIndent().calcMinValue(itemRect.width()); in paint()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | PopupMenuQt.cpp | 49 …virtual QColor itemBackgroundColor(int idx) const { return d ? QColor(d->itemStyle(idx).background… in itemBackgroundColor() 50 …virtual QColor itemForegroundColor(int idx) const { return d ? QColor(d->itemStyle(idx).foreground… in itemForegroundColor()
|
/external/webkit/Source/WebKit/chromium/tests/ |
D | PopupMenuTest.cpp | 76 virtual PopupMenuStyle itemStyle(unsigned listIndex) const in itemStyle() function in __anonec8da1ad0111::TestPopupMenuClient 81 virtual PopupMenuStyle menuStyle() const { return itemStyle(0); } in menuStyle()
|
/external/webkit/Source/WebCore/platform/ |
D | PopupMenuClient.h | 50 virtual PopupMenuStyle itemStyle(unsigned listIndex) const = 0;
|
/external/webkit/Source/WebKit/chromium/src/ |
D | ExternalPopupMenu.cpp | 143 PopupMenuStyle style = m_popupMenuClient->itemStyle(i); in getPopupMenuInfo()
|
D | AutoFillPopupMenuClient.h | 82 virtual WebCore::PopupMenuStyle itemStyle(unsigned listIndex) const;
|
D | AutoFillPopupMenuClient.cpp | 186 PopupMenuStyle AutoFillPopupMenuClient::itemStyle(unsigned listIndex) const in itemStyle() function in WebKit::AutoFillPopupMenuClient
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PopupMenuChromium.cpp | 892 PopupMenuStyle style = m_popupClient->itemStyle(rowIndex); in paintRow() 1003 Font itemFont = m_popupClient->itemStyle(rowIndex).font(); in getRowFont() 1104 if (m_popupClient->itemStyle(index).isDisplayNone()) in getRowHeight() 1257 PopupMenuStyle style = m_popupClient->itemStyle(i); in updateFromElement() 1280 if (m_popupClient->itemStyle(i).isDisplayNone()) in layout()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | PopupMenuMac.mm | 90 PopupMenuStyle style = client()->itemStyle(i);
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 924 … (WebKit::TestPopupMenuClient::itemStyle): Pass hasTextDirectionOverride to the PopupMenuStyle 4617 (WebKit::AutoFillPopupMenuClient::itemStyle): Dark gray italic for warnings. 4880 (WebKit::TestPopupMenuClient::itemStyle): 14952 (WebKit::AutoFillPopupMenuClient::itemStyle): 28332 (WebKit::AutocompletePopupMenuClient::itemStyle):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 6905 (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):
|
D | ChangeLog-2006-12-31 | 3794 (WebCore::RenderTextControl::itemStyle): ditto. 4269 (WebCore::RenderMenuList::itemStyle): ditto.
|
D | ChangeLog-2010-01-29 | 3060 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
|
D | ChangeLog-2011-02-16 | 13900 (WebCore::RenderMenuList::itemStyle): Pass the text direction override value.
|
D | ChangeLog-2010-05-24 | 1199 (WebCore::RenderMenuList::itemStyle):
|
D | ChangeLog-2007-10-14 | 37856 (WebCore::RenderMenuList::itemStyle):
|
D | ChangeLog-2010-12-06 | 15721 (WebCore::RenderMenuList::itemStyle):
|