HomeSort by relevance Sort by last modified time
    Searched defs:backgroundColor (Results 1 - 25 of 49) sorted by null

1 2

  /external/webkit/Source/WebCore/page/chromium/
FrameChromium.cpp 45 , backgroundColor(frame->view()->baseBackgroundColor())
54 frame->view()->setBaseBackgroundColor(backgroundColor);
61 Color backgroundColor;
  /external/webkit/Source/WebCore/platform/
PopupMenuStyle.h 51 const Color& backgroundColor() const { return m_backgroundColor; }
  /external/webkit/Tools/QtTestBrowser/
locationedit.cpp 102 QColor backgroundColor = QApplication::palette().color(QPalette::Base);
107 p.setBrush(QPalette::Base, backgroundColor);
113 gradient.setColorAt((double) m_progress / 100 + 0.001, backgroundColor);
  /external/proguard/src/proguard/gui/splash/
BufferedSprite.java 36 private final Color backgroundColor;
79 * @param backgroundColor the background color that is used for the buffer.
89 Color backgroundColor,
97 this.backgroundColor = backgroundColor;
113 if (backgroundColor != null)
122 bufferGraphics.setColor(backgroundColor);
  /external/webkit/Source/WebCore/platform/chromium/
PlatformThemeChromiumGtk.cpp 117 SkColor backgroundColor = buttonColor;
131 paint.setColor(backgroundColor);
PlatformBridge.h 315 unsigned backgroundColor;
321 unsigned backgroundColor;
329 unsigned backgroundColor;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PopupMenuQt.cpp 47 virtual QColor backgroundColor() const { return d ? QColor(d->menuStyle().backgroundColor()) : QColor(); }
49 virtual QColor itemBackgroundColor(int idx) const { return d ? QColor(d->itemStyle(idx).backgroundColor()) : QColor(); }
  /external/webkit/Source/WebKit/android/
RenderSkinMediaButton.cpp 120 SkColor backgroundColor = SkColorSetARGB(alpha, 34, 34, 34);
122 paint.setColor(backgroundColor);
134 paint.setColor(backgroundColor);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 303 Color backgroundColor = new Color(display, backgroundRgb);
304 gc.setBackground(backgroundColor);
364 backgroundColor.dispose();
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 290 const Color& backgroundColor, ColorSpace colorSpace, int from,
295 fillRect(rect, backgroundColor);
300 fillRect(IntRect(x, y, w, t), backgroundColor);
301 fillRect(IntRect(x, y+h-t, w, t), backgroundColor);
302 fillRect(IntRect(x, y+t, t, h-t2), backgroundColor);
303 fillRect(IntRect(x+w-t, y+t, t, h-t2), backgroundColor);
PlatformGraphicsContextSkia.cpp 338 const Color& backgroundColor, ColorSpace colorSpace, int from,
343 fillRect(rect, backgroundColor);
348 fillRect(IntRect(x, y, w, t), backgroundColor);
349 fillRect(IntRect(x, y+h-t, w, t), backgroundColor);
350 fillRect(IntRect(x, y+t, t, h-t2), backgroundColor);
351 fillRect(IntRect(x+w-t, y+t, t, h-t2), backgroundColor);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
BaseLayerAndroid.cpp 191 const Color& backgroundColor)
214 PureColorQuadData backgroundData(backgroundColor, BaseQuad,
255 const Color& backgroundColor)
279 PureColorQuadData backgroundData(backgroundColor, BaseQuad,
312 Color backgroundColor = Color((int)SkColorGetR(m_backgroundColor),
319 origin, backgroundColor);
323 origin, backgroundColor);
  /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
tst_qdeclarativewebview.cpp 45 void backgroundColor();
495 void tst_QDeclarativeWebView::backgroundColor()
503 QCOMPARE(wv->property("backgroundColor").value<QColor>(), QColor(Qt::red));
517 wv->setProperty("backgroundColor", Qt::red);
519 wv->setProperty("backgroundColor", Qt::green);
  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.cpp 190 QColor backgroundColor = QApplication::palette().color(QPalette::Base);
195 pallete.setBrush(QPalette::Base, backgroundColor);
201 gradient.setColorAt((double) progress / 100 + 0.001, backgroundColor);
  /hardware/libhardware/include/hardware/
hwcomposer.h 113 * field is backgroundColor. HWC_BACKGROUND can only be used with
129 hwc_color_t backgroundColor;
  /sdk/assetstudio/src/com/android/assetstudiolib/
LauncherIconGenerator.java 68 g2.setPaint(new Color(launcherOptions.backgroundColor));
117 public int backgroundColor = 0;
  /external/webkit/Source/WebCore/rendering/
RenderMenuList.cpp 442 Color backgroundColor;
444 backgroundColor = element->renderStyle()->visitedDependentColor(CSSPropertyBackgroundColor);
446 if (!backgroundColor.hasAlpha())
447 return backgroundColor;
450 backgroundColor = style()->visitedDependentColor(CSSPropertyBackgroundColor).blend(backgroundColor);
451 if (!backgroundColor.hasAlpha())
452 return backgroundColor;
455 return Color(Color::white).blend(backgroundColor);
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp 180 Color backgroundColor = renderer()->selectionBackgroundColor();
181 if (!backgroundColor.isValid() || !backgroundColor.alpha())
234 paintInfo.context->setFillColor(backgroundColor, style->colorSpace());
235 paintInfo.context->fillRect(selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style), backgroundColor, style->colorSpace());
  /external/webkit/Source/WebKit/chromium/public/linux/
WebThemeEngine.h 92 WebColor backgroundColor;
99 WebColor backgroundColor;
108 WebColor backgroundColor;
  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 710 RefPtr<CSSValue> backgroundColor = m_mutableStyle->getPropertyCSSValue(CSSPropertyBackgroundColor);
711 if (backgroundColor && backgroundColor->isPrimitiveValue()
712 && !alphaChannel(static_cast<CSSPrimitiveValue*>(backgroundColor.get())->getRGBA32Value())) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 481 Color PlatformCALayer::backgroundColor() const
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.h 85 Color backgroundColor() const { return m_backgroundColor; }
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h 93 Color backgroundColor;
209 Color backgroundColor;
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 664 static const CGFloat backgroundColor[4] = { 0.98, 0.98, 0.82, 0.8 };
665 CGContextSetFillColor(cgContext, backgroundColor);
  /external/webkit/Source/WebKit/mac/WebView/
WebViewData.h 117 NSColor *backgroundColor;

Completed in 1063 milliseconds

1 2