Searched refs:backgroundColor (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/efl/
H A DWKViewEfl.cpp95 WebCore::Color backgroundColor = static_cast<WebViewEfl*>(toImpl(viewRef))->viewBackgroundColor(); local
98 *red = backgroundColor.red();
100 *green = backgroundColor.green();
102 *blue = backgroundColor.blue();
104 *alpha = backgroundColor.alpha();
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebIndicateLayer.mm53 self.backgroundColor = cachedCGColor(highlightColor, ColorSpaceDeviceRGB);
H A DWebViewData.mm140 [backgroundColor release];
142 CGColorRelease(backgroundColor);
H A DWebViewData.h186 NSColor *backgroundColor; variable
188 CGColorRef backgroundColor; variable
H A DWebViewPrivate.h338 @param backgroundColor Color to use as the default background.
343 - (void)setBackgroundColor:(NSColor *)backgroundColor;
346 @method backgroundColor
351 - (NSColor *)backgroundColor;
353 - (void)setBackgroundColor:(CGColorRef)backgroundColor;
354 - (CGColorRef)backgroundColor;
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DPageOverlay.cpp114 void PageOverlay::setBackgroundColor(RGBA32 backgroundColor) argument
116 if (m_backgroundColor == backgroundColor)
119 m_backgroundColor = backgroundColor;
H A DPageOverlay.h101 WebCore::RGBA32 backgroundColor() const { return m_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/WebKit-7600.1.25/ios/WebView/
H A DWebPDFViewPlaceholder.h166 - (void)setBackgroundColor:(UIColor *)backgroundColor;
H A DWebPDFViewIOS.mm80 + (CGColorRef)backgroundColor
82 static CGColorRef backgroundColor = createCGColorWithDeviceWhite(204.0 / 255, 1);
83 return backgroundColor;
176 setStrokeAndFillColor(context, [[self class] backgroundColor]);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/DragItemAround/
H A DDragItemAround.py36 return (self.backgroundColor().alphaComponent() >= 1.0)
150 if not self.backgroundColor().isEqual_(aColor):
154 def backgroundColor(self): member in class:DraggableItemView
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/DragItemAround/
H A DDragItemAround.py36 return (self.backgroundColor().alphaComponent() >= 1.0)
150 if not self.backgroundColor().isEqual_(aColor):
154 def backgroundColor(self): member in class:DraggableItemView
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/DragItemAround/
H A DDragItemAround.py36 return (self.backgroundColor().alphaComponent() >= 1.0)
150 if not self.backgroundColor().isEqual_(aColor):
154 def backgroundColor(self): member in class:DraggableItemView
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DViewSnapshotStore.h80 WebCore::Color backgroundColor() const { return m_backgroundColor; } function in class:WebKit::ViewSnapshot
H A DViewGestureControllerMac.mm558 RetainPtr<CGColorRef> backgroundColor = CGColorGetConstantColor(kCGColorWhite);
563 Color coreColor = snapshot->backgroundColor();
565 backgroundColor = cachedCGColor(coreColor, ColorSpaceDeviceRGB);
571 [m_swipeLayer setBackgroundColor:backgroundColor.get()];
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A D_WKThumbnailView.mm67 self.layer.backgroundColor = [NSColor whiteColor].CGColor;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DViewGestureControllerIOS.mm187 RetainPtr<UIColor> backgroundColor = [UIColor whiteColor];
194 Color coreColor = snapshot->backgroundColor();
196 backgroundColor = adoptNS([[UIColor alloc] initWithCGColor:cachedCGColor(coreColor, ColorSpaceDeviceRGB)]);
199 [m_snapshotView setBackgroundColor:backgroundColor.get()];
H A DWKPDFView.mm79 self.backgroundColor = [UIColor grayColor];
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DRemoteLayerTreePropertyApplier.mm153 layer.backgroundColor = cgColorFromColor(properties.backgroundColor).get();
H A DRemoteLayerTreeTransaction.mm86 , backgroundColor(Color::transparent)
120 , backgroundColor(other.backgroundColor)
169 encoder << backgroundColor;
290 if (!decoder.decode(result.backgroundColor))
1037 dumpProperty(ts, "backgroundColor", layerProperties.backgroundColor);
H A DRemoteLayerTreeTransaction.h142 WebCore::Color backgroundColor; member in struct:WebKit::RemoteLayerTreeTransaction::LayerProperties
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCALayerRemote.cpp133 clone.setBackgroundColor(backgroundColor());
553 Color PlatformCALayerRemote::backgroundColor() const function in class:WebKit::PlatformCALayerRemote
555 return m_properties.backgroundColor;
560 m_properties.backgroundColor = value;
H A DPlatformCALayerRemote.h114 virtual WebCore::Color backgroundColor() const override;
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DGradientSlider.js341 this._well.style.backgroundColor = color;
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp945 void WebChromeClient::pageExtendedBackgroundColorDidChange(Color backgroundColor) const
948 m_page->send(Messages::WebPageProxy::PageExtendedBackgroundColorDidChange(backgroundColor));
950 UNUSED_PARAM(backgroundColor);

Completed in 218 milliseconds

12