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

1234

/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DPopupMenuQt.cpp45 virtual QColor backgroundColor() const { return d ? QColor(d->menuStyle().backgroundColor()) : QColor(); } function in class:SelectData
47 virtual QColor itemBackgroundColor(int idx) const { return d ? QColor(d->itemStyle(idx).backgroundColor()) : QColor(); }
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DTextTrackCueGeneric.cpp105 if (cue->backgroundColor().isValid())
106 setInlineStyleProperty(CSSPropertyBackgroundColor, cue->backgroundColor().serialized());
170 if (m_backgroundColor != other->backgroundColor())
H A DTextTrackCueGeneric.h68 Color backgroundColor() const { return m_backgroundColor; } function in class:WebCore::TextTrackCueGeneric
H A DInbandTextTrack.cpp210 if (cueData->backgroundColor().isValid())
211 cue->setBackgroundColor(cueData->backgroundColor().rgb());
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DInspectorFrontendAPI.js139 setToolbarColors: function(backgroundColor, color)
141 WebInspector.setToolbarColors(backgroundColor, color);
H A DMetricsSidebarPane.js131 element.style.backgroundColor = element._backgroundColor;
133 element.style.backgroundColor = "";
238 boxElement.style.backgroundColor = boxElement._backgroundColor;
H A DSpectrum.js364 this._draggerElement.style.backgroundColor = flatColor;
365 this._swatchInnerElement.style.backgroundColor = fullColor;
506 this._swatchInnerElement.style.backgroundColor = colorString;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderMenuList.cpp499 Color backgroundColor; local
501 backgroundColor = element->renderStyle()->visitedDependentColor(CSSPropertyBackgroundColor);
502 itemHasCustomBackgroundColor = backgroundColor.isValid() && backgroundColor.alpha();
504 if (!backgroundColor.hasAlpha()) {
505 itemBackgroundColor = backgroundColor;
510 backgroundColor = style()->visitedDependentColor(CSSPropertyBackgroundColor).blend(backgroundColor);
511 if (!backgroundColor.hasAlpha()) {
512 itemBackgroundColor = backgroundColor;
[all...]
H A DRenderTheme.cpp84 void RenderTheme::adjustStyle(StyleResolver* styleResolver, RenderStyle* style, Element* e, bool UAHasAppearance, const BorderData& border, const FillLayer& background, const Color& backgroundColor) argument
96 if (UAHasAppearance && isControlStyled(style, border, background, backgroundColor)) {
657 bool RenderTheme::isControlStyled(const RenderStyle* style, const BorderData& border, const FillLayer& background, const Color& backgroundColor) const
679 || style->visitedDependentColor(CSSPropertyBackgroundColor) != backgroundColor);
1217 Color RenderTheme::disabledTextColor(const Color& textColor, const Color& backgroundColor) const
1222 if (textColor.rgb() == Color::black || backgroundColor.alpha() < minDisabledColorAlphaValue || differenceSquared(textColor, Color::white) > differenceSquared(backgroundColor, Color::white))
1230 if (differenceSquared(disabledColor, backgroundColor) < minColorContrastValue)
H A DRenderTheme.h76 const BorderData&, const FillLayer&, const Color& backgroundColor);
113 virtual bool isControlStyled(const RenderStyle*, const BorderData&, const FillLayer&, const Color& backgroundColor) const;
155 virtual Color disabledTextColor(const Color& textColor, const Color& backgroundColor) const;
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPopupMenuStyle.h55 const Color& backgroundColor() const { return m_backgroundColor; } function in class:WebCore::PopupMenuStyle
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreFullScreenWarningView.mm92 NSColor* backgroundColor = [NSColor colorWithCalibratedWhite:WarningViewBackgroundWhite alpha:WarningViewBackgroundAlpha];
93 [self setFillColor:backgroundColor];
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DImageBufferDataCG.cpp194 Pixel_8888 backgroundColor; local
195 vImageAffineWarp_ARGB8888(&src, &dst, 0, &scaleTransform, backgroundColor, kvImageEdgeExtend);
266 Pixel_8888 backgroundColor; local
267 vImageAffineWarp_ARGB8888(&src, &dest, 0, &scaleTransform, backgroundColor, kvImageEdgeExtend);
417 Pixel_8888 backgroundColor; local
418 vImageAffineWarp_ARGB8888(&src, &dst, 0, &scaleTransform, backgroundColor, kvImageEdgeExtend);
479 Pixel_8888 backgroundColor; local
480 vImageAffineWarp_ARGB8888(&src, &dest, 0, &scaleTransform, backgroundColor, kvImageEdgeExtend);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebViewData.mm116 [backgroundColor release];
H A DWebViewData.h141 NSColor *backgroundColor; variable
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqquickwebpage.cpp97 QColor backgroundColor = webViewPrivate->transparentBackground() ? Qt::transparent : Qt::white; local
99 node->setBackground(backgroundRect, backgroundColor);
/macosx-10.9.5/pyobjc-42/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.9.5/pyobjc-42/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.9.5/WebCore-7537.78.1/platform/graphics/
H A DInbandTextTrackPrivateClient.h87 Color backgroundColor() const { return m_backgroundColor; } function in class:WebCore::GenericCueData
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DDragImageWin.cpp197 static const Color backgroundColor(140, 140, 140);
200 context.fillRoundedRect(rect, radii, radii, radii, radii, backgroundColor, ColorSpaceDeviceRGB);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerData.h125 Color backgroundColor() const { return m_backgroundColor; } function in class:WebCore::LayerData
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DPlatformCALayer.h186 Color backgroundColor() const;
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DRenderThemeQtMobile.h50 virtual bool isControlStyled(const RenderStyle*, const BorderData&, const FillLayer&, const Color& backgroundColor) const;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPageCompositor_p.h89 WebCore::Color backgroundColor() const { return m_backgroundColor; } function in class:BlackBerry::WebKit::WebPageCompositorPrivate
H A DWebSettings.h205 unsigned backgroundColor() const;

Completed in 306 milliseconds

1234