Searched refs:m_comboTextForegroundColor (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.h207 Color m_comboTextForegroundColor; member in class:WebCore::RenderThemeEfl
H A DRenderThemeEfl.cpp510 m_comboTextForegroundColor = Color(fr, fg, fb, fa);
688 , m_comboTextForegroundColor(0, 0, 0)
744 m_comboTextForegroundColor = Color(foreR, foreG, foreB, foreA);
912 style->setColor(m_comboTextForegroundColor);

Completed in 147 milliseconds