OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebColor
(Results
1 - 3
of
3
) sorted by null
/external/webkit/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);
/external/webkit/WebKit/chromium/public/win/
WebThemeEngine.h
35
#include "../
WebColor
.h"
71
const WebRect&,
WebColor
, bool fillContentArea, bool drawEdges) = 0;
/external/webkit/WebKit/chromium/src/
WebColor.cpp
32
#include "
WebColor
.h"
112
void setNamedColors(const WebColorName* colorNames, const
WebColor
* colors, size_t length)
116
WebColor
color = colors[i];
Completed in 14 milliseconds