Searched refs:ParseColor (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.h126 void ParseColor(const blink::WebString& string, unsigned color[3]);
H A Dtest_plugin.cc179 ParseColor(attribute_value, scene_.background_color);
181 ParseColor(attribute_value, scene_.primitive_color);
362 void TestPlugin::ParseColor(const blink::WebString& string, unsigned color[3]) { function in class:content::TestPlugin
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp207 static CPVT_Color ParseColor(const CFX_ByteString & str) function
231 static CPVT_Color ParseColor(const CPDF_Array & array) function
271 CPVT_Color crText = ParseColor(DA);
372 crBorder = ParseColor(*pArray);
375 crBG = ParseColor(*pArray);

Completed in 106 milliseconds