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

1 2 3 4 5 6

  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
prettyload.js 28 backgroundColor,
40 this.backgroundColor = backgroundColor !== undefined ? backgroundColor : null;
49 function finish(frame, backgroundColor) {
52 if (backgroundColor) {
53 BROWSER_ACTION.setBadgeBackgroundColor({color: backgroundColor});
66 if (this.backgroundColor) {
67 BROWSER_ACTION.setBadgeBackgroundColor({color: this.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);
  /frameworks/base/core/java/android/text/style/
SuggestionRangeSpan.java 57 public void setBackgroundColor(int backgroundColor) {
58 mBackgroundColor = backgroundColor;
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementLayout.java 35 public void setBackgroundColor(String backgroundColor)
  /external/webkit/Source/WebKit/chromium/public/linux/
WebThemeEngine.h 92 WebColor backgroundColor;
99 WebColor backgroundColor;
108 WebColor 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/webkit/Source/WebCore/platform/graphics/android/layers/
BaseLayerAndroid.h 81 const FloatPoint& origin, const Color& backgroundColor);
85 const FloatPoint& origin, const Color& backgroundColor);
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);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRootLayoutElementImpl.java 28 private static final String BACKGROUND_COLOR_ATTRIBUTE_NAME = "backgroundColor";
53 public void setBackgroundColor(String backgroundColor) throws DOMException {
54 this.setAttribute(BACKGROUND_COLOR_ATTRIBUTE_NAME, backgroundColor);
  /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; }
  /sdk/assetstudio/tests/src/com/android/assetstudiolib/
LauncherIconGeneratorTest.java 32 options.backgroundColor = background;
  /tools/motodev/src/plugins/videos/src/com/motorola/studio/android/videos/ui/views/
VideoComposite.java 98 private Color backgroundColor = null;
177 backgroundColor = getShell().getDisplay().getSystemColor(SWT.COLOR_LIST_BACKGROUND);
197 setBackground(backgroundColor);
256 videoImage.setBackground(backgroundColor);
266 titleAndDescriptionComposite.setBackground(backgroundColor);
270 videoTitle.setBackground(backgroundColor);
280 videoDescription.setBackground(backgroundColor);
289 playButtonArea.setBackground(backgroundColor);
293 playImage.setBackground(backgroundColor);
360 moreText.setBackground(backgroundColor);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.cpp 254 if (value == m_pendingContent.backgroundColor)
256 m_pendingContent.backgroundColor = value;
265 if (!m_pendingContent.backgroundColor.isValid())
267 m_pendingContent.backgroundColor = Color();
328 m_pendingContent.backgroundColor = color;
TextureMapperNode.h 93 Color backgroundColor;
209 Color backgroundColor;
  /external/webkit/Source/WebKit/android/
RenderSkinMediaButton.cpp 122 SkColor backgroundColor = SkColorSetARGB(alpha, 34, 34, 34);
124 paint.setColor(backgroundColor);
136 paint.setColor(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(); }
QtFallbackWebPopup.cpp 127 QColor backgroundColor = data.backgroundColor();
131 if (backgroundColor.isValid())
132 palette.setColor(QPalette::Background, backgroundColor);
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumLinux.cpp 231 extraParams.button.backgroundColor = defaultButtonBackgroundColor;
233 extraParams.button.backgroundColor = o->style()->visitedDependentColor(CSSPropertyBackgroundColor).rgb();
253 Color backgroundColor(Color::white);
255 backgroundColor = o->style()->visitedDependentColor(CSSPropertyBackgroundColor);
256 extraParams.textField.backgroundColor = backgroundColor.rgb();
278 extraParams.menuList.backgroundColor = Color::transparent;
280 extraParams.menuList.backgroundColor = o->style()->visitedDependentColor(CSSPropertyBackgroundColor).rgb();
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/WebKit/chromium/src/js/
DevTools.js 136 WebInspector.setToolbarColors = function(backgroundColor, color)
145 background-color: " + backgroundColor + " !important;\
  /hardware/libhardware/include/hardware/
hwcomposer_v0.h 73 * field is backgroundColor. HWC_BACKGROUND can only be used with
89 hwc_color_t backgroundColor;
  /build/tools/droiddoc/templates-sdk/assets/js/grid/
960.gridder.js 204 backgroundColor: c.settings.gColor,
214 backgroundColor: c.settings.gColor,
226 backgroundColor: c.settings.gColor,
235 backgroundColor: c.settings.gColor,
249 backgroundColor: c.settings.pColor,
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 607 void GLUtils::clearBackgroundIfOpaque(const Color* backgroundColor)
609 if (!backgroundColor->hasAlpha()) {
611 float color = 1.0 - ((((float) backgroundColor->red() / 255.0) +
612 ((float) backgroundColor->green() / 255.0) +
613 ((float) backgroundColor->blue() / 255.0)) / 3.0);
616 glClearColor((float)backgroundColor->red() / 255.0,
617 (float)backgroundColor->green() / 255.0,
618 (float)backgroundColor->blue() / 255.0, 1);
  /external/webkit/Source/WebKit/mac/WebView/
WebViewData.mm 101 [backgroundColor release];

Completed in 808 milliseconds

1 2 3 4 5 6