Home
last modified time | relevance | path

Searched refs:parseColorStringWithCrazyLegacyRules (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp888 static RGBA32 parseColorStringWithCrazyLegacyRules(const String& colorString) in parseColorStringWithCrazyLegacyRules() function
960 parsedColor.setRGB(parseColorStringWithCrazyLegacyRules(colorString)); in addHTMLColorToStyle()