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

  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.h 126 void ParseColor(const blink::WebString& string, unsigned color[3]);
test_plugin.cc 179 ParseColor(attribute_value, scene_.background_color);
181 ParseColor(attribute_value, scene_.primitive_color);
362 void TestPlugin::ParseColor(const blink::WebString& string, unsigned color[3]) {

Completed in 182 milliseconds