Searched refs:setBackgroundColor (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCFloatingBoardWindow.mm69 [result setBackgroundColor: [NSColor clearColor]];
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DCoordinatedLayerTreeHostProxy.cpp100 void CoordinatedLayerTreeHostProxy::setBackgroundColor(const Color& color) function in class:WebKit::CoordinatedLayerTreeHostProxy
104 sceneProtector->setBackgroundColor(color);
H A DCoordinatedLayerTreeHostProxy.h48 void setBackgroundColor(const WebCore::Color&);
/macosx-10.10.1/WebKit-7600.1.25/ios/WebView/
H A DWebPDFViewPlaceholder.h166 - (void)setBackgroundColor:(UIColor *)backgroundColor;
H A DWebPDFViewPlaceholder.mm233 if ([self.delegate respondsToSelector:@selector(setBackgroundColor:)]) {
235 [self.delegate setBackgroundColor:[getUIColorClass() whiteColor]];
237 [self.delegate setBackgroundColor:[getUIColorClass() blackColor]];
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DLayerTreeHost.h84 virtual void setBackgroundColor(const WebCore::Color&) { } function in class:WebKit::LayerTreeHost
H A DPageOverlay.h102 void setBackgroundColor(WebCore::RGBA32);
H A DPageOverlay.cpp114 void PageOverlay::setBackgroundColor(RGBA32 backgroundColor) function in class:WebKit::PageOverlay
H A DPageOverlayController.cpp92 layer->setBackgroundColor(overlay->backgroundColor());
311 m_overlayGraphicsLayers.get(&overlay)->setBackgroundColor(overlay.backgroundColor());
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DViewSnapshotStore.h79 void setBackgroundColor(WebCore::Color color) { m_backgroundColor = color; } function in class:WebKit::ViewSnapshot
H A DViewSnapshotStore.mm129 snapshot->setBackgroundColor(webPageProxy.pageExtendedBackgroundColor());
H A DFindIndicatorWindow.mm155 [m_findIndicatorWindow setBackgroundColor:[NSColor clearColor]];
H A DViewGestureControllerMac.mm513 [m_swipeLayer setBackgroundColor:[NSColor blueColor].CGColor];
517 [m_swipeSnapshotLayer setBackgroundColor:[NSColor greenColor].CGColor];
571 [m_swipeLayer setBackgroundColor:backgroundColor.get()];
H A DRemoteLayerTreeDrawingAreaProxy.mm353 [m_tileMapHostLayer setBackgroundColor:color.get()];
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedLayerTreeHost.h72 virtual void setBackgroundColor(const WebCore::Color&) override;
H A DCoordinatedLayerTreeHost.cpp253 void CoordinatedLayerTreeHost::setBackgroundColor(const WebCore::Color& color) function in class:WebKit::CoordinatedLayerTreeHost
/macosx-10.10.1/WebKit-7600.1.25/mac/WebInspector/
H A DWebNodeHighlight.mm97 [_highlightWindow setBackgroundColor:[NSColor clearColor]];
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKPDFPageNumberIndicator.mm78 [_label setBackgroundColor:nil];
H A DWKPDFView.mm86 [_scrollView setBackgroundColor:[UIColor grayColor]];
H A DViewGestureControllerIOS.mm199 [m_snapshotView setBackgroundColor:backgroundColor.get()];
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/ios/
H A DWebVideoFullscreenManager.mm178 [videoLayer setBackgroundColor:cachedCGColor(WebCore::Color::transparent, WebCore::ColorSpaceDeviceRGB)];
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCALayerRemote.h115 virtual void setBackgroundColor(const WebCore::Color&) override;
H A DPlatformCALayerRemote.cpp133 clone.setBackgroundColor(backgroundColor());
558 void PlatformCALayerRemote::setBackgroundColor(const Color& value) function in class:WebKit::PlatformCALayerRemote
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebFrameView.mm105 - (void)setBackgroundColor:(NSColor *)color;
569 [self setBackgroundColor:[[self _webView] backgroundColor]];
575 [self setBackgroundColor:[NSColor cyanColor]];
581 [self setBackgroundColor:[NSColor clearColor]];
H A DWebViewPrivate.h337 @method setBackgroundColor:
343 - (void)setBackgroundColor:(NSColor *)backgroundColor;
353 - (void)setBackgroundColor:(CGColorRef)backgroundColor;

Completed in 135 milliseconds

12