Home
last modified time | relevance | path

Searched refs:itemForegroundColor (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
Dqwebkitplatformplugin.h53 virtual QColor itemForegroundColor(int index) const = 0;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DPopupMenuQt.cpp50 …virtual QColor itemForegroundColor(int idx) const { return d ? QColor(d->itemStyle(idx).foreground… in itemForegroundColor() function in SelectData
DQtFallbackWebPopup.cpp250 model->item(i)->setForeground(data.itemForegroundColor(i)); in populate()
/external/webkit/Source/WebKit/qt/
DChangeLog801 (SelectData::itemForegroundColor):