Home
last modified time | relevance | path

Searched defs:foregroundColor (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
DPopupMenuStyle.h50 const Color& foregroundColor() const { return m_foregroundColor; } in foregroundColor() function
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DPopupMenuQt.cpp48 …virtual QColor foregroundColor() const { return d ? QColor(d->menuStyle().foregroundColor()) : QCo… in foregroundColor() function in SelectData
DQtFallbackWebPopup.cpp128 QColor foregroundColor = data.foregroundColor(); in show() local