Searched refs:Color (Results 26 - 50 of 172) sorted by relevance

1234567

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DTapHighlightController.h27 #include <WebCore/Color.h>
66 WebCore::Color m_color;
H A DLayerTreeHost.h30 #include <WebCore/Color.h>
84 virtual void setBackgroundColor(const WebCore::Color&) { }
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/efl/
H A DWebViewEfl.cpp150 void WebViewEfl::setViewBackgroundColor(const WebCore::Color& color)
159 WebCore::Color WebViewEfl::viewBackgroundColor()
163 return Color();
214 PassRefPtr<WebColorPicker> WebViewEfl::createColorPicker(WebPageProxy* page, const WebCore::Color& color, const WebCore::IntRect&)
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCALayerRemoteTiledBacking.h59 virtual void setBorderColor(const WebCore::Color&) override;
H A DPlatformCAAnimationRemote.h93 virtual void setFromValue(const WebCore::Color&) override;
102 virtual void setToValue(const WebCore::Color&) override;
112 virtual void setValues(const Vector<WebCore::Color>&) override;
150 KeyframeValue(WebCore::Color value)
211 WebCore::Color colorValue() const
242 WebCore::Color color;
H A DPlatformCALayerRemoteTiledBacking.cpp104 void PlatformCALayerRemoteTiledBacking::setBorderColor(const WebCore::Color& color)
H A DPlatformCALayerRemote.h114 virtual WebCore::Color backgroundColor() const override;
115 virtual void setBackgroundColor(const WebCore::Color&) override;
118 virtual void setBorderColor(const WebCore::Color&) override;
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebIndicateLayer.mm52 static Color highlightColor(111.0f / 255.0f, 168.0f / 255.0f, 220.0f / 255.0f, 0.66f);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/efl/
H A DWKViewEfl.cpp90 static_cast<WebViewEfl*>(toImpl(viewRef))->setViewBackgroundColor(WebCore::Color(red, green, blue, alpha));
95 WebCore::Color backgroundColor = static_cast<WebViewEfl*>(toImpl(viewRef))->viewBackgroundColor();
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DRemoteLayerTreeTransaction.h31 #include <WebCore/Color.h>
142 WebCore::Color backgroundColor;
143 WebCore::Color borderColor;
189 WebCore::Color pageExtendedBackgroundColor() const { return m_pageExtendedBackgroundColor; }
190 void setPageExtendedBackgroundColor(WebCore::Color color) { m_pageExtendedBackgroundColor = color; }
230 WebCore::Color m_pageExtendedBackgroundColor;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWebColorPickerMac.mm78 PassRefPtr<WebColorPickerMac> WebColorPickerMac::create(WebColorPicker::Client* client, const WebCore::Color& initialColor, const WebCore::IntRect& rect, WKView* view)
89 WebColorPickerMac::WebColorPickerMac(WebColorPicker::Client* client, const WebCore::Color& initialColor, const WebCore::IntRect& rect, WKView* view)
105 void WebColorPickerMac::setSelectedColor(const WebCore::Color& color)
113 void WebColorPickerMac::didChooseColor(const WebCore::Color& color)
121 void WebColorPickerMac::showColorPicker(const WebCore::Color& color)
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dtimeentry.itk64 itk_option define -hourcolor hourColor Color red
67 itk_option define -minutecolor minuteColor Color yellow
70 itk_option define -pivotcolor pivotColor Color white
73 itk_option define -secondcolor secondColor Color black
75 itk_option define -clockcolor clockColor Color white
78 itk_option define -tickcolor tickColor Color black
H A Dwatch.itk51 itk_option define -hourcolor hourColor Color red
54 itk_option define -minutecolor minuteColor Color yellow
57 itk_option define -pivotcolor pivotColor Color white
60 itk_option define -secondcolor secondColor Color black
62 itk_option define -clockcolor clockColor Color white
68 itk_option define -tickcolor tickColor Color black
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DTextMarker.js37 Color: "text-marker-type-color", property in class:WebInspector.TextMarker.Type
H A DGradient.js102 var color = WebInspector.Color.fromString(component.shift());
191 } else if (components[0].length !== 1 && !WebInspector.Color.fromString(components[0][0])) {
251 var sizing = !WebInspector.Color.fromString(components[0].join(" ")) ? components.shift().join(" ") : "";
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DCoordinatedLayerTreeHostProxy.h48 void setBackgroundColor(const WebCore::Color&);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKContentViewInteraction.h43 #import <WebCore/Color.h>
50 class Color;
117 WebCore::Color color;
164 - (void)_didGetTapHighlightForRequest:(uint64_t)requestID color:(const WebCore::Color&)color quads:(const Vector<WebCore::FloatQuad>&)highlightedQuads topLeftRadius:(const WebCore::IntSize&)topLeftRadius topRightRadius:(const WebCore::IntSize&)topRightRadius bottomLeftRadius:(const WebCore::IntSize&)bottomLeftRadius bottomRightRadius:(const WebCore::IntSize&)bottomRightRadius;
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/ios/
H A DFindControllerIOS.mm48 static Color highlightColor()
50 return Color(255, 228, 56, 255);
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dseparator.tcl16 {-background Color "SystemWindowFrame" 0}
H A Dpanelframe.tcl24 {-background Color "SystemWindowFrame" 0}
27 {-panelbackground Color "SystemHighlight" 0}
28 {-panelforeground Color "SystemHighlightText" 0}
H A Dentry.tcl30 [list -background Color "SystemWindow" 0] \
31 [list -foreground Color "SystemWindowText" 0] \
32 [list -disabledbackground Color "SystemButtonFace" 0] \
33 [list -disabledforeground Color "SystemDisabledText" 0] \
34 [list -highlightcolor Color "SystemHighlight" 0] \
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/tepam/
H A D2_argument_dialogbox_introduction.demo120 -color {-label "Background color" -variable Color -default red} \
131 Color Font
H A D2a_argument_dialogbox_all_widgets.demo227 #### Color ####
236 -color {-label "Background color" -variable Color -default red}]=="ok"} {
237 puts "Color: $Color"
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/csv/
H A DREADME46 Color string index
76 Color secondary index on Color field
86 Color: blue
93 Color: green
133 char *Color;
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/Java/
H A DSimpleChat.java195 StyleConstants.setForeground( textAttribs, Color.black);
226 protected Color getColorFor( byte[] chars, int length)
232 return new Color( rgb & 0x007F7FFF); // mask off high bits so it is a dark color

Completed in 320 milliseconds

1234567