HomeSort by relevance Sort by last modified time
    Searched refs:itemBackgroundColor (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderMenuList.h 119 Color itemBackgroundColor(unsigned listIndex) const;
RenderMenuList.cpp 431 return style ? PopupMenuStyle(style->visitedDependentColor(CSSPropertyColor), itemBackgroundColor(listIndex), style->font(), style->visibility() == VISIBLE, style->display() == NONE, style->textIndent(), style->direction(), style->unicodeBidi() == Override) : menuStyle();
434 Color RenderMenuList::itemBackgroundColor(unsigned listIndex) const
  /external/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 52 virtual QColor itemBackgroundColor(int index) const = 0;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PopupMenuQt.cpp 49 virtual QColor itemBackgroundColor(int idx) const { return d ? QColor(d->itemStyle(idx).backgroundColor()) : QColor(); }
QtFallbackWebPopup.cpp 249 model->item(i)->setBackground(data.itemBackgroundColor(i));

Completed in 19 milliseconds