Home
last modified time | relevance | path

Searched refs:WebColor (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/linux/
DWebThemeEngine.h92 WebColor backgroundColor;
99 WebColor backgroundColor;
108 WebColor backgroundColor;
/external/webkit/Source/WebKit/chromium/public/
DWebColor.h39 typedef unsigned WebColor; // RGBA quad. Equivalent to SkColor. typedef
42 WEBKIT_API void setNamedColors(const WebColorName*, const WebColor*, size_t length);
DWebCompositionUnderline.h47 WebCompositionUnderline(unsigned s, unsigned e, WebColor c, bool t) in WebCompositionUnderline()
55 WebColor color;
DWebFont.h71 … virtual void drawText(WebCanvas*, const WebTextRun&, const WebFloatPoint& leftBaseline, WebColor,
/external/webkit/Source/WebKit/chromium/src/
DWebColor.cpp112 void setNamedColors(const WebColorName* colorNames, const WebColor* colors, size_t length) in setNamedColors()
116 WebColor color = colors[i]; in setNamedColors()
DWebFontImpl.h53 … virtual void drawText(WebCanvas*, const WebTextRun&, const WebFloatPoint& leftBaseline, WebColor,
DWebFontImpl.cpp91 WebColor color, const WebRect& clip, bool canvasIsOpaque, in drawText()
/external/webkit/Source/WebKit/chromium/public/win/
DWebThemeEngine.h77 const WebRect&, WebColor, bool fillContentArea, bool drawEdges) = 0;
/external/chromium/webkit/glue/
Dwebthemeengine_impl_win.h35 const WebKit::WebRect&, WebKit::WebColor, bool fill_content_area,
Dwebthemeengine_impl_win.cc16 using WebKit::WebColor;
447 const WebRect& rect, WebColor color, bool fill_content_area, in paintTextField()
Dwebthemeengine_impl_linux.cc13 using WebKit::WebColor;
/external/webkit/Tools/DumpRenderTree/chromium/
DWebThemeEngineDRTWin.h85 const WebKit::WebRect&, WebKit::WebColor, bool fillContentArea,
DWebThemeEngineDRTWin.cpp73 WebColor color) in drawTextField()
649 WebColor color, in paintTextField()
/external/webkit/Source/WebKit/chromium/
DWebKit.gyp117 'public/WebColor.h',
425 'src/WebColor.cpp',
DChangeLog-2011-02-1629342 * src/WebColor.cpp: Added.
29975 WebKit Chromium API upstreaming, WebBindings.h through WebColor.h.
29983 * public/WebColor.h: Added.
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_mac.mm85 WebKit::WebColor WebColorFromNSColor(NSColor *color) {
109 WebKit::WebColor color = SK_ColorBLACK;