HomeSort by relevance Sort by last modified time
    Searched refs:WebColor (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebColor.h 39 typedef unsigned WebColor; // RGBA quad. Equivalent to SkColor.
42 WEBKIT_API void setNamedColors(const WebColorName*, const WebColor*, size_t length);
WebCompositionUnderline.h 34 #include "WebColor.h"
47 WebCompositionUnderline(unsigned s, unsigned e, WebColor c, bool t)
55 WebColor color;
WebFont.h 35 #include "WebColor.h"
71 virtual void drawText(WebCanvas*, const WebTextRun&, const WebFloatPoint& leftBaseline, WebColor,
  /external/webkit/Source/WebKit/chromium/public/linux/
WebThemeEngine.h 35 #include "../WebColor.h"
92 WebColor backgroundColor;
99 WebColor backgroundColor;
108 WebColor backgroundColor;
  /external/webkit/Source/WebKit/chromium/src/
WebFontImpl.h 53 virtual void drawText(WebCanvas*, const WebTextRun&, const WebFloatPoint& leftBaseline, WebColor,
WebColor.cpp 32 #include "WebColor.h"
112 void setNamedColors(const WebColorName* colorNames, const WebColor* colors, size_t length)
116 WebColor color = colors[i];
WebFontImpl.cpp 91 WebColor color, const WebRect& clip, bool canvasIsOpaque,
  /external/webkit/Source/WebKit/chromium/public/win/
WebThemeEngine.h 35 #include "../WebColor.h"
77 const WebRect&, WebColor, bool fillContentArea, bool drawEdges) = 0;
  /external/chromium/webkit/glue/
webthemeengine_impl_win.h 35 const WebKit::WebRect&, WebKit::WebColor, bool fill_content_area,
webthemeengine_impl_linux.cc 13 using WebKit::WebColor;
webthemeengine_impl_win.cc 16 using WebKit::WebColor;
447 const WebRect& rect, WebColor color, bool fill_content_area,
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeEngineDRTWin.h 85 const WebKit::WebRect&, WebKit::WebColor, bool fillContentArea,
WebThemeEngineDRTWin.cpp 73 WebColor color)
649 WebColor color,

Completed in 85 milliseconds