Searched refs:WebColor (Results 1 – 16 of 16) sorted by relevance
/external/webkit/Source/WebKit/chromium/public/linux/ |
D | WebThemeEngine.h | 92 WebColor backgroundColor; 99 WebColor backgroundColor; 108 WebColor backgroundColor;
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebColor.h | 39 typedef unsigned WebColor; // RGBA quad. Equivalent to SkColor. typedef 42 WEBKIT_API void setNamedColors(const WebColorName*, const WebColor*, size_t length);
|
D | WebCompositionUnderline.h | 47 WebCompositionUnderline(unsigned s, unsigned e, WebColor c, bool t) in WebCompositionUnderline() 55 WebColor color;
|
D | WebFont.h | 71 … virtual void drawText(WebCanvas*, const WebTextRun&, const WebFloatPoint& leftBaseline, WebColor,
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebColor.cpp | 112 void setNamedColors(const WebColorName* colorNames, const WebColor* colors, size_t length) in setNamedColors() 116 WebColor color = colors[i]; in setNamedColors()
|
D | WebFontImpl.h | 53 … virtual void drawText(WebCanvas*, const WebTextRun&, const WebFloatPoint& leftBaseline, WebColor,
|
D | WebFontImpl.cpp | 91 WebColor color, const WebRect& clip, bool canvasIsOpaque, in drawText()
|
/external/webkit/Source/WebKit/chromium/public/win/ |
D | WebThemeEngine.h | 77 const WebRect&, WebColor, bool fillContentArea, bool drawEdges) = 0;
|
/external/chromium/webkit/glue/ |
D | webthemeengine_impl_win.h | 35 const WebKit::WebRect&, WebKit::WebColor, bool fill_content_area,
|
D | webthemeengine_impl_win.cc | 16 using WebKit::WebColor; 447 const WebRect& rect, WebColor color, bool fill_content_area, in paintTextField()
|
D | webthemeengine_impl_linux.cc | 13 using WebKit::WebColor;
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | WebThemeEngineDRTWin.h | 85 const WebKit::WebRect&, WebKit::WebColor, bool fillContentArea,
|
D | WebThemeEngineDRTWin.cpp | 73 WebColor color) in drawTextField() 649 WebColor color, in paintTextField()
|
/external/webkit/Source/WebKit/chromium/ |
D | WebKit.gyp | 117 'public/WebColor.h', 425 'src/WebColor.cpp',
|
D | ChangeLog-2011-02-16 | 29342 * 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/ |
D | render_widget_host_view_mac.mm | 85 WebKit::WebColor WebColorFromNSColor(NSColor *color) { 109 WebKit::WebColor color = SK_ColorBLACK;
|