HomeSort by relevance Sort by last modified time
    Searched defs:itemStyle (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebPopupMenu.cpp 89 PopupMenuStyle itemStyle = m_popupClient->itemStyle(i);
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/
WebPopupMenuWin.cpp 94 PopupMenuStyle itemStyle = m_popupClient->itemStyle(index);
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/WebKit/chromium/src/
AutoFillPopupMenuClient.cpp 186 PopupMenuStyle AutoFillPopupMenuClient::itemStyle(unsigned listIndex) const
  /external/webkit/Source/WebCore/rendering/
RenderMenuList.cpp 414 PopupMenuStyle RenderMenuList::itemStyle(unsigned listIndex) const
RenderListBox.cpp 339 static IntSize itemOffsetForAlignment(TextRun textRun, RenderStyle* itemStyle, Font itemFont, IntRect itemBoudingBox)
341 ETextAlign actualAlignment = itemStyle->textAlign();
344 actualAlignment = itemStyle->isLeftToRightDirection() ? LEFT : RIGHT;
365 RenderStyle* itemStyle = element->renderStyle();
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->unicodeBidi() == Override)
    [all...]
RenderTextControlSingleLine.cpp     [all...]
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 608 PopupMenuStyle itemStyle = client()->itemStyle(index);
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/
PopupMenuTest.cpp 76 virtual PopupMenuStyle itemStyle(unsigned listIndex) const
81 virtual PopupMenuStyle menuStyle() const { return itemStyle(0); }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 1428 milliseconds