Home
last modified time | relevance | path

Searched defs:parseColor (Results 1 – 6 of 6) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/util/xml/
DSAXUtil.java133 public static ColorRGBA parseColor(Attributes attribs) throws SAXException{ in parseColor() method in SAXUtil
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasStyle.cpp45 static ColorParseResult parseColor(RGBA32& parsedColor, const String& colorString, Document* docume… in parseColor() function
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DTestPlugin.cpp309 void TestPlugin::parseColor(const WebString& string, unsigned color[3]) in parseColor() function in WebTestRunner::TestPlugin
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParser-in.cpp1141 bool CSSParser::parseColor(RGBA32& color, const String& string, bool strict) in parseColor() function in WebCore::CSSParser
1165 bool CSSParser::parseColor(const String& string) in parseColor() function in WebCore::CSSParser
6231 PassRefPtr<CSSPrimitiveValue> CSSParser::parseColor(CSSParserValue* value) in parseColor() function in WebCore::CSSParser
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMAgent.cpp94 static Color parseColor(const RefPtr<JSONObject>* colorObject) in parseColor() function
/external/chromium_org/third_party/accessibility-audit/
Daxs_testing.js645 axs.utils.parseColor = function(a) { function in axs.utils