Home
last modified time | relevance | path

Searched refs:setBackgroundColor (Results 1 – 25 of 41) sorted by relevance

12

/external/webkit/WebCore/platform/graphics/win/
DGraphicsLayerCACF.cpp103 layer->setBackgroundColor(bgColor); in setLayerBackgroundColor()
109 layer->setBackgroundColor(0); in clearLayerBackgroundColor()
277 void GraphicsLayerCACF::setBackgroundColor(const Color& color) in setBackgroundColor() function in WebCore::GraphicsLayerCACF
282 GraphicsLayer::setBackgroundColor(color); in setBackgroundColor()
DGraphicsLayerCACF.h71 virtual void setBackgroundColor(const Color&);
DWKCACFLayer.h129 …void setBackgroundColor(CGColorRef color) { CACFLayerSetBackgroundColor(layer(), color); setNeedsC… in setBackgroundColor() function
DWKCACFLayerRenderer.cpp245 m_rootLayer->setBackgroundColor(debugColor); in createRenderer()
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsLayerQt.h60 virtual void setBackgroundColor(const Color&);
DGraphicsLayerQt.cpp732 void GraphicsLayerQt::setBackgroundColor(const Color& c) in setBackgroundColor() function in WebCore::GraphicsLayerQt
736 GraphicsLayer::setBackgroundColor(c); in setBackgroundColor()
/external/webkit/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.h67 virtual void setBackgroundColor(const Color&);
DGraphicsLayerAndroid.cpp351 void GraphicsLayerAndroid::setBackgroundColor(const Color& color) in setBackgroundColor() function in WebCore::GraphicsLayerAndroid
354 GraphicsLayer::setBackgroundColor(color); in setBackgroundColor()
356 m_contentLayer->setBackgroundColor(c); in setBackgroundColor()
DLayerAndroid.h118 void setBackgroundColor(SkColor color);
DLayerAndroid.cpp188 void LayerAndroid::setBackgroundColor(SkColor color) in setBackgroundColor() function in WebCore::LayerAndroid
/external/webkit/WebCore/wml/
DWMLDoElement.cpp156 style->setBackgroundColor(Color::lightGray); in createRenderer()
/external/webkit/WebKit/mac/WebView/
DWebVideoFullscreenController.mm206 [window setBackgroundColor:[NSColor blackColor]];
322 [self setBackgroundColor:[NSColor clearColor]];
DWebViewPrivate.h225 - (void)setBackgroundColor:(NSColor *)backgroundColor;
DWebFrame.mm342 [[[webFrame frameView] _scrollView] setBackgroundColor:backgroundColor];
346 if ([documentView respondsToSelector:@selector(setBackgroundColor:)])
347 [documentView setBackgroundColor:backgroundColor];
DWebVideoFullscreenHUDWindowController.mm89 [self setBackgroundColor:[NSColor clearColor]];
/external/chromium/base/
Dmac_util_unittest.mm63 [window setBackgroundColor:[NSColor whiteColor]];
/external/webkit/WebCore/platform/graphics/
DGraphicsLayer.h249 virtual void setBackgroundColor(const Color&);
DGraphicsLayer.cpp227 void GraphicsLayer::setBackgroundColor(const Color& color) in setBackgroundColor() function in WebCore::GraphicsLayer
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsLayerCA.h81 virtual void setBackgroundColor(const Color&);
DGraphicsLayerCA.mm306 [layer setBackgroundColor:bgColor];
312 [layer setBackgroundColor:0];
623 void GraphicsLayerCA::setBackgroundColor(const Color& color)
628 GraphicsLayer::setBackgroundColor(color);
2436 [newLayer setBackgroundColor:[layer backgroundColor]];
/external/webkit/WebKit/android/jni/
DWebViewCore.h360 void setBackgroundColor(SkColor c);
/external/webkit/WebCore/bindings/objc/
DDOMCSS.h61 - (void)setBackgroundColor:(NSString *)backgroundColor;
/external/webkit/WebKit/mac/WebInspector/
DWebNodeHighlight.mm57 [_highlightWindow setBackgroundColor:[NSColor clearColor]];
/external/webkit/WebCore/rendering/
DRenderThemeWince.cpp470 style->setBackgroundColor(bgColor); in adjustMenuListButtonStyle()
/external/webkit/WebCore/platform/qt/
DRenderThemeQt.cpp498 style->setBackgroundColor(Color::transparent); in adjustTextFieldStyle()

12