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

  /external/webkit/Source/WebKit/qt/examples/platformplugin/
WebNotificationPresenter.cpp 36 painter.fillRect(0, 0, 300, 100, Qt::lightGray);
  /external/webkit/Source/WebCore/platform/qt/
QtMobileWebStyle.cpp 81 drawChecker(&painter, size, disabled ? Qt::lightGray : Qt::darkGray);
128 drawRadio(&painter, size, checked, disabled ? Qt::lightGray : Qt::darkGray);
143 linearGradient.setColorAt(0.0, Qt::lightGray);
150 painter->setPen(QPen(disabled ? Qt::lightGray : Qt::darkGray));
227 linearGradient.setColorAt(0.0, Qt::lightGray);
312 drawMultipleComboButton(&painter, imageSize, disabled ? Qt::lightGray : Qt::darkGray);
314 drawSimpleComboButton(&painter, imageSize, disabled ? Qt::lightGray : Qt::darkGray);
RenderThemeQt.cpp     [all...]
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 215 new ConstantColor(Color.lightGray),
  /external/webkit/Source/WebCore/wml/
WMLDoElement.cpp 162 style->setBackgroundColor(Color::lightGray);
  /external/webkit/Source/WebCore/rendering/
RenderEmbeddedObject.cpp 72 static const Color lightGray(205, 205, 205);
73 return lightGray;
RenderImage.cpp 262 context->setStrokeColor(Color::lightGray, style()->colorSpace());
  /external/webkit/Source/WebCore/platform/graphics/
Color.h 162 static const RGBA32 lightGray = 0xFFC0C0C0;
Color.cpp 44 const RGBA32 Color::lightGray;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 3624 milliseconds